Namespace
library
Image / Tag
caddy:2.6.3
Content Digest
sha256:87cbd356af2e6eef38b41b6ab7e7b0fc142ae97de0bffcc6cea257671823070c
Details
Created

2023-02-11 07:38:40 UTC

Size

16.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.6.3

Environment
CADDY_VERSION

v2.6.3

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:ef5531b6e74e7865f5d142926b572d742ad47c153211de707903b4f5dd8d9e77 - 16.1% (2.68 MB)

[#001] sha256:27e3e797818bc929d95bae8220b7b6034b559c217ef5bf622dc7fedc8d270a48 - 2.01% (343 KB)

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

[#003] sha256:6b7e311d8ad654014c4cbf3afda85d0961d32598019e17499c49c8db7be07589 - 81.85% (13.6 MB)


History
2023-02-11 04:46:50 UTC

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

2023-02-11 04:46:50 UTC

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

2023-02-11 07:38:34 UTC

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

2023-02-11 07:38:36 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-02-11 07:38:36 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.6.3

2023-02-11 07:38:38 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='788fd38ad7b600f0b4bf6d0493da1b319f9b9fcb9099693b4fefed9ab6d8f007fb438ae082c46dc12abc4dacb467d7dbdf4cc200819aa4a502d8b47b805fea1b' ;; armhf) binArch='armv6'; checksum='a5b3ab1b8d8e637c87ca2b5ed0e9bed28d4fe3fc214aad94212253098cd6d121453f3c325d2b27ec87bb84300daf2a9f2145948a7bf85573ca3f90ea9bca4c18' ;; armv7) binArch='armv7'; checksum='4e060e33ffcaf60bd70216618d71379be0add74ee9ede7867934ff61b1412915e468c7a9a478fa302ae7c270fbb0d9e6609afcf52841cf6ea9394e11a8216741' ;; aarch64) binArch='arm64'; checksum='eafd3842a1df5900d46f4b0db0bcca2cc598ecd5beb555e14a15e0df9984158de3b46f1595d3bd4264d7094a0681be1f38c0dbad4e125fc3ab0481881636199a' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='1b898890e1d9e46b93b740ac1af9d96232f7fbab1e0bbc94505626e7f6ce00150ed8c7b5117f076e8c11664c65fa4e39bea34e48ef75efd1a14c30d9b477e3ed' ;; s390x) binArch='s390x'; checksum='5c1c4fcf13078a464aa6a15edc407b87f2dfd6da284abba8d895efcfe195a8fd123da1e29c1c70629d1118fdf590e4c8970d3351623eac4da1cdd31a3b75a8b3' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.6.3/caddy_2.6.3_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-02-11 07:38:38 UTC

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

2023-02-11 07:38:38 UTC

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

2023-02-11 07:38:39 UTC

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

2023-02-11 07:38:39 UTC

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

2023-02-11 07:38:39 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-02-11 07:38:39 UTC

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

2023-02-11 07:38:39 UTC

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

2023-02-11 07:38:39 UTC

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

2023-02-11 07:38:39 UTC

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

2023-02-11 07:38:39 UTC

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

2023-02-11 07:38:39 UTC

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

2023-02-11 07:38:39 UTC

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

2023-02-11 07:38:40 UTC

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

2023-02-11 07:38:40 UTC

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

2023-02-11 07:38:40 UTC

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

2023-02-11 07:38:40 UTC

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

Details
Created

2023-02-09 00:17:54 UTC

Size

1.61 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.6.3

Environment
CADDY_VERSION

v2.6.3

XDG_CONFIG_HOME

c:/config

XDG_DATA_HOME

c:/data


Layers

[#000] sha256:6e222c5ada69382aa2b4fe30b23ae56c7e3ada92712109d20f3edd457a6120b6 - 99.1% (1.59 GB)

[#001] sha256:691d210e0841eeceff800f3b441be6db4bc689728f1bb771ce88f839d06f57d0 - 0.0% (1.4 KB)

[#002] sha256:47af8a9c9ef8e49d65e53dd207ad0935ce7a2b50b2f253e6a5b037494ae19d0a - 0.02% (392 KB)

[#003] sha256:9e5841cb6343add9dd7b89906610425117976b050c0634eedbc5c38302aa024e - 0.0% (1.38 KB)

[#004] sha256:d760049e5c9f1fb1d7ec05a3eea55088808f484912e87cda07f3709363fe3c2c - 0.85% (14 MB)

[#005] sha256:1e3239225b5bad52e6004b638bd356e7d29e7fded5d31d90541907e1a769a115 - 0.0% (1.38 KB)

[#006] sha256:2b6823ad091829bc6d98a58a18b075e20c551bde81d504bdbfda09b5a3d7c5d0 - 0.0% (1.4 KB)

[#007] sha256:e4873a8802163accb90dd2318bd05ddfa4f94692b2731d6e23095e3bb46b98fd - 0.0% (1.38 KB)

[#008] sha256:eabf39e152fd5c18e0c3ac503e054c36e2775512f9fa7bb11b9221442b2bc1fa - 0.0% (1.39 KB)

[#009] sha256:af12dc4018ba87a8e25003874e2d8e959a25b1c19932553daec8f4c410ebd61f - 0.0% (1.4 KB)

[#010] sha256:fefa1f82e39e2af863b13609d78d966746d852af0cea54dcb17f45a8386c39d6 - 0.0% (1.39 KB)

[#011] sha256:c4d5b41708aea61714f00bc0f35ea1efc60db85c04ab6754e4d6b4485dc59a28 - 0.0% (1.39 KB)

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

[#013] sha256:ac6c3f865e552649c436d5ffc0f3c83a3b5ba3026b2cff2ab3f381a5cdf2e2f2 - 0.0% (1.4 KB)

[#014] sha256:201cfdbfc1583e2ea070418e6aad0ec6604fb52c68117460b1a4c5b511b56ecc - 0.0% (1.4 KB)

[#015] sha256:2ef83199fb67566ea043dbf7fab6f54754a4d0496655be1157819973573247bb - 0.0% (1.39 KB)

[#016] sha256:a45db789a3d9786dea133341e2c9f16e14b23a664297ad7f9a371961a0c21588 - 0.0% (1.38 KB)

[#017] sha256:50a4e021c112717a1fee7cd62cdc17d41521f3514f10bf8ec30457b95aaf44fa - 0.0% (1.39 KB)

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

[#019] sha256:f63a4d912695117a127068d20ceefbaa19e41c8a42d65788d37915d737d998d6 - 0.02% (331 KB)

[#020] sha256:421719fbbf536a3651d6762e36406f19dd0b5601f4a300d9c47af9ccfa3573d2 - 0.0% (1.36 KB)


History
2023-01-07 05:37:58 UTC

Apply image 10.0.17763.3887

2023-01-12 01:43:02 UTC

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

2023-02-09 00:16:35 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; 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-02-09 00:16:36 UTC

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

2023-02-09 00:17:19 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.6.3/caddy_2.6.3_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('5529a43f9d91b02bc4b8dc89e3c60b59395d1725079a46e8477a105ecb809da54e4ffed5698f4083dba397745c160511c07630d38c2d2695380c75ffb7e6afd1')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force

2023-02-09 00:17:20 UTC

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

2023-02-09 00:17:21 UTC

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

2023-02-09 00:17:22 UTC

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

2023-02-09 00:17:23 UTC

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

2023-02-09 00:17:24 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-02-09 00:17:26 UTC

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

2023-02-09 00:17:27 UTC

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

2023-02-09 00:17:28 UTC

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

2023-02-09 00:17:29 UTC

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

2023-02-09 00:17:30 UTC

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

2023-02-09 00:17:31 UTC

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

2023-02-09 00:17:32 UTC

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

2023-02-09 00:17:33 UTC

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

2023-02-09 00:17:34 UTC

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

2023-02-09 00:17:53 UTC

caddy version

2023-02-09 00:17:54 UTC

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

Details
Created

2023-02-09 00:19:48 UTC

Size

1.31 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.6.3

Environment
CADDY_VERSION

v2.6.3

XDG_CONFIG_HOME

c:/config

XDG_DATA_HOME

c:/data


Layers

[#000] sha256:1a65b089bc835b0c3700397b1935e97cf469b0891bb4de3942c8dfbe4b672d47 - 98.87% (1.29 GB)

[#001] sha256:fa41f3a43cc9e40e953b9cfe1530c27eed49cf79cdae96e9dfc39b04a1b75ecf - 0.0% (1.39 KB)

[#002] sha256:42eb48143612ee855d99c932e324b1bd035c60554117edeaa805402060613c51 - 0.05% (621 KB)

[#003] sha256:b714ae92cb5dac0e72097d35b932125b5ea3f03214de78e03119a4517be6fd10 - 0.0% (1.38 KB)

[#004] sha256:d2a5533d3ddbff5ea35dbb0e11b10fe817ce3ef1a3fd7f44706cb1b6288e0406 - 1.06% (14.2 MB)

[#005] sha256:29e59c8f0dc8d987210bdfe89eaded536b0ef8ac727eb7d75b76aea9c296208a - 0.0% (1.36 KB)

[#006] sha256:b22bfc3588219a43ce294aab21751b407ae75504bf3ddcee69f42498672b6c46 - 0.0% (1.37 KB)

[#007] sha256:f0f7db57dc0a0b0126433f60d3d0005f9aaa0d405fe63cfc3b4e15388fdfa010 - 0.0% (1.38 KB)

[#008] sha256:0b7b9e3a2510b5ab3b7ac4103d653c8efd12e95b63327d5c5fb81b6ea341e2b5 - 0.0% (1.39 KB)

[#009] sha256:4109b3b0ca73b5355a12ee74b7c32b4015a6208fdb279fd0ab60074247e22309 - 0.0% (1.4 KB)

[#010] sha256:ab3c568a1866d44483984b2be40142a55371adf3b8dc991bdb5ab4c45c0be3d4 - 0.0% (1.38 KB)

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

[#012] sha256:01e81980463382095586f78276db5cd808400136543fc1a0f522af1f3eaee034 - 0.0% (1.37 KB)

[#013] sha256:22f0d8afe85320b7cf4542ad649671660bbb8e74ec3ad3067408e79fb21dbf77 - 0.0% (1.39 KB)

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

[#015] sha256:1b0b51c8090bf08cc2ae3a9fc340c9b70ba1e077f32b7d7d025b7d9fb472d978 - 0.0% (1.36 KB)

[#016] sha256:f3653016f515e293fc93892b9e021e05a6a183ad3dcdaf243311513e222534c7 - 0.0% (1.38 KB)

[#017] sha256:b3d1dafd3fbb7403b7f093ed63553863bd9904f6010b1b91f98d9bfba9c4d8bb - 0.0% (1.34 KB)

[#018] sha256:b92817327253aaae4d632a75ff38a01dbebfe11f9105c4db828c52f221262ce4 - 0.0% (1.39 KB)

[#019] sha256:a43bce457643a143e82e49e57d9b8a69a416e254d2439f30d7e4dd25c84e43c0 - 0.02% (340 KB)

[#020] sha256:d9a0e899ab4c995de79522a5022b8cca4765559a4de2d5c728821d947b497de1 - 0.0% (1.4 KB)


History
2023-01-06 23:47:40 UTC

Apply image 10.0.20348.1487

2023-01-12 01:40:34 UTC

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

2023-02-09 00:18:43 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; 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-02-09 00:18:44 UTC

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

2023-02-09 00:19:15 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.6.3/caddy_2.6.3_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('5529a43f9d91b02bc4b8dc89e3c60b59395d1725079a46e8477a105ecb809da54e4ffed5698f4083dba397745c160511c07630d38c2d2695380c75ffb7e6afd1')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force

2023-02-09 00:19:16 UTC

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

2023-02-09 00:19:17 UTC

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

2023-02-09 00:19:18 UTC

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

2023-02-09 00:19:19 UTC

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

2023-02-09 00:19:20 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-02-09 00:19:21 UTC

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

2023-02-09 00:19:22 UTC

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

2023-02-09 00:19:23 UTC

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

2023-02-09 00:19:24 UTC

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

2023-02-09 00:19:25 UTC

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

2023-02-09 00:19:26 UTC

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

2023-02-09 00:19:27 UTC

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

2023-02-09 00:19:29 UTC

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

2023-02-09 00:19:30 UTC

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

2023-02-09 00:19:47 UTC

caddy version

2023-02-09 00:19:48 UTC

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

Details
Created

2023-02-10 21:29:00 UTC

Size

15.8 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.6.3

Environment
CADDY_VERSION

v2.6.3

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:c35ac6bda1fd9456dc61d44052491ecd935dcde4eb6088d66765ca8c6b57cb7d - 15.79% (2.5 MB)

[#001] sha256:40a400dcba29ff44f8e5bf01493def4f19629aca6d103cb2a66ca87c457f7414 - 2.09% (338 KB)

[#002] sha256:1b946768825eb5ed2fc6f932fdb0b0c552f4c35c39dada07eddd70ce4a535953 - 0.05% (7.3 KB)

[#003] sha256:eda323f820516b366c61a02ba4cfd00cc3a3b6cc9051c58e7359057dea842d8a - 82.08% (13 MB)


History
2023-02-10 20:49:32 UTC

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

2023-02-10 20:49:32 UTC

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

2023-02-10 21:28:54 UTC

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

2023-02-10 21:28:55 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-02-10 21:28:56 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.6.3

2023-02-10 21:28:59 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='788fd38ad7b600f0b4bf6d0493da1b319f9b9fcb9099693b4fefed9ab6d8f007fb438ae082c46dc12abc4dacb467d7dbdf4cc200819aa4a502d8b47b805fea1b' ;; armhf) binArch='armv6'; checksum='a5b3ab1b8d8e637c87ca2b5ed0e9bed28d4fe3fc214aad94212253098cd6d121453f3c325d2b27ec87bb84300daf2a9f2145948a7bf85573ca3f90ea9bca4c18' ;; armv7) binArch='armv7'; checksum='4e060e33ffcaf60bd70216618d71379be0add74ee9ede7867934ff61b1412915e468c7a9a478fa302ae7c270fbb0d9e6609afcf52841cf6ea9394e11a8216741' ;; aarch64) binArch='arm64'; checksum='eafd3842a1df5900d46f4b0db0bcca2cc598ecd5beb555e14a15e0df9984158de3b46f1595d3bd4264d7094a0681be1f38c0dbad4e125fc3ab0481881636199a' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='1b898890e1d9e46b93b740ac1af9d96232f7fbab1e0bbc94505626e7f6ce00150ed8c7b5117f076e8c11664c65fa4e39bea34e48ef75efd1a14c30d9b477e3ed' ;; s390x) binArch='s390x'; checksum='5c1c4fcf13078a464aa6a15edc407b87f2dfd6da284abba8d895efcfe195a8fd123da1e29c1c70629d1118fdf590e4c8970d3351623eac4da1cdd31a3b75a8b3' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.6.3/caddy_2.6.3_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-02-10 21:28:59 UTC

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

2023-02-10 21:28:59 UTC

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

2023-02-10 21:28:59 UTC

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

2023-02-10 21:28:59 UTC

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

2023-02-10 21:28:59 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-02-10 21:28:59 UTC

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

2023-02-10 21:29:00 UTC

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

2023-02-10 21:29:00 UTC

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

2023-02-10 21:29:00 UTC

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

2023-02-10 21:29:00 UTC

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

2023-02-10 21:29:00 UTC

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

2023-02-10 21:29:00 UTC

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

2023-02-10 21:29:00 UTC

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

2023-02-10 21:29:00 UTC

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

2023-02-10 21:29:00 UTC

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

2023-02-10 21:29:00 UTC

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

Details
Created

2023-02-10 22:37:32 UTC

Size

15.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.6.3

Environment
CADDY_VERSION

v2.6.3

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:beefe5ad637c7db32e6afc68103fc4e779630219979216a625338ab55f7d191c - 14.79% (2.31 MB)

[#001] sha256:4ec2ab4edb1f0a14b28a55f050d62d8e54111075639a0fa8f173448814ba0d00 - 2.09% (335 KB)

[#002] sha256:0580184dd0082f009564a7a3923731f202cbe4bd8b857dbca2c77da8e7434815 - 0.05% (7.3 KB)

[#003] sha256:24b2a44f2792add2104a1d53c68f1df95779deaee3ec86717f4fb4efd9aa6aaa - 83.07% (13 MB)


History
2023-02-10 21:51:37 UTC

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

2023-02-10 21:51:37 UTC

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

2023-02-10 22:37:19 UTC

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

2023-02-10 22:37: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-02-10 22:37:22 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.6.3

2023-02-10 22:37:26 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='788fd38ad7b600f0b4bf6d0493da1b319f9b9fcb9099693b4fefed9ab6d8f007fb438ae082c46dc12abc4dacb467d7dbdf4cc200819aa4a502d8b47b805fea1b' ;; armhf) binArch='armv6'; checksum='a5b3ab1b8d8e637c87ca2b5ed0e9bed28d4fe3fc214aad94212253098cd6d121453f3c325d2b27ec87bb84300daf2a9f2145948a7bf85573ca3f90ea9bca4c18' ;; armv7) binArch='armv7'; checksum='4e060e33ffcaf60bd70216618d71379be0add74ee9ede7867934ff61b1412915e468c7a9a478fa302ae7c270fbb0d9e6609afcf52841cf6ea9394e11a8216741' ;; aarch64) binArch='arm64'; checksum='eafd3842a1df5900d46f4b0db0bcca2cc598ecd5beb555e14a15e0df9984158de3b46f1595d3bd4264d7094a0681be1f38c0dbad4e125fc3ab0481881636199a' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='1b898890e1d9e46b93b740ac1af9d96232f7fbab1e0bbc94505626e7f6ce00150ed8c7b5117f076e8c11664c65fa4e39bea34e48ef75efd1a14c30d9b477e3ed' ;; s390x) binArch='s390x'; checksum='5c1c4fcf13078a464aa6a15edc407b87f2dfd6da284abba8d895efcfe195a8fd123da1e29c1c70629d1118fdf590e4c8970d3351623eac4da1cdd31a3b75a8b3' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.6.3/caddy_2.6.3_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-02-10 22:37:26 UTC

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

2023-02-10 22:37:27 UTC

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

2023-02-10 22:37:27 UTC

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

2023-02-10 22:37:27 UTC

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

2023-02-10 22:37:28 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-02-10 22:37:28 UTC

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

2023-02-10 22:37:28 UTC

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

2023-02-10 22:37:29 UTC

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

2023-02-10 22:37:29 UTC

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

2023-02-10 22:37:30 UTC

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

2023-02-10 22:37:30 UTC

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

2023-02-10 22:37:30 UTC

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

2023-02-10 22:37:31 UTC

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

2023-02-10 22:37:31 UTC

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

2023-02-10 22:37:31 UTC

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

2023-02-10 22:37:32 UTC

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

Details
Created

2023-02-10 22:00:40 UTC

Size

15.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.6.3

Environment
CADDY_VERSION

v2.6.3

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:3760b48202b3e349986edb6fe5dd93cd003726b7c345d51f6fc4ace1b46fc2ba - 16.8% (2.58 MB)

[#001] sha256:d70730e8e2fb933ec157ec87f2a4fb4ad45e8e578b8f7c76cc4846631d773554 - 2.17% (342 KB)

[#002] sha256:30a4b7390d269477c225f1d03e825d2d8bdf6b4d87b5f7bb8811b341e56b7d36 - 0.05% (7.38 KB)

[#003] sha256:6403d7bb9250089f4077bba7631d975f97648fbcd782c992704ff3bccc5ae421 - 80.98% (12.5 MB)


History
2023-02-10 21:24:13 UTC

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

2023-02-10 21:24:13 UTC

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

2023-02-10 22:00:35 UTC

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

2023-02-10 22:00:37 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-02-10 22:00:37 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.6.3

2023-02-10 22:00:39 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='788fd38ad7b600f0b4bf6d0493da1b319f9b9fcb9099693b4fefed9ab6d8f007fb438ae082c46dc12abc4dacb467d7dbdf4cc200819aa4a502d8b47b805fea1b' ;; armhf) binArch='armv6'; checksum='a5b3ab1b8d8e637c87ca2b5ed0e9bed28d4fe3fc214aad94212253098cd6d121453f3c325d2b27ec87bb84300daf2a9f2145948a7bf85573ca3f90ea9bca4c18' ;; armv7) binArch='armv7'; checksum='4e060e33ffcaf60bd70216618d71379be0add74ee9ede7867934ff61b1412915e468c7a9a478fa302ae7c270fbb0d9e6609afcf52841cf6ea9394e11a8216741' ;; aarch64) binArch='arm64'; checksum='eafd3842a1df5900d46f4b0db0bcca2cc598ecd5beb555e14a15e0df9984158de3b46f1595d3bd4264d7094a0681be1f38c0dbad4e125fc3ab0481881636199a' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='1b898890e1d9e46b93b740ac1af9d96232f7fbab1e0bbc94505626e7f6ce00150ed8c7b5117f076e8c11664c65fa4e39bea34e48ef75efd1a14c30d9b477e3ed' ;; s390x) binArch='s390x'; checksum='5c1c4fcf13078a464aa6a15edc407b87f2dfd6da284abba8d895efcfe195a8fd123da1e29c1c70629d1118fdf590e4c8970d3351623eac4da1cdd31a3b75a8b3' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.6.3/caddy_2.6.3_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-02-10 22:00:39 UTC

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

2023-02-10 22:00:39 UTC

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

2023-02-10 22:00:39 UTC

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

2023-02-10 22:00:39 UTC

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

2023-02-10 22:00:39 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-02-10 22:00:39 UTC

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

2023-02-10 22:00:39 UTC

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

2023-02-10 22:00:39 UTC

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

2023-02-10 22:00:39 UTC

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

2023-02-10 22:00:39 UTC

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

2023-02-10 22:00:40 UTC

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

2023-02-10 22:00:40 UTC

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

2023-02-10 22:00:40 UTC

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

2023-02-10 22:00:40 UTC

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

2023-02-10 22:00:40 UTC

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

2023-02-10 22:00:40 UTC

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

Details
Created

2023-02-10 22:13:33 UTC

Size

15.2 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.6.3

Environment
CADDY_VERSION

v2.6.3

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:e3b9153081a195877a8587137034c9b223749c582ea32371419055f7d77c97ba - 17.58% (2.67 MB)

[#001] sha256:782bd0321e6539bb7dac8574fd36bad22059ef06bb63dc842165f69d0a821572 - 2.28% (355 KB)

[#002] sha256:bb806b2600b0209a73fc7175ab778d0224661034b2f722bd1a0aec1eb9eabe3d - 0.05% (7.38 KB)

[#003] sha256:2ecc7ec17344834a2337d83b9b7be44f97f0c0b55dfea5e1d8af80c8d5c32221 - 80.09% (12.2 MB)


History
2023-02-10 21:20:44 UTC

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

2023-02-10 21:20:45 UTC

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

2023-02-10 22:13:21 UTC

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

2023-02-10 22:13:23 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-02-10 22:13:23 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.6.3

2023-02-10 22:13:27 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='788fd38ad7b600f0b4bf6d0493da1b319f9b9fcb9099693b4fefed9ab6d8f007fb438ae082c46dc12abc4dacb467d7dbdf4cc200819aa4a502d8b47b805fea1b' ;; armhf) binArch='armv6'; checksum='a5b3ab1b8d8e637c87ca2b5ed0e9bed28d4fe3fc214aad94212253098cd6d121453f3c325d2b27ec87bb84300daf2a9f2145948a7bf85573ca3f90ea9bca4c18' ;; armv7) binArch='armv7'; checksum='4e060e33ffcaf60bd70216618d71379be0add74ee9ede7867934ff61b1412915e468c7a9a478fa302ae7c270fbb0d9e6609afcf52841cf6ea9394e11a8216741' ;; aarch64) binArch='arm64'; checksum='eafd3842a1df5900d46f4b0db0bcca2cc598ecd5beb555e14a15e0df9984158de3b46f1595d3bd4264d7094a0681be1f38c0dbad4e125fc3ab0481881636199a' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='1b898890e1d9e46b93b740ac1af9d96232f7fbab1e0bbc94505626e7f6ce00150ed8c7b5117f076e8c11664c65fa4e39bea34e48ef75efd1a14c30d9b477e3ed' ;; s390x) binArch='s390x'; checksum='5c1c4fcf13078a464aa6a15edc407b87f2dfd6da284abba8d895efcfe195a8fd123da1e29c1c70629d1118fdf590e4c8970d3351623eac4da1cdd31a3b75a8b3' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.6.3/caddy_2.6.3_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-02-10 22:13:28 UTC

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

2023-02-10 22:13:28 UTC

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

2023-02-10 22:13:29 UTC

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

2023-02-10 22:13:29 UTC

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

2023-02-10 22:13:29 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-02-10 22:13:30 UTC

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

2023-02-10 22:13:30 UTC

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

2023-02-10 22:13:30 UTC

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

2023-02-10 22:13:31 UTC

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

2023-02-10 22:13:31 UTC

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

2023-02-10 22:13:32 UTC

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

2023-02-10 22:13:32 UTC

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

2023-02-10 22:13:32 UTC

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

2023-02-10 22:13:33 UTC

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

2023-02-10 22:13:33 UTC

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

2023-02-10 22:13:33 UTC

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

Details
Created

2023-02-10 22:14:23 UTC

Size

16 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.6.3

Environment
CADDY_VERSION

v2.6.3

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:667d93a24f321610e24486f3148545191f113ab9ab2444804087dd65ebbda9ed - 15.45% (2.47 MB)

[#001] sha256:20e6ec82400496ce74e37120e1655955b79303daaa5b8ca7e956e3cd96ddd6e9 - 2.1% (345 KB)

[#002] sha256:fd5b992687f93ced3715ad97bd95ab37daef5685b784e195209caefbc48f14e9 - 0.05% (7.38 KB)

[#003] sha256:94fd73a8831c9e57fdf8c430154c9adc56e54610a462128c8f0a1b3937aef704 - 82.4% (13.2 MB)


History
2023-02-10 21:41:31 UTC

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

2023-02-10 21:41:32 UTC

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

2023-02-10 22:14:18 UTC

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

2023-02-10 22:14:19 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-02-10 22:14:19 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.6.3

2023-02-10 22:14:21 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='788fd38ad7b600f0b4bf6d0493da1b319f9b9fcb9099693b4fefed9ab6d8f007fb438ae082c46dc12abc4dacb467d7dbdf4cc200819aa4a502d8b47b805fea1b' ;; armhf) binArch='armv6'; checksum='a5b3ab1b8d8e637c87ca2b5ed0e9bed28d4fe3fc214aad94212253098cd6d121453f3c325d2b27ec87bb84300daf2a9f2145948a7bf85573ca3f90ea9bca4c18' ;; armv7) binArch='armv7'; checksum='4e060e33ffcaf60bd70216618d71379be0add74ee9ede7867934ff61b1412915e468c7a9a478fa302ae7c270fbb0d9e6609afcf52841cf6ea9394e11a8216741' ;; aarch64) binArch='arm64'; checksum='eafd3842a1df5900d46f4b0db0bcca2cc598ecd5beb555e14a15e0df9984158de3b46f1595d3bd4264d7094a0681be1f38c0dbad4e125fc3ab0481881636199a' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='1b898890e1d9e46b93b740ac1af9d96232f7fbab1e0bbc94505626e7f6ce00150ed8c7b5117f076e8c11664c65fa4e39bea34e48ef75efd1a14c30d9b477e3ed' ;; s390x) binArch='s390x'; checksum='5c1c4fcf13078a464aa6a15edc407b87f2dfd6da284abba8d895efcfe195a8fd123da1e29c1c70629d1118fdf590e4c8970d3351623eac4da1cdd31a3b75a8b3' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.6.3/caddy_2.6.3_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-02-10 22:14:21 UTC

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

2023-02-10 22:14:22 UTC

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

2023-02-10 22:14:22 UTC

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

2023-02-10 22:14:22 UTC

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

2023-02-10 22:14:22 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-02-10 22:14:22 UTC

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

2023-02-10 22:14:22 UTC

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

2023-02-10 22:14:22 UTC

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

2023-02-10 22:14:22 UTC

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

2023-02-10 22:14:22 UTC

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

2023-02-10 22:14:23 UTC

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

2023-02-10 22:14:23 UTC

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

2023-02-10 22:14:23 UTC

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

2023-02-10 22:14:23 UTC

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

2023-02-10 22:14:23 UTC

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

2023-02-10 22:14:23 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