Namespace
neilpang
Image / Tag
acme.sh:2.8.9
Content Digest
sha256:22447ebe0b86bcef788bc7f8720434c2c0de13c3c9535eaef603a93faf59810e
Details
Created

2021-05-03 16:32:29 UTC

Size

13.5 MB

Content Digest
Environment
AUTO_UPGRADE

LE_CONFIG_HOME

/acme.sh

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:7aa04a8f7710c18952348aa54b4346438ad013c87b6f7d476eb21ad756359bc3 - 19.76% (2.67 MB)

[#001] sha256:9254b94d6d47d4c1dfaad8475219c56d3fe0a03a044c557b3936bad293fdf3ba - 74.7% (10.1 MB)

[#002] sha256:aca8f4c5ec285761feab335c65da3806580def85984b4404dc8a898c7e748a85 - 4.04% (558 KB)

[#003] sha256:e149d165e5f558caeb07a55f19db06d2b7e8ac870014c2bc784384bc17ac7773 - 1.5% (207 KB)

[#004] sha256:6a5245f099f723f323c4c219be7fc355f984658d0c295891caea842cf82e3c0d - 0.0% (322 Bytes)

[#005] sha256:bf0f07e85db4b23df9abafd045884579beb803f5f623789e7f5875fe5309c047 - 0.01% (983 Bytes)

[#006] sha256:afc23f18e1417ffc639925046880cceaa4a61440b3ea84d5100bb63895b02822 - 0.0% (248 Bytes)


History
2021-04-14 18:38:36 UTC

/bin/sh -c #(nop) ADD file:0a694887033953f24197dedcb1098d28a4b6e539b29386f53d82262107e208fb in /

2021-04-14 18:38:36 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-05-03 16:32:27 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk update -f && apk --no-cache add -f openssl openssh-client coreutils bind-tools curl sed socat tzdata oath-toolkit-oathtool tar libidn && rm -rf /var/cache/apk/* # buildkit

2021-05-03 16:32:28 UTC (buildkit.dockerfile.v0)

ENV LE_CONFIG_HOME=/acme.sh

2021-05-03 16:32:28 UTC (buildkit.dockerfile.v0)

ARG AUTO_UPGRADE=1

2021-05-03 16:32:28 UTC (buildkit.dockerfile.v0)

ENV AUTO_UPGRADE=

2021-05-03 16:32:28 UTC (buildkit.dockerfile.v0)

ADD ./ /install_acme.sh/ # buildkit

2021-05-03 16:32:28 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c cd /install_acme.sh && ([ -f /install_acme.sh/acme.sh ] && /install_acme.sh/acme.sh --install || curl https://get.acme.sh | sh) && rm -rf /install_acme.sh/ # buildkit

2021-05-03 16:32:28 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c ln -s /root/.acme.sh/acme.sh /usr/local/bin/acme.sh && crontab -l | grep acme.sh | sed 's#> /dev/null##' | crontab - # buildkit

2021-05-03 16:32:29 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c for verb in help version install uninstall upgrade issue signcsr deploy install-cert renew renew-all revoke remove list showcsr install-cronjob uninstall-cronjob cron toPkcs toPkcs8 update-account register-account create-account-key create-domain-key createCSR deactivate deactivate-account set-notify set-default-ca ; do printf -- "%b" "#!/usr/bin/env sh\n/root/.acme.sh/acme.sh --${verb} --config-home /acme.sh \"\$@\"" >/usr/local/bin/--${verb} && chmod +x /usr/local/bin/--${verb} ; done # buildkit

2021-05-03 16:32:29 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c printf "%b" '#!'"/usr/bin/env sh\n if [ \"\$1\" = \"daemon\" ]; then \n trap \"echo stop && killall crond && exit 0\" SIGTERM SIGINT \n crond && while true; do sleep 1; done;\n else \n exec -- \"\$@\"\n fi" >/entry.sh && chmod +x /entry.sh # buildkit

2021-05-03 16:32:29 UTC (buildkit.dockerfile.v0)

VOLUME [/acme.sh]

2021-05-03 16:32:29 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entry.sh"]

2021-05-03 16:32:29 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Details
Created

2021-05-03 16:32:29 UTC

Size

12.7 MB

Content Digest
Environment
AUTO_UPGRADE

LE_CONFIG_HOME

/acme.sh

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:339de151aab4bc06eed8409daae147c408478cb538dacb90cc63f19ad4eba80b - 21.09% (2.67 MB)

[#001] sha256:88468aea555efbb33d2713e2f991d021048eec4daab27d90d5ce4fc796ab4711 - 73.0% (9.24 MB)

[#002] sha256:8640627fb3bd37586b9244c194c873b103e20df2e38f973420935e67adad5e9c - 4.3% (558 KB)

[#003] sha256:f473941f79ca44a968a0600c6e4f6b2e4b38cdabb83cacf8861f67f3c735266b - 1.6% (207 KB)

[#004] sha256:6a5245f099f723f323c4c219be7fc355f984658d0c295891caea842cf82e3c0d - 0.0% (322 Bytes)

[#005] sha256:d1f64aa719b65e64270cc3a3bc63dd03cd62e7dfb15165d3e07d6294d407f063 - 0.01% (983 Bytes)

[#006] sha256:afc23f18e1417ffc639925046880cceaa4a61440b3ea84d5100bb63895b02822 - 0.0% (248 Bytes)


History
2021-04-14 19:19:49 UTC

/bin/sh -c #(nop) ADD file:4f526aa99067d82b341f7ca538f7826b7c23a628f1b615eea2883a2d434c1b90 in /

2021-04-14 19:19:49 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-05-03 16:32:27 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk update -f && apk --no-cache add -f openssl openssh-client coreutils bind-tools curl sed socat tzdata oath-toolkit-oathtool tar libidn && rm -rf /var/cache/apk/* # buildkit

2021-05-03 16:32:27 UTC (buildkit.dockerfile.v0)

ENV LE_CONFIG_HOME=/acme.sh

2021-05-03 16:32:27 UTC (buildkit.dockerfile.v0)

ARG AUTO_UPGRADE=1

2021-05-03 16:32:27 UTC (buildkit.dockerfile.v0)

ENV AUTO_UPGRADE=

2021-05-03 16:32:27 UTC (buildkit.dockerfile.v0)

ADD ./ /install_acme.sh/ # buildkit

2021-05-03 16:32:28 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c cd /install_acme.sh && ([ -f /install_acme.sh/acme.sh ] && /install_acme.sh/acme.sh --install || curl https://get.acme.sh | sh) && rm -rf /install_acme.sh/ # buildkit

2021-05-03 16:32:28 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c ln -s /root/.acme.sh/acme.sh /usr/local/bin/acme.sh && crontab -l | grep acme.sh | sed 's#> /dev/null##' | crontab - # buildkit

2021-05-03 16:32:28 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c for verb in help version install uninstall upgrade issue signcsr deploy install-cert renew renew-all revoke remove list showcsr install-cronjob uninstall-cronjob cron toPkcs toPkcs8 update-account register-account create-account-key create-domain-key createCSR deactivate deactivate-account set-notify set-default-ca ; do printf -- "%b" "#!/usr/bin/env sh\n/root/.acme.sh/acme.sh --${verb} --config-home /acme.sh \"\$@\"" >/usr/local/bin/--${verb} && chmod +x /usr/local/bin/--${verb} ; done # buildkit

2021-05-03 16:32:29 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c printf "%b" '#!'"/usr/bin/env sh\n if [ \"\$1\" = \"daemon\" ]; then \n trap \"echo stop && killall crond && exit 0\" SIGTERM SIGINT \n crond && while true; do sleep 1; done;\n else \n exec -- \"\$@\"\n fi" >/entry.sh && chmod +x /entry.sh # buildkit

2021-05-03 16:32:29 UTC (buildkit.dockerfile.v0)

VOLUME [/acme.sh]

2021-05-03 16:32:29 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entry.sh"]

2021-05-03 16:32:29 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Details
Created

2021-05-03 16:32:39 UTC

Size

12.2 MB

Content Digest
Environment
AUTO_UPGRADE

LE_CONFIG_HOME

/acme.sh

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:b452d2916bdfd021add56f1eda6bdea35400671ef07b38316ef82fce92a88fee - 20.42% (2.48 MB)

[#001] sha256:3c776dca1cfdb084885eee2c810677ce7a511c24339973ee2d74fcfef5452ac7 - 73.43% (8.94 MB)

[#002] sha256:625e9dc3da4cf7db60fe484361bf489307b70ec56f4c93056d62df52a5b0622a - 4.48% (558 KB)

[#003] sha256:5ea42e89f3df68fc23c7bfe50518486e1fabbbadae1c2730c1e08fd4001e2d20 - 1.66% (207 KB)

[#004] sha256:f4135c9640fa829636e787866966f9e5e2e743ad58aa273961cd88aa89d057e6 - 0.0% (319 Bytes)

[#005] sha256:eaefb076f1dbd95bc491a94017670d6d4a7d8705cf71c3f631699bf059ba0305 - 0.01% (1001 Bytes)

[#006] sha256:2f2657b25891c507a423550c83e7c400536fa6643664fc2f55a64f231c32b0ef - 0.0% (248 Bytes)


History
2021-04-14 18:49:49 UTC

/bin/sh -c #(nop) ADD file:82fa6a18d24e3f535c9061d2e111d63fe6d8a27710bb34a17b326e605ff478be in /

2021-04-14 18:49:50 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-05-03 16:32:33 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk update -f && apk --no-cache add -f openssl openssh-client coreutils bind-tools curl sed socat tzdata oath-toolkit-oathtool tar libidn && rm -rf /var/cache/apk/* # buildkit

2021-05-03 16:32:34 UTC (buildkit.dockerfile.v0)

ENV LE_CONFIG_HOME=/acme.sh

2021-05-03 16:32:34 UTC (buildkit.dockerfile.v0)

ARG AUTO_UPGRADE=1

2021-05-03 16:32:34 UTC (buildkit.dockerfile.v0)

ENV AUTO_UPGRADE=

2021-05-03 16:32:34 UTC (buildkit.dockerfile.v0)

ADD ./ /install_acme.sh/ # buildkit

2021-05-03 16:32:37 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c cd /install_acme.sh && ([ -f /install_acme.sh/acme.sh ] && /install_acme.sh/acme.sh --install || curl https://get.acme.sh | sh) && rm -rf /install_acme.sh/ # buildkit

2021-05-03 16:32:37 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c ln -s /root/.acme.sh/acme.sh /usr/local/bin/acme.sh && crontab -l | grep acme.sh | sed 's#> /dev/null##' | crontab - # buildkit

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c for verb in help version install uninstall upgrade issue signcsr deploy install-cert renew renew-all revoke remove list showcsr install-cronjob uninstall-cronjob cron toPkcs toPkcs8 update-account register-account create-account-key create-domain-key createCSR deactivate deactivate-account set-notify set-default-ca ; do printf -- "%b" "#!/usr/bin/env sh\n/root/.acme.sh/acme.sh --${verb} --config-home /acme.sh \"\$@\"" >/usr/local/bin/--${verb} && chmod +x /usr/local/bin/--${verb} ; done # buildkit

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c printf "%b" '#!'"/usr/bin/env sh\n if [ \"\$1\" = \"daemon\" ]; then \n trap \"echo stop && killall crond && exit 0\" SIGTERM SIGINT \n crond && while true; do sleep 1; done;\n else \n exec -- \"\$@\"\n fi" >/entry.sh && chmod +x /entry.sh # buildkit

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

VOLUME [/acme.sh]

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entry.sh"]

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Details
Created

2021-05-03 16:32:39 UTC

Size

11.3 MB

Content Digest
Environment
AUTO_UPGRADE

LE_CONFIG_HOME

/acme.sh

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:420c7481a3a76d5d12df768d2745ddbe40357df0af780c756a5a7d1f2a43d288 - 20.39% (2.3 MB)

[#001] sha256:dbbaaa663b6cb6a7f21545bedd6a7b5eab96df476acf2490be62733418b640f3 - 72.97% (8.22 MB)

[#002] sha256:625e9dc3da4cf7db60fe484361bf489307b70ec56f4c93056d62df52a5b0622a - 4.83% (558 KB)

[#003] sha256:be780718d5aabcfbf0ad94f21a5cf54a9a4c53d44c9abaa7c1736c1d6586dbbc - 1.79% (207 KB)

[#004] sha256:0532d756e33725a57a2a59ed6df651cf80a52787bf32e8afc9af267d105a4dc3 - 0.0% (320 Bytes)

[#005] sha256:a34ec47858524f0e849bbdba19516c74eb1e8feab676cc59a59d80546c5a4abb - 0.01% (1001 Bytes)

[#006] sha256:2f2657b25891c507a423550c83e7c400536fa6643664fc2f55a64f231c32b0ef - 0.0% (248 Bytes)


History
2021-04-14 18:57:50 UTC

/bin/sh -c #(nop) ADD file:d844cc7b5e00fb62be39d903a2fb4a08f700e75112c8eef1f31101e846ed010d in /

2021-04-14 18:57:52 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-05-03 16:32:33 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk update -f && apk --no-cache add -f openssl openssh-client coreutils bind-tools curl sed socat tzdata oath-toolkit-oathtool tar libidn && rm -rf /var/cache/apk/* # buildkit

2021-05-03 16:32:34 UTC (buildkit.dockerfile.v0)

ENV LE_CONFIG_HOME=/acme.sh

2021-05-03 16:32:34 UTC (buildkit.dockerfile.v0)

ARG AUTO_UPGRADE=1

2021-05-03 16:32:34 UTC (buildkit.dockerfile.v0)

ENV AUTO_UPGRADE=

2021-05-03 16:32:34 UTC (buildkit.dockerfile.v0)

ADD ./ /install_acme.sh/ # buildkit

2021-05-03 16:32:36 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c cd /install_acme.sh && ([ -f /install_acme.sh/acme.sh ] && /install_acme.sh/acme.sh --install || curl https://get.acme.sh | sh) && rm -rf /install_acme.sh/ # buildkit

2021-05-03 16:32:37 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c ln -s /root/.acme.sh/acme.sh /usr/local/bin/acme.sh && crontab -l | grep acme.sh | sed 's#> /dev/null##' | crontab - # buildkit

2021-05-03 16:32:38 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c for verb in help version install uninstall upgrade issue signcsr deploy install-cert renew renew-all revoke remove list showcsr install-cronjob uninstall-cronjob cron toPkcs toPkcs8 update-account register-account create-account-key create-domain-key createCSR deactivate deactivate-account set-notify set-default-ca ; do printf -- "%b" "#!/usr/bin/env sh\n/root/.acme.sh/acme.sh --${verb} --config-home /acme.sh \"\$@\"" >/usr/local/bin/--${verb} && chmod +x /usr/local/bin/--${verb} ; done # buildkit

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c printf "%b" '#!'"/usr/bin/env sh\n if [ \"\$1\" = \"daemon\" ]; then \n trap \"echo stop && killall crond && exit 0\" SIGTERM SIGINT \n crond && while true; do sleep 1; done;\n else \n exec -- \"\$@\"\n fi" >/entry.sh && chmod +x /entry.sh # buildkit

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

VOLUME [/acme.sh]

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entry.sh"]

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Details
Created

2021-05-03 16:32:39 UTC

Size

12.6 MB

Content Digest
Environment
AUTO_UPGRADE

LE_CONFIG_HOME

/acme.sh

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:d2f70382dc9a1658ea3491d7ab4439c22087e426c00e3eb7daf825b83be4ba9c - 20.54% (2.59 MB)

[#001] sha256:092f21e3db4ff277af25f7ddf2966bbe2de037fbd36c976ef66389dae2d06165 - 73.51% (9.25 MB)

[#002] sha256:625e9dc3da4cf7db60fe484361bf489307b70ec56f4c93056d62df52a5b0622a - 4.33% (558 KB)

[#003] sha256:f66ae92efe235fde3c1495fa5b3c936ad4a6858c1c3c2dcb0c32a8a0c0ccffe0 - 1.61% (207 KB)

[#004] sha256:3ccce9f8781e99f64f0e275068d262cc7c76902c91af7f25e0f2d9454b781526 - 0.0% (319 Bytes)

[#005] sha256:795b70e57b47b26a1bd6dc9a2fc16f773cc337e9127e769bc081b0e4b743b986 - 0.01% (999 Bytes)

[#006] sha256:2f2657b25891c507a423550c83e7c400536fa6643664fc2f55a64f231c32b0ef - 0.0% (248 Bytes)


History
2021-04-14 18:42:54 UTC

/bin/sh -c #(nop) ADD file:3db1e10ac5ebf1cb34939eff736f1384f7d3b17355758cec361489fa7a7e19ca in /

2021-04-14 18:42:55 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-05-03 16:32:33 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk update -f && apk --no-cache add -f openssl openssh-client coreutils bind-tools curl sed socat tzdata oath-toolkit-oathtool tar libidn && rm -rf /var/cache/apk/* # buildkit

2021-05-03 16:32:34 UTC (buildkit.dockerfile.v0)

ENV LE_CONFIG_HOME=/acme.sh

2021-05-03 16:32:34 UTC (buildkit.dockerfile.v0)

ARG AUTO_UPGRADE=1

2021-05-03 16:32:34 UTC (buildkit.dockerfile.v0)

ENV AUTO_UPGRADE=

2021-05-03 16:32:34 UTC (buildkit.dockerfile.v0)

ADD ./ /install_acme.sh/ # buildkit

2021-05-03 16:32:37 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c cd /install_acme.sh && ([ -f /install_acme.sh/acme.sh ] && /install_acme.sh/acme.sh --install || curl https://get.acme.sh | sh) && rm -rf /install_acme.sh/ # buildkit

2021-05-03 16:32:37 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c ln -s /root/.acme.sh/acme.sh /usr/local/bin/acme.sh && crontab -l | grep acme.sh | sed 's#> /dev/null##' | crontab - # buildkit

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c for verb in help version install uninstall upgrade issue signcsr deploy install-cert renew renew-all revoke remove list showcsr install-cronjob uninstall-cronjob cron toPkcs toPkcs8 update-account register-account create-account-key create-domain-key createCSR deactivate deactivate-account set-notify set-default-ca ; do printf -- "%b" "#!/usr/bin/env sh\n/root/.acme.sh/acme.sh --${verb} --config-home /acme.sh \"\$@\"" >/usr/local/bin/--${verb} && chmod +x /usr/local/bin/--${verb} ; done # buildkit

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c printf "%b" '#!'"/usr/bin/env sh\n if [ \"\$1\" = \"daemon\" ]; then \n trap \"echo stop && killall crond && exit 0\" SIGTERM SIGINT \n crond && while true; do sleep 1; done;\n else \n exec -- \"\$@\"\n fi" >/entry.sh && chmod +x /entry.sh # buildkit

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

VOLUME [/acme.sh]

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entry.sh"]

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Details
Created

2021-05-03 16:32:39 UTC

Size

13 MB

Content Digest
Environment
AUTO_UPGRADE

LE_CONFIG_HOME

/acme.sh

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:45707b9629c4ab8c6046680737229218fe844f38d08e5458b24605e1dbfd2709 - 20.64% (2.68 MB)

[#001] sha256:47140a84e70e6591ef29d9482f75b6f04027a440e8fdec06e4c25c7a7dfeb301 - 73.59% (9.54 MB)

[#002] sha256:ba7a7214b2eead7b643542123c643b30f2c244b3bb0858e3cf4fd3ef2d141a4b - 4.2% (558 KB)

[#003] sha256:d35bf0dceba90526a1aac57bebbae6e70a8134d161abf1d33a4285ea8c60ab80 - 1.56% (207 KB)

[#004] sha256:2c279d692689f797058c8b751457e8ad329f00ee0a4a8ff959e9bc52a7165fd6 - 0.0% (318 Bytes)

[#005] sha256:13b92b5868e3e6ec49222ef57616da0bc381be6034af2015f5074b722ac6b498 - 0.01% (993 Bytes)

[#006] sha256:2f2657b25891c507a423550c83e7c400536fa6643664fc2f55a64f231c32b0ef - 0.0% (248 Bytes)


History
2021-04-14 19:31:22 UTC

/bin/sh -c #(nop) ADD file:f8b081207f6d35f8ebd06aa471e350644151d183801f678def586d8f37e81366 in /

2021-04-14 19:31:29 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-05-03 16:32:35 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk update -f && apk --no-cache add -f openssl openssh-client coreutils bind-tools curl sed socat tzdata oath-toolkit-oathtool tar libidn && rm -rf /var/cache/apk/* # buildkit

2021-05-03 16:32:35 UTC (buildkit.dockerfile.v0)

ENV LE_CONFIG_HOME=/acme.sh

2021-05-03 16:32:35 UTC (buildkit.dockerfile.v0)

ARG AUTO_UPGRADE=1

2021-05-03 16:32:35 UTC (buildkit.dockerfile.v0)

ENV AUTO_UPGRADE=

2021-05-03 16:32:35 UTC (buildkit.dockerfile.v0)

ADD ./ /install_acme.sh/ # buildkit

2021-05-03 16:32:38 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c cd /install_acme.sh && ([ -f /install_acme.sh/acme.sh ] && /install_acme.sh/acme.sh --install || curl https://get.acme.sh | sh) && rm -rf /install_acme.sh/ # buildkit

2021-05-03 16:32:38 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c ln -s /root/.acme.sh/acme.sh /usr/local/bin/acme.sh && crontab -l | grep acme.sh | sed 's#> /dev/null##' | crontab - # buildkit

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c for verb in help version install uninstall upgrade issue signcsr deploy install-cert renew renew-all revoke remove list showcsr install-cronjob uninstall-cronjob cron toPkcs toPkcs8 update-account register-account create-account-key create-domain-key createCSR deactivate deactivate-account set-notify set-default-ca ; do printf -- "%b" "#!/usr/bin/env sh\n/root/.acme.sh/acme.sh --${verb} --config-home /acme.sh \"\$@\"" >/usr/local/bin/--${verb} && chmod +x /usr/local/bin/--${verb} ; done # buildkit

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c printf "%b" '#!'"/usr/bin/env sh\n if [ \"\$1\" = \"daemon\" ]; then \n trap \"echo stop && killall crond && exit 0\" SIGTERM SIGINT \n crond && while true; do sleep 1; done;\n else \n exec -- \"\$@\"\n fi" >/entry.sh && chmod +x /entry.sh # buildkit

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

VOLUME [/acme.sh]

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entry.sh"]

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Details
Created

2021-05-03 16:32:39 UTC

Size

12.7 MB

Content Digest
Environment
AUTO_UPGRADE

LE_CONFIG_HOME

/acme.sh

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:27efec644c4207cbc4d1400f84f3402937aab5ce72489976148896e42a219820 - 19.35% (2.45 MB)

[#001] sha256:3879db9ee6fae3c4c93941daa0f9bf68745ef5063cfbe879480403a4ee35de62 - 74.75% (9.46 MB)

[#002] sha256:ba7a7214b2eead7b643542123c643b30f2c244b3bb0858e3cf4fd3ef2d141a4b - 4.3% (558 KB)

[#003] sha256:25a4408206468f88aab2de3f6afb6c7cdff81d9080d6c18a589463638595e6a9 - 1.6% (207 KB)

[#004] sha256:f718673e167a46ab034974fedba785a5107eaef54301914b006f63fc60a7a5a1 - 0.0% (321 Bytes)

[#005] sha256:6f461cc50c4a8ff5ff0b6785def5d8a1242e2e3ee5a48eed956fc3b4faf48701 - 0.01% (990 Bytes)

[#006] sha256:2f2657b25891c507a423550c83e7c400536fa6643664fc2f55a64f231c32b0ef - 0.0% (248 Bytes)


History
2021-04-14 18:41:42 UTC

/bin/sh -c #(nop) ADD file:c73a5ff435939cdc9d621ee9dc2aa5a54a5f5e0241caae8dc948c03c423d9fef in /

2021-04-14 18:41:42 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-05-03 16:32:35 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk update -f && apk --no-cache add -f openssl openssh-client coreutils bind-tools curl sed socat tzdata oath-toolkit-oathtool tar libidn && rm -rf /var/cache/apk/* # buildkit

2021-05-03 16:32:35 UTC (buildkit.dockerfile.v0)

ENV LE_CONFIG_HOME=/acme.sh

2021-05-03 16:32:35 UTC (buildkit.dockerfile.v0)

ARG AUTO_UPGRADE=1

2021-05-03 16:32:35 UTC (buildkit.dockerfile.v0)

ENV AUTO_UPGRADE=

2021-05-03 16:32:35 UTC (buildkit.dockerfile.v0)

ADD ./ /install_acme.sh/ # buildkit

2021-05-03 16:32:37 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c cd /install_acme.sh && ([ -f /install_acme.sh/acme.sh ] && /install_acme.sh/acme.sh --install || curl https://get.acme.sh | sh) && rm -rf /install_acme.sh/ # buildkit

2021-05-03 16:32:38 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c ln -s /root/.acme.sh/acme.sh /usr/local/bin/acme.sh && crontab -l | grep acme.sh | sed 's#> /dev/null##' | crontab - # buildkit

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c for verb in help version install uninstall upgrade issue signcsr deploy install-cert renew renew-all revoke remove list showcsr install-cronjob uninstall-cronjob cron toPkcs toPkcs8 update-account register-account create-account-key create-domain-key createCSR deactivate deactivate-account set-notify set-default-ca ; do printf -- "%b" "#!/usr/bin/env sh\n/root/.acme.sh/acme.sh --${verb} --config-home /acme.sh \"\$@\"" >/usr/local/bin/--${verb} && chmod +x /usr/local/bin/--${verb} ; done # buildkit

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

RUN |1 AUTO_UPGRADE= /bin/sh -c printf "%b" '#!'"/usr/bin/env sh\n if [ \"\$1\" = \"daemon\" ]; then \n trap \"echo stop && killall crond && exit 0\" SIGTERM SIGINT \n crond && while true; do sleep 1; done;\n else \n exec -- \"\$@\"\n fi" >/entry.sh && chmod +x /entry.sh # buildkit

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

VOLUME [/acme.sh]

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entry.sh"]

2021-05-03 16:32:39 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete