Skip to content
Snippets Groups Projects
Commit 52a96e8c authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

Update Dockerfile

parent cb175d13
No related branches found
No related tags found
No related merge requests found
ARG DOCKER_REGISTRY=registry.cyberbrain.pw
FROM $DOCKER_REGISTRY/tools/docker/git-sync:latest
ARG GIT_SYNC_VERSION=v3.6.9
FROM registry.k8s.io/git-sync/git-sync:${GIT_SYNC_VERSION} AS runtime
ENV GIT_SYNC_ROOT='/tmp/git' \
GIT_SYNC_DEST='sync' \
......@@ -27,3 +28,5 @@ RUN set -ex \
VOLUME ["/sync"]
USER 65533:65533
FROM runtime AS release
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment