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

Merge branch 'zimniy-main-patch-93431' into 'main'

Update Dockerfile

See merge request !3
parents 16443640 d0e66ba2
No related branches found
No related tags found
1 merge request!3Update Dockerfile
Pipeline #40658 passed
ARG DOCKER_REGISTRY=registry.cyberbrain.pw
FROM $DOCKER_REGISTRY/tools/docker/alpine:latest
ARG ALPINE_IMAGE=tools/docker/alpine/main
ARG ALPINE_TAG=latest
FROM $DOCKER_REGISTRY/$ALPINE_IMAGE:$ALPINE_TAG AS runtime
RUN set -ex && \
apk --no-cache add bash curl jq && \
......@@ -8,3 +12,5 @@ RUN set -ex && \
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT [ "bash", "/entrypoint.sh" ]
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