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:${CERTBOT_BASE_TAG:-certbot}
FROM jc21/nginx-full:${CERTBOT_BASE_TAG:-certbot}
LABEL maintainer="Jamie Curnow <jc@jc21.com>"
ARG TARGETPLATFORM
RUN echo "Node: nginxproxymanager/nginx-full:${BASE_TAG:-certbot}, ${TARGETPLATFORM:-linux/amd64}" >> /built-for-arch
RUN echo "Node: jc21/nginx-full:${BASE_TAG:-certbot}, ${TARGETPLATFORM:-linux/amd64}" >> /built-for-arch
ENV CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
@@ -21,4 +21,5 @@ COPY ./files/test.js /tmp/test.js
RUN node /tmp/test.js \
&& rm -f /tmp/test.js
LABEL org.label-schema.cmd="docker run --rm -ti nginxproxymanager/nginx-full:certbot-node"
LABEL org.label-schema.cmd="docker run --rm -ti jc21/nginx-full:certbot-node"