Moved docker repo back to jc21, as docker is sunsetting free teams and this open source project isn't prepared to pay 00 for a nicer image url

This commit is contained in:
Jamie Curnow
2023-03-15 14:57:07 +10:00
parent 5c89a5b9fb
commit c70b94e438
8 changed files with 35 additions and 35 deletions
+4 -3
View File
@@ -1,8 +1,8 @@
FROM nginxproxymanager/nginx-full:${BASE_TAG:-latest}
FROM jc21/nginx-full:${BASE_TAG:-latest}
LABEL maintainer="Jamie Curnow <jc@jc21.com>"
ARG TARGETPLATFORM
RUN echo "Acme.sh: nginxproxymanager/nginx-full:${BASE_TAG:-latest}, ${TARGETPLATFORM:-linux/amd64}" >> /built-for-arch
RUN echo "Acme.sh: jc21/nginx-full:${BASE_TAG:-latest}, ${TARGETPLATFORM:-linux/amd64}" >> /built-for-arch
ENV CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
@@ -24,4 +24,5 @@ COPY ./files/acme.sh-wrapper /bin/acme.sh
# Test that the wrapper script is working
RUN /bin/acme.sh -h
LABEL org.label-schema.cmd="docker run --rm -ti nginxproxymanager/nginx-full:acmesh"
LABEL org.label-schema.cmd="docker run --rm -ti jc21/nginx-full:acmesh"