Namespace
neilpang
Image / Tag
acme.sh:3.0.2
Content Digest
sha256:595809ad43a26053e911d5faf20e3c8749aa98505c00111eb5f382be46839445
Details
Created

2022-02-04 05:55:53 UTC

Size

12.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:e6889e0d66307a4b916fc844f2dcbc03245c63bc4189dd3e88126d9dcf2f9231 - 21.95% (2.7 MB)

[#001] sha256:31d511f1ee72c649d8751e5d075f3151d9cf9aaf84443be3ee5c1e022d313b93 - 71.55% (8.79 MB)

[#002] sha256:02e3c49bfd02066aeb6757f17a821291251372451e9638b5a7a8d5b398edc94a - 4.73% (595 KB)

[#003] sha256:8ba0004e3954dd3029d55e73238a0d075453720c38ff42da0c380ad4570a015e - 1.76% (221 KB)

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

[#005] sha256:2eec84cd3e61dc3cbc0506bb000e3b09858c494e2f394a618cd7084dd3411aaf - 0.01% (1.01 KB)

[#006] sha256:7d5a1b7623055040dd163cf4d7bb0b317ad27536aeda670101c7ab0c9ec26f82 - 0.0% (249 Bytes)


History
2021-11-24 20:53:48 UTC

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

2021-11-24 20:53:48 UTC

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

2022-02-04 05:55:52 UTC (buildkit.dockerfile.v0)

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

2022-02-04 05:55:52 UTC (buildkit.dockerfile.v0)

ENV LE_CONFIG_HOME=/acme.sh

2022-02-04 05:55:52 UTC (buildkit.dockerfile.v0)

ARG AUTO_UPGRADE=1

2022-02-04 05:55:52 UTC (buildkit.dockerfile.v0)

ENV AUTO_UPGRADE=

2022-02-04 05:55:52 UTC (buildkit.dockerfile.v0)

COPY ./ /install_acme.sh/ # buildkit

2022-02-04 05:55:52 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

2022-02-04 05:55:52 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

2022-02-04 05:55:53 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 info 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 set-default-chain ; 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

2022-02-04 05:55:53 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

2022-02-04 05:55:53 UTC (buildkit.dockerfile.v0)

VOLUME [/acme.sh]

2022-02-04 05:55:53 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entry.sh"]

2022-02-04 05:55:53 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Details
Created

2022-02-04 05:55:53 UTC

Size

11.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:59bf1c3509f33515622619af21ed55bbe26d24913cedbca106468a5fb37a50c3 - 23.18% (2.69 MB)

[#001] sha256:c94691d41f07837020756d761f0657412245aa9c3354c61ee36208b9e87662e6 - 69.92% (8.11 MB)

[#002] sha256:02e3c49bfd02066aeb6757f17a821291251372451e9638b5a7a8d5b398edc94a - 5.02% (595 KB)

[#003] sha256:8ba0004e3954dd3029d55e73238a0d075453720c38ff42da0c380ad4570a015e - 1.86% (221 KB)

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

[#005] sha256:cd32870320d7f9c8fb887374ed36811a33b7f12d09afe0071972dc888f61b391 - 0.01% (1.01 KB)

[#006] sha256:7d5a1b7623055040dd163cf4d7bb0b317ad27536aeda670101c7ab0c9ec26f82 - 0.0% (249 Bytes)


History
2021-11-24 20:19:40 UTC

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

2021-11-24 20:19:40 UTC

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

2022-02-04 05:55:52 UTC (buildkit.dockerfile.v0)

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

2022-02-04 05:55:52 UTC (buildkit.dockerfile.v0)

ENV LE_CONFIG_HOME=/acme.sh

2022-02-04 05:55:52 UTC (buildkit.dockerfile.v0)

ARG AUTO_UPGRADE=1

2022-02-04 05:55:52 UTC (buildkit.dockerfile.v0)

ENV AUTO_UPGRADE=

2022-02-04 05:55:52 UTC (buildkit.dockerfile.v0)

COPY ./ /install_acme.sh/ # buildkit

2022-02-04 05:55:52 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

2022-02-04 05:55:52 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

2022-02-04 05:55:53 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 info 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 set-default-chain ; 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

2022-02-04 05:55:53 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

2022-02-04 05:55:53 UTC (buildkit.dockerfile.v0)

VOLUME [/acme.sh]

2022-02-04 05:55:53 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entry.sh"]

2022-02-04 05:55:53 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Details
Created

2022-02-04 05:56:05 UTC

Size

11.4 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:e4a43de54da9e309482f6762f0c11f5f547cd8fd61a49c5f158453066162023e - 22.11% (2.51 MB)

[#001] sha256:653e7bde2ce82aac33581e4e14f7b0dd6d41c02f0cd29ee5c638752fc762121d - 70.85% (8.04 MB)

[#002] sha256:ba4b2379e3fefcf2e9cfc30b10f614bc3a3728b45f0c4b947eed75ec493e3dd3 - 5.12% (595 KB)

[#003] sha256:4204eca70c3890c1a3b752685fbecfd711724a669d2831102f844201abe10740 - 1.9% (221 KB)

[#004] sha256:7706b5333af67f292199e55a62d0374a6fa1b0588818dd72fa9ed0834ae02b80 - 0.0% (318 Bytes)

[#005] sha256:2117be17ce26180695a3ad9eb37c8ce50d4738289be039537d0ccee059c18aff - 0.01% (1.03 KB)

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


History
2021-11-24 21:08:16 UTC

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

2021-11-24 21:08:16 UTC

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

2022-02-04 05:55:57 UTC (buildkit.dockerfile.v0)

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

2022-02-04 05:55:57 UTC (buildkit.dockerfile.v0)

ENV LE_CONFIG_HOME=/acme.sh

2022-02-04 05:55:57 UTC (buildkit.dockerfile.v0)

ARG AUTO_UPGRADE=1

2022-02-04 05:55:57 UTC (buildkit.dockerfile.v0)

ENV AUTO_UPGRADE=

2022-02-04 05:55:57 UTC (buildkit.dockerfile.v0)

COPY ./ /install_acme.sh/ # buildkit

2022-02-04 05:56:02 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

2022-02-04 05:56:02 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

2022-02-04 05:56:05 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 info 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 set-default-chain ; 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

2022-02-04 05:56:05 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

2022-02-04 05:56:05 UTC (buildkit.dockerfile.v0)

VOLUME [/acme.sh]

2022-02-04 05:56:05 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entry.sh"]

2022-02-04 05:56:05 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Details
Created

2022-02-04 05:56:06 UTC

Size

10.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:5480d2ca1740c20ce17652e01ed2265cdc914458acd41256a2b1ccff28f2762c - 22.19% (2.32 MB)

[#001] sha256:ac61ac33b2f48c1bf7f3abf8edf84c43753e35915b1caf09a6015b74b065bbd5 - 70.17% (7.34 MB)

[#002] sha256:007414bc425abbd8f165fa66c1af8deeae103667737e7cc5e857847a060556f6 - 5.56% (595 KB)

[#003] sha256:7d1c97144d29e14d97f23c401049dae2181cd8a7c4e0269a2c30a11d34d2be78 - 2.06% (221 KB)

[#004] sha256:6c1b625b1ed835a9ed2e46bd5182ef033198f75d88f4e9953f633fbb21c5c9a5 - 0.0% (318 Bytes)

[#005] sha256:b4bdc7f05cb813ff08924e34a3d06c0cc1f6463eaf51973a97cba6789b319dd3 - 0.01% (1.02 KB)

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


History
2021-11-24 21:42:11 UTC

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

2021-11-24 21:42:11 UTC

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

2022-02-04 05:55:58 UTC (buildkit.dockerfile.v0)

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

2022-02-04 05:55:58 UTC (buildkit.dockerfile.v0)

ENV LE_CONFIG_HOME=/acme.sh

2022-02-04 05:55:58 UTC (buildkit.dockerfile.v0)

ARG AUTO_UPGRADE=1

2022-02-04 05:55:58 UTC (buildkit.dockerfile.v0)

ENV AUTO_UPGRADE=

2022-02-04 05:55:58 UTC (buildkit.dockerfile.v0)

COPY ./ /install_acme.sh/ # buildkit

2022-02-04 05:56:03 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

2022-02-04 05:56:03 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

2022-02-04 05:56:05 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 info 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 set-default-chain ; 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

2022-02-04 05:56:06 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

2022-02-04 05:56:06 UTC (buildkit.dockerfile.v0)

VOLUME [/acme.sh]

2022-02-04 05:56:06 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entry.sh"]

2022-02-04 05:56:06 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Details
Created

2022-02-04 05:56:05 UTC

Size

11.4 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:9b3977197b4f2147bdd31e1271f811319dcd5c2fc595f14e81f5351ab6275b99 - 22.63% (2.59 MB)

[#001] sha256:f6a23fe886a7cfde9e258cfb892663e75063e9489eba17336350c3312fc277da - 70.39% (8.06 MB)

[#002] sha256:007414bc425abbd8f165fa66c1af8deeae103667737e7cc5e857847a060556f6 - 5.08% (595 KB)

[#003] sha256:7d1c97144d29e14d97f23c401049dae2181cd8a7c4e0269a2c30a11d34d2be78 - 1.89% (221 KB)

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

[#005] sha256:279e5794c98c92f009454d2c47e9a6576c1f0a225937719982a8f262e71c1de2 - 0.01% (1.02 KB)

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


History
2021-11-24 20:39:20 UTC

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

2021-11-24 20:39:20 UTC

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

2022-02-04 05:55:58 UTC (buildkit.dockerfile.v0)

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

2022-02-04 05:55:58 UTC (buildkit.dockerfile.v0)

ENV LE_CONFIG_HOME=/acme.sh

2022-02-04 05:55:58 UTC (buildkit.dockerfile.v0)

ARG AUTO_UPGRADE=1

2022-02-04 05:55:58 UTC (buildkit.dockerfile.v0)

ENV AUTO_UPGRADE=

2022-02-04 05:55:58 UTC (buildkit.dockerfile.v0)

COPY ./ /install_acme.sh/ # buildkit

2022-02-04 05:56:03 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

2022-02-04 05:56:03 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

2022-02-04 05:56:05 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 info 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 set-default-chain ; 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

2022-02-04 05:56:05 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

2022-02-04 05:56:05 UTC (buildkit.dockerfile.v0)

VOLUME [/acme.sh]

2022-02-04 05:56:05 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entry.sh"]

2022-02-04 05:56:05 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Details
Created

2022-02-04 05:56:07 UTC

Size

11.8 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:159b5dcb1717c815c76ff5ea1db730e18e8609c9090238e43282856db9e71f47 - 22.69% (2.68 MB)

[#001] sha256:c4a767e56b6a8230eb49bc90b4994bdb557c7ee34cbe231b7ddcba7b17290963 - 70.56% (8.35 MB)

[#002] sha256:99baa5e2bd9605c0b0bb0e8e4ebf169b7da938b140f20f815ec838dcfb73ced0 - 4.91% (595 KB)

[#003] sha256:24cba572d2eed6701ad2eea495091155a7d7b82cdb85e2024c42db5057bedca7 - 1.83% (221 KB)

[#004] sha256:8989ae61f1a76d597b1e6edb88ca1e47325c686bb7e378af9ed489cab9d280ee - 0.0% (317 Bytes)

[#005] sha256:a6ef937876b480043c131cd328cd0e72c33e070480029884ee19c32517a10617 - 0.01% (1.02 KB)

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


History
2021-11-24 20:20:16 UTC

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

2021-11-24 20:20:20 UTC

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

2022-02-04 05:56:02 UTC (buildkit.dockerfile.v0)

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

2022-02-04 05:56:02 UTC (buildkit.dockerfile.v0)

ENV LE_CONFIG_HOME=/acme.sh

2022-02-04 05:56:02 UTC (buildkit.dockerfile.v0)

ARG AUTO_UPGRADE=1

2022-02-04 05:56:02 UTC (buildkit.dockerfile.v0)

ENV AUTO_UPGRADE=

2022-02-04 05:56:02 UTC (buildkit.dockerfile.v0)

COPY ./ /install_acme.sh/ # buildkit

2022-02-04 05:56:06 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

2022-02-04 05:56:06 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

2022-02-04 05:56:07 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 info 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 set-default-chain ; 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

2022-02-04 05:56:07 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

2022-02-04 05:56:07 UTC (buildkit.dockerfile.v0)

VOLUME [/acme.sh]

2022-02-04 05:56:07 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entry.sh"]

2022-02-04 05:56:07 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Details
Created

2022-02-04 05:56:06 UTC

Size

11.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:d6baca485f3d0f7c77221be60fbef5db014a5ef9d8f53db4a310c947c690d189 - 21.46% (2.49 MB)

[#001] sha256:d81967f23c74edc89517382aa8d431f50b05f2665f5f50939208509083e02622 - 71.64% (8.3 MB)

[#002] sha256:7941e5e065f49d7b769f073c5902e0966d2a1c81ca7ee08e9a78e24849cdc9d2 - 5.02% (595 KB)

[#003] sha256:7ff32236cea2300f16f8e5dc962927477fed98a6ae897eb7aa96d5ca8b801590 - 1.86% (221 KB)

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

[#005] sha256:a29480a9affd2be9e33129613067e862e79dc71ec9030a352ec5a6cd47a01d07 - 0.01% (1.02 KB)

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


History
2021-11-24 20:41:23 UTC

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

2021-11-24 20:41:23 UTC

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

2022-02-04 05:56:01 UTC (buildkit.dockerfile.v0)

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

2022-02-04 05:56:01 UTC (buildkit.dockerfile.v0)

ENV LE_CONFIG_HOME=/acme.sh

2022-02-04 05:56:01 UTC (buildkit.dockerfile.v0)

ARG AUTO_UPGRADE=1

2022-02-04 05:56:01 UTC (buildkit.dockerfile.v0)

ENV AUTO_UPGRADE=

2022-02-04 05:56:01 UTC (buildkit.dockerfile.v0)

COPY ./ /install_acme.sh/ # buildkit

2022-02-04 05:56:05 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

2022-02-04 05:56:05 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

2022-02-04 05:56:06 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 info 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 set-default-chain ; 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

2022-02-04 05:56:06 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

2022-02-04 05:56:06 UTC (buildkit.dockerfile.v0)

VOLUME [/acme.sh]

2022-02-04 05:56:06 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entry.sh"]

2022-02-04 05:56:06 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