Removed dockerd service start and privileged mode

This commit is contained in:
Marcin-Ramotowski 2025-05-26 22:19:48 +00:00
parent cefb8eba4d
commit cd250ea0a7

View File

@ -14,15 +14,11 @@ steps:
- name: build
image: docker:dind
privileged: true
environment:
ACR_USERNAME: marcin00
ACR_PASSWORD:
from_secret: acr_password
commands:
- dockerd-entrypoint.sh &
- sleep 10 # czas na uruchomienie usługi Docker
- DOCKER_IMAGE=marcin00.azurecr.io/user-microservice:$CI_COMMIT_SHA
- echo "===> Building Docker image"