Added privilegded mode to the container in pipeline
This commit is contained in:
parent
7b6fb6b30f
commit
8f5c21ffcd
@ -1,9 +1,8 @@
|
||||
---
|
||||
pipeline:
|
||||
molecule:
|
||||
image: docker:dind
|
||||
image: docker:stable-dind
|
||||
pull: true
|
||||
privileged: true
|
||||
commands:
|
||||
- apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base
|
||||
autoconf automake py3-cryptography linux-headers musl-dev libffi-dev
|
||||
@ -14,3 +13,8 @@ pipeline:
|
||||
- ansible --version
|
||||
- molecule --version
|
||||
- molecule test
|
||||
|
||||
services:
|
||||
docker:
|
||||
image: docker:dind
|
||||
privileged: true
|
||||
|
Loading…
Reference in New Issue
Block a user