Removed dockerd service start and privileged mode
This commit is contained in:
parent
cefb8eba4d
commit
cd250ea0a7
@ -14,15 +14,11 @@ steps:
|
|||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
privileged: true
|
|
||||||
environment:
|
environment:
|
||||||
ACR_USERNAME: marcin00
|
ACR_USERNAME: marcin00
|
||||||
ACR_PASSWORD:
|
ACR_PASSWORD:
|
||||||
from_secret: acr_password
|
from_secret: acr_password
|
||||||
commands:
|
commands:
|
||||||
- dockerd-entrypoint.sh &
|
|
||||||
- sleep 10 # czas na uruchomienie usługi Docker
|
|
||||||
|
|
||||||
- DOCKER_IMAGE=marcin00.azurecr.io/user-microservice:$CI_COMMIT_SHA
|
- DOCKER_IMAGE=marcin00.azurecr.io/user-microservice:$CI_COMMIT_SHA
|
||||||
|
|
||||||
- echo "===> Building Docker image"
|
- echo "===> Building Docker image"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user