From 0117c72e5c7a31071ee0394ea5e550b22e1d38d0 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sat, 26 Sep 2020 14:12:53 +0800 Subject: [PATCH] Reset --- 2.1/builder/Dockerfile | 37 ------------------------------------- 2.2/builder/Dockerfile | 37 ------------------------------------- library/caddy | 29 ----------------------------- 3 files changed, 103 deletions(-) delete mode 100644 2.1/builder/Dockerfile delete mode 100644 2.2/builder/Dockerfile delete mode 100644 library/caddy diff --git a/2.1/builder/Dockerfile b/2.1/builder/Dockerfile deleted file mode 100644 index 5c3ba2c..0000000 --- a/2.1/builder/Dockerfile +++ /dev/null @@ -1,37 +0,0 @@ -FROM caddy:2.1.1-builder-alpine as build - -RUN apk add --no-cache upx ca-certificates \ - && upx --ultra-brute /usr/bin/caddy \ - && caddy version - -FROM scratch - -COPY --from=build /etc/caddy/Caddyfile /etc/caddy/Caddyfile -COPY --from=build /usr/share/caddy/index.html /usr/share/caddy/index.html -COPY --from=build /usr/bin/caddy /usr/bin/caddy -COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt -COPY --from=build /etc/nsswitch.conf /etc/nsswitch.conf - -ENV XDG_CONFIG_HOME=/config -ENV XDG_DATA_HOME=/data -ENV HOME=/ - -VOLUME /config -VOLUME /data - -LABEL org.opencontainers.image.version=v2.1.1 -LABEL org.opencontainers.image.title="Caddy (productionwentdown build)" -LABEL org.opencontainers.image.description="a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go" -LABEL org.opencontainers.image.url=https://productionwentdown.makerforce.io -LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs -LABEL org.opencontainers.image.vendor="productionwentdown" -LABEL org.opencontainers.image.licenses=Apache-2.0 -LABEL org.opencontainers.image.source="https://github.com/productionwentdown/caddy" - -EXPOSE 80 -EXPOSE 443 -EXPOSE 2019 - -WORKDIR /srv - -CMD ["/usr/bin/caddy", "run", "--config", "/etc/caddy/Caddyfile", "--adapter", "caddyfile"] diff --git a/2.2/builder/Dockerfile b/2.2/builder/Dockerfile deleted file mode 100644 index b5d4967..0000000 --- a/2.2/builder/Dockerfile +++ /dev/null @@ -1,37 +0,0 @@ -FROM caddy:2.2.0-builder-alpine as build - -RUN apk add --no-cache upx ca-certificates \ - && upx --ultra-brute /usr/bin/caddy \ - && caddy version - -FROM scratch - -COPY --from=build /etc/caddy/Caddyfile /etc/caddy/Caddyfile -COPY --from=build /usr/share/caddy/index.html /usr/share/caddy/index.html -COPY --from=build /usr/bin/caddy /usr/bin/caddy -COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt -COPY --from=build /etc/nsswitch.conf /etc/nsswitch.conf - -ENV XDG_CONFIG_HOME=/config -ENV XDG_DATA_HOME=/data -ENV HOME=/ - -VOLUME /config -VOLUME /data - -LABEL org.opencontainers.image.version=v2.2.0 -LABEL org.opencontainers.image.title="Caddy (productionwentdown build)" -LABEL org.opencontainers.image.description="a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go" -LABEL org.opencontainers.image.url=https://productionwentdown.makerforce.io -LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs -LABEL org.opencontainers.image.vendor="productionwentdown" -LABEL org.opencontainers.image.licenses=Apache-2.0 -LABEL org.opencontainers.image.source="https://github.com/productionwentdown/caddy" - -EXPOSE 80 -EXPOSE 443 -EXPOSE 2019 - -WORKDIR /srv - -CMD ["/usr/bin/caddy", "run", "--config", "/etc/caddy/Caddyfile", "--adapter", "caddyfile"] diff --git a/library/caddy b/library/caddy deleted file mode 100644 index cc2017b..0000000 --- a/library/caddy +++ /dev/null @@ -1,29 +0,0 @@ -Maintainers: Ambrose Chua (@serverwentdown) - -Tags: 2.1.1-alpine -SharedTags: 2.1.1 -Architectures: amd64, arm32v6, arm32v7, arm64v8, ppc64le, s390x -GitRepo: https://github.com/productionwentdown/caddy.git -GitCommit: 27a455705216a238c00af5ee6c9ee4f6810621ac -Directory: 2.1/alpine - -Tags: 2.1.1-builder-alpine -SharedTags: 2.1.1-builder -Architectures: amd64, arm32v6, arm32v7, arm64v8, ppc64le, s390x -GitRepo: https://github.com/productionwentdown/caddy.git -GitCommit: 27a455705216a238c00af5ee6c9ee4f6810621ac -Directory: 2.1/builder - -Tags: 2.2.0-alpine, 2-alpine, alpine -SharedTags: 2.2.0, 2, latest -Architectures: amd64, arm32v6, arm32v7, arm64v8, ppc64le, s390x -GitRepo: https://github.com/productionwentdown/caddy.git -GitCommit: 27a455705216a238c00af5ee6c9ee4f6810621ac -Directory: 2.2/alpine - -Tags: 2.2.0-builder-alpine, 2-builder-alpine, builder-alpine -SharedTags: 2.2.0-builder, 2-builder, builder -Architectures: amd64, arm32v6, arm32v7, arm64v8, ppc64le, s390x -GitRepo: https://github.com/productionwentdown/caddy.git -GitCommit: 27a455705216a238c00af5ee6c9ee4f6810621ac -Directory: 2.2/builder \ No newline at end of file