Namespace
library
Image / Tag
caddy:2.7.0-beta.1
Content Digest
sha256:85da0ceedabfbf11773abbca4770a368e1943bf24b6b33a5481217d5221fadca
Details
Created

2023-06-15 05:30:04 UTC

Size

17.6 MB

Content Digest
Labels
  • org.opencontainers.image.description
    a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
  • org.opencontainers.image.documentation
    https://caddyserver.com/docs
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/caddyserver/caddy-docker
  • org.opencontainers.image.title
    Caddy
  • org.opencontainers.image.url
    https://caddyserver.com
  • org.opencontainers.image.vendor
    Light Code Labs
  • org.opencontainers.image.version
    v2.7.0-beta.1

Environment
CADDY_VERSION

v2.7.0-beta.1

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:31e352740f534f9ad170f75378a84fe453d6156e40700b882d737a8f4a6988a3 - 18.39% (3.24 MB)

[#001] sha256:63974018b45d5f7b164c2773c4e021850d331db87debfbb86f651137d009b6e8 - 1.9% (343 KB)

[#002] sha256:7facdeb0b2c4a3c6f93d7bf9f9ef6965a687a911d9337941e2b9013a09634005 - 0.04% (7.38 KB)

[#003] sha256:e76f7d13ddb0ca742168d8e22dce9f3a01fa77a25ab9ed926ece104df5c54d92 - 79.67% (14 MB)


History
2023-06-14 20:41:58 UTC

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

2023-06-14 20:41:59 UTC

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

2023-06-15 05:30:00 UTC

/bin/sh -c apk add --no-cache ca-certificates libcap mailcap

2023-06-15 05:30:01 UTC

/bin/sh -c set -eux; mkdir -p /config/caddy /data/caddy /etc/caddy /usr/share/caddy ; wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/welcome/index.html"

2023-06-15 05:30:01 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.7.0-beta.1

2023-06-15 05:30:03 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='613addc729beb06a05c29f8fc5be9b02fecab506c70bbe091d0c212829ce72e7005e0649d037086e600c9c337dd6a18fc0df661b10ce6bc97b577a4a12228705' ;; armhf) binArch='armv6'; checksum='4a603e908f6101a2847c6580118b2dc6b8ee0a7d479fd70bc5497405dad67a5250a7c88f05e7a19dd0995b37dcb7a2e27de18de71b3d56b48ed0e494f9c99445' ;; armv7) binArch='armv7'; checksum='72ec1ac7f1405f7e514af35525b4fbf77fb966f06124b7f7f2445d979ba6f491eee28bf2b51f995303b5fb3a0ce01e1d9e41199d2b72b5613e53be9006a77326' ;; aarch64) binArch='arm64'; checksum='89a296d0ca4f6d0c7e8584582414f6aa254427e25705839e315d18b1256d96549ef124bea2dddee3cbcee0202cfb646c34b2aec07918adb273c397588409eadb' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='22eb564de9e53451800f4617db03af29c5843ed3c34570c8ff50ffb232a9b47d40e199f54490fab12dea8f78c77c009d4b585228b029514228e42cfbba321fa4' ;; s390x) binArch='s390x'; checksum='9d0be7a10cc64869055174a808957e8eea8be781c6e1a903c5fe295ca15bc17298f8a06d219801d839ae6089290160f8dccd485e94fb40f42c65ca591e85117b' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.7.0-beta.1/caddy_2.7.0-beta.1_linux_${binArch}.tar.gz"; echo "$checksum /tmp/caddy.tar.gz" | sha512sum -c; tar x -z -f /tmp/caddy.tar.gz -C /usr/bin caddy; rm -f /tmp/caddy.tar.gz; setcap cap_net_bind_service=+ep /usr/bin/caddy; chmod +x /usr/bin/caddy; caddy version

2023-06-15 05:30:03 UTC

/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config

2023-06-15 05:30:03 UTC

/bin/sh -c #(nop) ENV XDG_DATA_HOME=/data

2023-06-15 05:30:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v2.7.0-beta.1

2023-06-15 05:30:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Caddy

2023-06-15 05:30:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go

2023-06-15 05:30:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com

2023-06-15 05:30:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs

2023-06-15 05:30:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs

2023-06-15 05:30:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2023-06-15 05:30:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker

2023-06-15 05:30:04 UTC

/bin/sh -c #(nop) EXPOSE 80

2023-06-15 05:30:04 UTC

/bin/sh -c #(nop) EXPOSE 443

2023-06-15 05:30:04 UTC

/bin/sh -c #(nop) EXPOSE 443/udp

2023-06-15 05:30:04 UTC

/bin/sh -c #(nop) EXPOSE 2019

2023-06-15 05:30:04 UTC

/bin/sh -c #(nop) WORKDIR /srv

2023-06-15 05:30:04 UTC

/bin/sh -c #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]

Details
Created

2023-07-14 00:50:17 UTC

Size

1.82 GB

Content Digest
Labels
  • org.opencontainers.image.description
    a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
  • org.opencontainers.image.documentation
    https://caddyserver.com/docs
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/caddyserver/caddy-docker
  • org.opencontainers.image.title
    Caddy
  • org.opencontainers.image.url
    https://caddyserver.com
  • org.opencontainers.image.vendor
    Light Code Labs
  • org.opencontainers.image.version
    v2.7.0-beta.1

Environment
CADDY_VERSION

v2.7.0-beta.1

XDG_CONFIG_HOME

c:/config

XDG_DATA_HOME

c:/data


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 84.41% (1.54 GB)

[#001] sha256:e36dba1ee29cd36713c8785a5de7dd2a487244d734ed4c5e7b0a6890bffb806e - 14.78% (276 MB)

[#002] sha256:2e991bb72ebb8bf12a5cb5fcb2075d938e3508db6634bdfe6a5bb73e4c612051 - 0.0% (1.31 KB)

[#003] sha256:42bb4f1e513e5b8067f0b87accb23692464bc0eb6d0b33abbdab5d3ba562731c - 0.02% (445 KB)

[#004] sha256:580391206b016de71f69f23634d2bfdfdf4f7b592a874250ef888e8dcbb00eb3 - 0.0% (1.39 KB)

[#005] sha256:3b89f87a1f570f313746ab53b21adeac9c28a5011068558e7a0566c59a1b0a12 - 0.77% (14.4 MB)

[#006] sha256:c503b0fb0241c63da7be4bafa807c54585bc7c028b5483bd2d8e655e16d006fb - 0.0% (1.39 KB)

[#007] sha256:881d012f2617b423b5144870f7914da2bef34e74e92503b4ed8c5a9325de775b - 0.0% (1.36 KB)

[#008] sha256:e7b1eba0b79beb078506e796ce3331fc25b7a420f16ce271326cd95e2806fce2 - 0.0% (1.38 KB)

[#009] sha256:a34e0c04406531c2b7a2d60dc396ca07e1ed9f9d645ae49b8f471c685e40dda6 - 0.0% (1.39 KB)

[#010] sha256:a6c77ac918bf4077c5a4e4aff13e9c2084d74ea4cbf8c7669b1ab283d70285e6 - 0.0% (1.36 KB)

[#011] sha256:4f19a621fb160b1987507bdfda72b5d91f808deedff3ce9bbc226e24c6b63cdb - 0.0% (1.36 KB)

[#012] sha256:af32db1315482e4f0f73b4f515a00f4b27328bbd118ce381e9737cdf37634aec - 0.0% (1.36 KB)

[#013] sha256:e07f5b31db4890a517e901d6391ff5510370f17c017d2dfb57e95ce30d1e3a11 - 0.0% (1.37 KB)

[#014] sha256:3fb415066e448f26a660ed4929908b1032d2f67173a6f1539079718fcc96cb62 - 0.0% (1.35 KB)

[#015] sha256:7eff416ed38c265a151c75f374eddc9d0ecd849c3b1da7ab78e11323c2784e9a - 0.0% (1.38 KB)

[#016] sha256:7b122cafd1f50ee081e1b1bab0f0c330993d092e2c25aaddb4e0cfdb78f4b993 - 0.0% (1.39 KB)

[#017] sha256:18a96f914db6ec53d3737917ab2d02ad02fb711ac368354dc5b9148965141569 - 0.0% (1.39 KB)

[#018] sha256:cfc4115bffcdbdb91c2e91872d65b9532d17a72b3584fb5c4400d7d2b678023c - 0.0% (1.36 KB)

[#019] sha256:0120e1b0207566d36ea3fbc1f68123be1f373a476568890e1e9972c1cee46918 - 0.0% (1.36 KB)

[#020] sha256:0c224bd3cd57e88b86decb27a429a3e31401ab70e95d4066db6e14a5e7c24ae4 - 0.01% (249 KB)

[#021] sha256:af778a84ab21c24ec23326557dee27c8373ecc897dd40ae2f18f7d483341df19 - 0.0% (1.36 KB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2023-07-07 08:17:39 UTC

Install update 10.0.17763.4645

2023-07-13 20:32:48 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2023-07-14 00:42:14 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; mkdir /config; mkdir /data; mkdir /etc/caddy; mkdir /usr/share/caddy; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/welcome/index.html" -OutFile "/usr/share/caddy/index.html"

2023-07-14 00:48:01 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.7.0-beta.1

2023-07-14 00:49:11 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.7.0-beta.1/caddy_2.7.0-beta.1_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('97df57938f550cc87d5af11364562b5812015c498360d2a61cb3f007a31d119d3b80e01d74b674ae628b428a66b0d864878c06d063a2f2b2f773537dee1ee638')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force

2023-07-14 00:49:12 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config

2023-07-14 00:49:13 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data

2023-07-14 00:49:14 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.7.0-beta.1

2023-07-14 00:49:14 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy

2023-07-14 00:49:15 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go

2023-07-14 00:49:16 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com

2023-07-14 00:49:17 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs

2023-07-14 00:49:17 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs

2023-07-14 00:49:18 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2023-07-14 00:49:19 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker

2023-07-14 00:49:20 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80

2023-07-14 00:49:20 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443

2023-07-14 00:49:21 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp

2023-07-14 00:49:22 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019

2023-07-14 00:50:17 UTC

caddy version

2023-07-14 00:50:17 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]

Details
Created

2023-07-14 00:51:21 UTC

Size

1.63 GB

Content Digest
Labels
  • org.opencontainers.image.description
    a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
  • org.opencontainers.image.documentation
    https://caddyserver.com/docs
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/caddyserver/caddy-docker
  • org.opencontainers.image.title
    Caddy
  • org.opencontainers.image.url
    https://caddyserver.com
  • org.opencontainers.image.vendor
    Light Code Labs
  • org.opencontainers.image.version
    v2.7.0-beta.1

Environment
CADDY_VERSION

v2.7.0-beta.1

XDG_CONFIG_HOME

c:/config

XDG_DATA_HOME

c:/data


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 79.2% (1.29 GB)

[#001] sha256:c84a7416e1317a892f4786a89c62493b21df55e0e06b82a4bb007cc79df0f949 - 19.89% (333 MB)

[#002] sha256:5d3e3828ab9c4326158b6161915d8bad87619b3107529ab32863eb31b684d127 - 0.0% (1.37 KB)

[#003] sha256:fee9edae3eae473b146e54697e8e61a255083bf5fc383cdc541fdf42871854fc - 0.03% (452 KB)

[#004] sha256:fdb0b5f0f4b06c200b3c928ece097182da2b7f922f3773b01a7b82bfe8bc7590 - 0.0% (1.38 KB)

[#005] sha256:309268126e19998f96cb030adc45f58e0129c9a1276c7c555b3395a0bb9b4e1a - 0.86% (14.4 MB)

[#006] sha256:7d5192dc8424396be78aa8742a489811a64e58f474608426537e8fe4c530f8dc - 0.0% (1.38 KB)

[#007] sha256:c6788fb024c66c73fed7d97c22bb1799cbf940fc47f8ff347b113fc4d5bf7654 - 0.0% (1.37 KB)

[#008] sha256:51efe9bad0a1c4a43ad141830ff003afef3e9bf80f03161f59648f3666e8d5bf - 0.0% (1.34 KB)

[#009] sha256:89b0c76620b877adf61b19b8bddc844e1f6f19eb95e7dd782b00e179502b9ed3 - 0.0% (1.36 KB)

[#010] sha256:1dfb2db69fb95be12da18f8d46309fa766b14c97584e0d63102e5ca971915683 - 0.0% (1.36 KB)

[#011] sha256:e5ee546bef61f2335271d80b4cc03e2117a219964882f4bae92a68ff58c690a2 - 0.0% (1.35 KB)

[#012] sha256:710c73fcf52b7ef3d6fc95fb3ef1632d79dbfb19362b568da214ef1fd32e0277 - 0.0% (1.36 KB)

[#013] sha256:15c877449e735bc3538a23e2cd070f512c5ed4b25d2f3ada43b28531d05238b3 - 0.0% (1.34 KB)

[#014] sha256:de8f15ce7621c521674277ab5dbcbac8d938aa7e793ed3865dc202cd36a1cdfa - 0.0% (1.38 KB)

[#015] sha256:3200ff84291a5929b1878f35e1eb268498357df70a3dbf9b7157f5be28cea6e4 - 0.0% (1.36 KB)

[#016] sha256:bf0133fc5c482449499abab335390a96b7afd874e2a4b0bce4c6522fac410ca1 - 0.0% (1.4 KB)

[#017] sha256:957b9c9108fdde9c7ebcec8658ba3d97aeea9ec8469edc53bcfa267878a5087a - 0.0% (1.39 KB)

[#018] sha256:797d9a37eda563c514a707579bf47481820def56dcca77076e217f3ff400bd21 - 0.0% (1.36 KB)

[#019] sha256:4dc3138d9eb748c683c922c11bc2c0353482976be9c66297ba993e917bebf07a - 0.0% (1.38 KB)

[#020] sha256:c41822ad3e41a23736059012b4832f1684bb51e2e06395e5cea3d22b8dffec14 - 0.02% (270 KB)

[#021] sha256:f8cbf2ac226ee69e58bb93fb79262cccc3717c046529deaf15bcf507a217b1bf - 0.0% (1.38 KB)


History
2023-06-08 12:55:20 UTC

Apply image 10.0.20348.1787

2023-07-07 21:29:32 UTC

Install update 10.0.20348.1850

2023-07-13 20:29:18 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2023-07-14 00:45:03 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; mkdir /config; mkdir /data; mkdir /etc/caddy; mkdir /usr/share/caddy; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/welcome/index.html" -OutFile "/usr/share/caddy/index.html"

2023-07-14 00:50:29 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.7.0-beta.1

2023-07-14 00:50:55 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.7.0-beta.1/caddy_2.7.0-beta.1_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('97df57938f550cc87d5af11364562b5812015c498360d2a61cb3f007a31d119d3b80e01d74b674ae628b428a66b0d864878c06d063a2f2b2f773537dee1ee638')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force

2023-07-14 00:50:56 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config

2023-07-14 00:50:57 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data

2023-07-14 00:50:57 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.7.0-beta.1

2023-07-14 00:50:58 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy

2023-07-14 00:50:59 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go

2023-07-14 00:51:00 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com

2023-07-14 00:51:00 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs

2023-07-14 00:51:01 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs

2023-07-14 00:51:02 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2023-07-14 00:51:03 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker

2023-07-14 00:51:03 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80

2023-07-14 00:51:04 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443

2023-07-14 00:51:05 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443/udp

2023-07-14 00:51:06 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019

2023-07-14 00:51:20 UTC

caddy version

2023-07-14 00:51:21 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]

Details
Created

2023-06-14 20:19:55 UTC

Size

16.7 MB

Content Digest
Labels
  • org.opencontainers.image.description
    a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
  • org.opencontainers.image.documentation
    https://caddyserver.com/docs
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/caddyserver/caddy-docker
  • org.opencontainers.image.title
    Caddy
  • org.opencontainers.image.url
    https://caddyserver.com
  • org.opencontainers.image.vendor
    Light Code Labs
  • org.opencontainers.image.version
    v2.7.0-beta.1

Environment
CADDY_VERSION

v2.7.0-beta.1

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:7836be94d3024e2042069c1095caba0b391f70c4b3d34a0475a503239d73dfba - 17.93% (3 MB)

[#001] sha256:2f1307a8613ad92eee47b12de837dc212d252e41489fd7443b6f7df3af69fe79 - 1.98% (339 KB)

[#002] sha256:06caae4f106322a98b9243280f156256e74fba65aa5339e76eb457c0f211eb87 - 0.04% (7.38 KB)

[#003] sha256:7f805b3dbbc394b6091a849b9ffa238f58c45c9ac3adbb684b8f2fb53e5720d6 - 80.05% (13.4 MB)


History
2023-06-14 18:49:20 UTC

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

2023-06-14 18:49:20 UTC

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

2023-06-14 20:19:50 UTC

/bin/sh -c apk add --no-cache ca-certificates libcap mailcap

2023-06-14 20:19:51 UTC

/bin/sh -c set -eux; mkdir -p /config/caddy /data/caddy /etc/caddy /usr/share/caddy ; wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/welcome/index.html"

2023-06-14 20:19:51 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.7.0-beta.1

2023-06-14 20:19:53 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='613addc729beb06a05c29f8fc5be9b02fecab506c70bbe091d0c212829ce72e7005e0649d037086e600c9c337dd6a18fc0df661b10ce6bc97b577a4a12228705' ;; armhf) binArch='armv6'; checksum='4a603e908f6101a2847c6580118b2dc6b8ee0a7d479fd70bc5497405dad67a5250a7c88f05e7a19dd0995b37dcb7a2e27de18de71b3d56b48ed0e494f9c99445' ;; armv7) binArch='armv7'; checksum='72ec1ac7f1405f7e514af35525b4fbf77fb966f06124b7f7f2445d979ba6f491eee28bf2b51f995303b5fb3a0ce01e1d9e41199d2b72b5613e53be9006a77326' ;; aarch64) binArch='arm64'; checksum='89a296d0ca4f6d0c7e8584582414f6aa254427e25705839e315d18b1256d96549ef124bea2dddee3cbcee0202cfb646c34b2aec07918adb273c397588409eadb' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='22eb564de9e53451800f4617db03af29c5843ed3c34570c8ff50ffb232a9b47d40e199f54490fab12dea8f78c77c009d4b585228b029514228e42cfbba321fa4' ;; s390x) binArch='s390x'; checksum='9d0be7a10cc64869055174a808957e8eea8be781c6e1a903c5fe295ca15bc17298f8a06d219801d839ae6089290160f8dccd485e94fb40f42c65ca591e85117b' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.7.0-beta.1/caddy_2.7.0-beta.1_linux_${binArch}.tar.gz"; echo "$checksum /tmp/caddy.tar.gz" | sha512sum -c; tar x -z -f /tmp/caddy.tar.gz -C /usr/bin caddy; rm -f /tmp/caddy.tar.gz; setcap cap_net_bind_service=+ep /usr/bin/caddy; chmod +x /usr/bin/caddy; caddy version

2023-06-14 20:19:53 UTC

/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config

2023-06-14 20:19:53 UTC

/bin/sh -c #(nop) ENV XDG_DATA_HOME=/data

2023-06-14 20:19:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v2.7.0-beta.1

2023-06-14 20:19:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Caddy

2023-06-14 20:19:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go

2023-06-14 20:19:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com

2023-06-14 20:19:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs

2023-06-14 20:19:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs

2023-06-14 20:19:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2023-06-14 20:19:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker

2023-06-14 20:19:54 UTC

/bin/sh -c #(nop) EXPOSE 80

2023-06-14 20:19:54 UTC

/bin/sh -c #(nop) EXPOSE 443

2023-06-14 20:19:54 UTC

/bin/sh -c #(nop) EXPOSE 443/udp

2023-06-14 20:19:55 UTC

/bin/sh -c #(nop) EXPOSE 2019

2023-06-14 20:19:55 UTC

/bin/sh -c #(nop) WORKDIR /srv

2023-06-14 20:19:55 UTC

/bin/sh -c #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]

Details
Created

2023-06-15 01:49:17 UTC

Size

16.5 MB

Content Digest
Labels
  • org.opencontainers.image.description
    a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
  • org.opencontainers.image.documentation
    https://caddyserver.com/docs
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/caddyserver/caddy-docker
  • org.opencontainers.image.title
    Caddy
  • org.opencontainers.image.url
    https://caddyserver.com
  • org.opencontainers.image.vendor
    Light Code Labs
  • org.opencontainers.image.version
    v2.7.0-beta.1

Environment
CADDY_VERSION

v2.7.0-beta.1

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:633ba29fd335042456b6e2c073636f6fa30de56f1331c442914739b92a479974 - 16.79% (2.76 MB)

[#001] sha256:83b11fd72724952a9dc9d91c238074f615906af72e1ae9b471d33adb92b4d1d9 - 2.0% (336 KB)

[#002] sha256:da98ce82e281811c7e12704cee8213bf97fdfb6bfc284967ae05edcc6e8487a6 - 0.04% (7.38 KB)

[#003] sha256:067c472b2957b24181d74e49f1ef232d98c1a09881e0095080eaf255fc3f8189 - 81.17% (13.4 MB)


History
2023-06-14 22:36:15 UTC

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

2023-06-14 22:36:15 UTC

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

2023-06-15 01:49:12 UTC

/bin/sh -c apk add --no-cache ca-certificates libcap mailcap

2023-06-15 01:49:13 UTC

/bin/sh -c set -eux; mkdir -p /config/caddy /data/caddy /etc/caddy /usr/share/caddy ; wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/welcome/index.html"

2023-06-15 01:49:13 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.7.0-beta.1

2023-06-15 01:49:16 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='613addc729beb06a05c29f8fc5be9b02fecab506c70bbe091d0c212829ce72e7005e0649d037086e600c9c337dd6a18fc0df661b10ce6bc97b577a4a12228705' ;; armhf) binArch='armv6'; checksum='4a603e908f6101a2847c6580118b2dc6b8ee0a7d479fd70bc5497405dad67a5250a7c88f05e7a19dd0995b37dcb7a2e27de18de71b3d56b48ed0e494f9c99445' ;; armv7) binArch='armv7'; checksum='72ec1ac7f1405f7e514af35525b4fbf77fb966f06124b7f7f2445d979ba6f491eee28bf2b51f995303b5fb3a0ce01e1d9e41199d2b72b5613e53be9006a77326' ;; aarch64) binArch='arm64'; checksum='89a296d0ca4f6d0c7e8584582414f6aa254427e25705839e315d18b1256d96549ef124bea2dddee3cbcee0202cfb646c34b2aec07918adb273c397588409eadb' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='22eb564de9e53451800f4617db03af29c5843ed3c34570c8ff50ffb232a9b47d40e199f54490fab12dea8f78c77c009d4b585228b029514228e42cfbba321fa4' ;; s390x) binArch='s390x'; checksum='9d0be7a10cc64869055174a808957e8eea8be781c6e1a903c5fe295ca15bc17298f8a06d219801d839ae6089290160f8dccd485e94fb40f42c65ca591e85117b' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.7.0-beta.1/caddy_2.7.0-beta.1_linux_${binArch}.tar.gz"; echo "$checksum /tmp/caddy.tar.gz" | sha512sum -c; tar x -z -f /tmp/caddy.tar.gz -C /usr/bin caddy; rm -f /tmp/caddy.tar.gz; setcap cap_net_bind_service=+ep /usr/bin/caddy; chmod +x /usr/bin/caddy; caddy version

2023-06-15 01:49:16 UTC

/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config

2023-06-15 01:49:16 UTC

/bin/sh -c #(nop) ENV XDG_DATA_HOME=/data

2023-06-15 01:49:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v2.7.0-beta.1

2023-06-15 01:49:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Caddy

2023-06-15 01:49:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go

2023-06-15 01:49:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com

2023-06-15 01:49:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs

2023-06-15 01:49:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs

2023-06-15 01:49:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2023-06-15 01:49:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker

2023-06-15 01:49:17 UTC

/bin/sh -c #(nop) EXPOSE 80

2023-06-15 01:49:17 UTC

/bin/sh -c #(nop) EXPOSE 443

2023-06-15 01:49:17 UTC

/bin/sh -c #(nop) EXPOSE 443/udp

2023-06-15 01:49:17 UTC

/bin/sh -c #(nop) EXPOSE 2019

2023-06-15 01:49:17 UTC

/bin/sh -c #(nop) WORKDIR /srv

2023-06-15 01:49:17 UTC

/bin/sh -c #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]

Details
Created

2023-06-14 22:37:12 UTC

Size

16.4 MB

Content Digest
Labels
  • org.opencontainers.image.description
    a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
  • org.opencontainers.image.documentation
    https://caddyserver.com/docs
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/caddyserver/caddy-docker
  • org.opencontainers.image.title
    Caddy
  • org.opencontainers.image.url
    https://caddyserver.com
  • org.opencontainers.image.vendor
    Light Code Labs
  • org.opencontainers.image.version
    v2.7.0-beta.1

Environment
CADDY_VERSION

v2.7.0-beta.1

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:8c6d1654570f041603f4cef49c320c8f6f3e401324913009d92a19132cbf1ac0 - 19.38% (3.18 MB)

[#001] sha256:1aca8dc2b64d8698387b1ff7efd6d1d4a15073f57e2dfa6cd6c1501d6b6574fb - 2.1% (352 KB)

[#002] sha256:0fe6c1c6880be3b8c5448631a3bf7bf84cffa70b5da257cb835113289dfdd4b2 - 0.04% (7.38 KB)

[#003] sha256:de7f4dd771e57eb5eeebf18aafa97ddac2efe543d567558821c9e5a0d89323de - 78.47% (12.9 MB)


History
2023-06-14 20:48:58 UTC

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

2023-06-14 20:48:58 UTC

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

2023-06-14 22:37:08 UTC

/bin/sh -c apk add --no-cache ca-certificates libcap mailcap

2023-06-14 22:37:09 UTC

/bin/sh -c set -eux; mkdir -p /config/caddy /data/caddy /etc/caddy /usr/share/caddy ; wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/welcome/index.html"

2023-06-14 22:37:09 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.7.0-beta.1

2023-06-14 22:37:11 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='613addc729beb06a05c29f8fc5be9b02fecab506c70bbe091d0c212829ce72e7005e0649d037086e600c9c337dd6a18fc0df661b10ce6bc97b577a4a12228705' ;; armhf) binArch='armv6'; checksum='4a603e908f6101a2847c6580118b2dc6b8ee0a7d479fd70bc5497405dad67a5250a7c88f05e7a19dd0995b37dcb7a2e27de18de71b3d56b48ed0e494f9c99445' ;; armv7) binArch='armv7'; checksum='72ec1ac7f1405f7e514af35525b4fbf77fb966f06124b7f7f2445d979ba6f491eee28bf2b51f995303b5fb3a0ce01e1d9e41199d2b72b5613e53be9006a77326' ;; aarch64) binArch='arm64'; checksum='89a296d0ca4f6d0c7e8584582414f6aa254427e25705839e315d18b1256d96549ef124bea2dddee3cbcee0202cfb646c34b2aec07918adb273c397588409eadb' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='22eb564de9e53451800f4617db03af29c5843ed3c34570c8ff50ffb232a9b47d40e199f54490fab12dea8f78c77c009d4b585228b029514228e42cfbba321fa4' ;; s390x) binArch='s390x'; checksum='9d0be7a10cc64869055174a808957e8eea8be781c6e1a903c5fe295ca15bc17298f8a06d219801d839ae6089290160f8dccd485e94fb40f42c65ca591e85117b' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.7.0-beta.1/caddy_2.7.0-beta.1_linux_${binArch}.tar.gz"; echo "$checksum /tmp/caddy.tar.gz" | sha512sum -c; tar x -z -f /tmp/caddy.tar.gz -C /usr/bin caddy; rm -f /tmp/caddy.tar.gz; setcap cap_net_bind_service=+ep /usr/bin/caddy; chmod +x /usr/bin/caddy; caddy version

2023-06-14 22:37:11 UTC

/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config

2023-06-14 22:37:11 UTC

/bin/sh -c #(nop) ENV XDG_DATA_HOME=/data

2023-06-14 22:37:11 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v2.7.0-beta.1

2023-06-14 22:37:11 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Caddy

2023-06-14 22:37:11 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go

2023-06-14 22:37:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com

2023-06-14 22:37:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs

2023-06-14 22:37:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs

2023-06-14 22:37:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2023-06-14 22:37:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker

2023-06-14 22:37:12 UTC

/bin/sh -c #(nop) EXPOSE 80

2023-06-14 22:37:12 UTC

/bin/sh -c #(nop) EXPOSE 443

2023-06-14 22:37:12 UTC

/bin/sh -c #(nop) EXPOSE 443/udp

2023-06-14 22:37:12 UTC

/bin/sh -c #(nop) EXPOSE 2019

2023-06-14 22:37:12 UTC

/bin/sh -c #(nop) WORKDIR /srv

2023-06-14 22:37:12 UTC

/bin/sh -c #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]

Details
Created

2023-06-15 01:18:40 UTC

Size

16.1 MB

Content Digest
Labels
  • org.opencontainers.image.description
    a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
  • org.opencontainers.image.documentation
    https://caddyserver.com/docs
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/caddyserver/caddy-docker
  • org.opencontainers.image.title
    Caddy
  • org.opencontainers.image.url
    https://caddyserver.com
  • org.opencontainers.image.vendor
    Light Code Labs
  • org.opencontainers.image.version
    v2.7.0-beta.1

Environment
CADDY_VERSION

v2.7.0-beta.1

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:ffa4a466dbb8eebd7e7f25590a9df12390de9016abf82279c29c9a64aa76491a - 19.82% (3.19 MB)

[#001] sha256:a1814cc276fc1ae018ae6108f9956a25fd03dc10b300e8a2d67bd381b5cbb691 - 2.15% (354 KB)

[#002] sha256:5dfd877de04d5c5e8768c34e1cf2bc121564c7a35ffc114b8697c45f0fa49a66 - 0.04% (7.38 KB)

[#003] sha256:846a75ae986aa4d403a4d2fede9df5c1c5a300100aac3e0d6de1e4158f2afe90 - 77.99% (12.6 MB)


History
2023-06-15 00:39:49 UTC

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

2023-06-15 00:39:49 UTC

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

2023-06-15 01:18:31 UTC

/bin/sh -c apk add --no-cache ca-certificates libcap mailcap

2023-06-15 01:18:32 UTC

/bin/sh -c set -eux; mkdir -p /config/caddy /data/caddy /etc/caddy /usr/share/caddy ; wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/welcome/index.html"

2023-06-15 01:18:33 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.7.0-beta.1

2023-06-15 01:18:36 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='613addc729beb06a05c29f8fc5be9b02fecab506c70bbe091d0c212829ce72e7005e0649d037086e600c9c337dd6a18fc0df661b10ce6bc97b577a4a12228705' ;; armhf) binArch='armv6'; checksum='4a603e908f6101a2847c6580118b2dc6b8ee0a7d479fd70bc5497405dad67a5250a7c88f05e7a19dd0995b37dcb7a2e27de18de71b3d56b48ed0e494f9c99445' ;; armv7) binArch='armv7'; checksum='72ec1ac7f1405f7e514af35525b4fbf77fb966f06124b7f7f2445d979ba6f491eee28bf2b51f995303b5fb3a0ce01e1d9e41199d2b72b5613e53be9006a77326' ;; aarch64) binArch='arm64'; checksum='89a296d0ca4f6d0c7e8584582414f6aa254427e25705839e315d18b1256d96549ef124bea2dddee3cbcee0202cfb646c34b2aec07918adb273c397588409eadb' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='22eb564de9e53451800f4617db03af29c5843ed3c34570c8ff50ffb232a9b47d40e199f54490fab12dea8f78c77c009d4b585228b029514228e42cfbba321fa4' ;; s390x) binArch='s390x'; checksum='9d0be7a10cc64869055174a808957e8eea8be781c6e1a903c5fe295ca15bc17298f8a06d219801d839ae6089290160f8dccd485e94fb40f42c65ca591e85117b' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.7.0-beta.1/caddy_2.7.0-beta.1_linux_${binArch}.tar.gz"; echo "$checksum /tmp/caddy.tar.gz" | sha512sum -c; tar x -z -f /tmp/caddy.tar.gz -C /usr/bin caddy; rm -f /tmp/caddy.tar.gz; setcap cap_net_bind_service=+ep /usr/bin/caddy; chmod +x /usr/bin/caddy; caddy version

2023-06-15 01:18:37 UTC

/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config

2023-06-15 01:18:37 UTC

/bin/sh -c #(nop) ENV XDG_DATA_HOME=/data

2023-06-15 01:18:37 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v2.7.0-beta.1

2023-06-15 01:18:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Caddy

2023-06-15 01:18:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go

2023-06-15 01:18:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com

2023-06-15 01:18:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs

2023-06-15 01:18:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs

2023-06-15 01:18:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2023-06-15 01:18:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker

2023-06-15 01:18:39 UTC

/bin/sh -c #(nop) EXPOSE 80

2023-06-15 01:18:39 UTC

/bin/sh -c #(nop) EXPOSE 443

2023-06-15 01:18:40 UTC

/bin/sh -c #(nop) EXPOSE 443/udp

2023-06-15 01:18:40 UTC

/bin/sh -c #(nop) EXPOSE 2019

2023-06-15 01:18:40 UTC

/bin/sh -c #(nop) WORKDIR /srv

2023-06-15 01:18:40 UTC

/bin/sh -c #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]

Details
Created

2023-06-16 15:41:26 UTC

Size

17 MB

Content Digest
Labels
  • org.opencontainers.image.description
    a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
  • org.opencontainers.image.documentation
    https://caddyserver.com/docs
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/caddyserver/caddy-docker
  • org.opencontainers.image.title
    Caddy
  • org.opencontainers.image.url
    https://caddyserver.com
  • org.opencontainers.image.vendor
    Light Code Labs
  • org.opencontainers.image.version
    v2.7.0-beta.1

Environment
CADDY_VERSION

v2.7.0-beta.1

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:998cc98447b44e5f0fe799dce691412796ba586ab22eb7c99aebf9d45f34833b - 18.02% (3.06 MB)

[#001] sha256:6abc06373f1c925869603487727505d0e07b5c8496ea8c9d3cedb1d81763ab26 - 1.99% (347 KB)

[#002] sha256:869605226a5fd99722d12f1d6cae807d73a2b6cb34580f53a9e7f5cf97f59f5d - 0.04% (7.38 KB)

[#003] sha256:28207fe6f085bd040c9609302aa58b56d64470d6d6fe3cb89568273bd18edd7f - 79.95% (13.6 MB)


History
2023-06-15 05:18:38 UTC

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

2023-06-15 05:18:38 UTC

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

2023-06-16 15:41:21 UTC

/bin/sh -c apk add --no-cache ca-certificates libcap mailcap

2023-06-16 15:41:22 UTC

/bin/sh -c set -eux; mkdir -p /config/caddy /data/caddy /etc/caddy /usr/share/caddy ; wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/305fe484cc8a9ac72900e8cc172d652102a87240/welcome/index.html"

2023-06-16 15:41:22 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.7.0-beta.1

2023-06-16 15:41:24 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='613addc729beb06a05c29f8fc5be9b02fecab506c70bbe091d0c212829ce72e7005e0649d037086e600c9c337dd6a18fc0df661b10ce6bc97b577a4a12228705' ;; armhf) binArch='armv6'; checksum='4a603e908f6101a2847c6580118b2dc6b8ee0a7d479fd70bc5497405dad67a5250a7c88f05e7a19dd0995b37dcb7a2e27de18de71b3d56b48ed0e494f9c99445' ;; armv7) binArch='armv7'; checksum='72ec1ac7f1405f7e514af35525b4fbf77fb966f06124b7f7f2445d979ba6f491eee28bf2b51f995303b5fb3a0ce01e1d9e41199d2b72b5613e53be9006a77326' ;; aarch64) binArch='arm64'; checksum='89a296d0ca4f6d0c7e8584582414f6aa254427e25705839e315d18b1256d96549ef124bea2dddee3cbcee0202cfb646c34b2aec07918adb273c397588409eadb' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='22eb564de9e53451800f4617db03af29c5843ed3c34570c8ff50ffb232a9b47d40e199f54490fab12dea8f78c77c009d4b585228b029514228e42cfbba321fa4' ;; s390x) binArch='s390x'; checksum='9d0be7a10cc64869055174a808957e8eea8be781c6e1a903c5fe295ca15bc17298f8a06d219801d839ae6089290160f8dccd485e94fb40f42c65ca591e85117b' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.7.0-beta.1/caddy_2.7.0-beta.1_linux_${binArch}.tar.gz"; echo "$checksum /tmp/caddy.tar.gz" | sha512sum -c; tar x -z -f /tmp/caddy.tar.gz -C /usr/bin caddy; rm -f /tmp/caddy.tar.gz; setcap cap_net_bind_service=+ep /usr/bin/caddy; chmod +x /usr/bin/caddy; caddy version

2023-06-16 15:41:25 UTC

/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config

2023-06-16 15:41:25 UTC

/bin/sh -c #(nop) ENV XDG_DATA_HOME=/data

2023-06-16 15:41:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v2.7.0-beta.1

2023-06-16 15:41:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Caddy

2023-06-16 15:41:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go

2023-06-16 15:41:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com

2023-06-16 15:41:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs

2023-06-16 15:41:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs

2023-06-16 15:41:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2023-06-16 15:41:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker

2023-06-16 15:41:26 UTC

/bin/sh -c #(nop) EXPOSE 80

2023-06-16 15:41:26 UTC

/bin/sh -c #(nop) EXPOSE 443

2023-06-16 15:41:26 UTC

/bin/sh -c #(nop) EXPOSE 443/udp

2023-06-16 15:41:26 UTC

/bin/sh -c #(nop) EXPOSE 2019

2023-06-16 15:41:26 UTC

/bin/sh -c #(nop) WORKDIR /srv

2023-06-16 15:41:26 UTC

/bin/sh -c #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]

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