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

Update Dockerfile

parent a7a9a2f4
No related branches found
No related tags found
1 merge request!8Update Dockerfile
Pipeline #40645 passed
ARG DOCKER_REGISTRY=registry.cyberbrain.pw ARG DOCKER_REGISTRY=registry.cyberbrain.pw
FROM $DOCKER_REGISTRY/tools/docker/git/main:latest
ARG GIT_IMAGE=tools/docker/git/main
ARG GIT_TAG=latest
FROM $DOCKER_REGISTRY/$GIT_IMAGE:$GIT_TAG AS runtime
WORKDIR /tmp/openwrt WORKDIR /tmp/openwrt
...@@ -14,3 +18,5 @@ RUN set -ex && \ ...@@ -14,3 +18,5 @@ RUN set -ex && \
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
COPY sync.sh /sync.sh COPY sync.sh /sync.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