mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2024-12-06 19:26:20 +01:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user