|
|
|
@ -10,7 +10,7 @@ ARG VERSION=2.8.1
|
|
|
|
|
RUN curl -L https://github.com/distribution/distribution/releases/download/v${VERSION}/registry_${VERSION}_linux_amd64.tar.gz | tar zxvf -
|
|
|
|
|
|
|
|
|
|
# Docker Registry UI (used with proxy auth)
|
|
|
|
|
ARG UI_VERSION=2.3.2
|
|
|
|
|
ARG UI_VERSION=2.3.3
|
|
|
|
|
RUN mkdir /app/code/ui && cd /app/code/ui && \
|
|
|
|
|
curl -L https://github.com/Joxit/docker-registry-ui/archive/${UI_VERSION}.tar.gz | tar -zxvf - --strip-components=1 && \
|
|
|
|
|
cp /app/code/ui/dist/index.html /app/code/ui/dist/index.html.original && \
|
|
|
|
|