Namespace
library
Image / Tag
caddy:2.1.1-windowsservercore
Content Digest
sha256:45aabf65811a78879dbfae6b00bfcd8778127d1b97dc2c54ec41276d96162ff8
Details
Created

2020-12-09 22:43:48 UTC

Size

2.25 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.1.1

Environment
CADDY_VERSION

v2.1.1

XDG_CONFIG_HOME

c:/config

XDG_DATA_HOME

c:/data


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 71.06% (1.6 GB)

[#001] sha256:aa4f58cd6da1aaf1a0b44d443bd88e7fbe5b0a6f193995a1a61d6bd63990f314 - 27.81% (641 MB)

[#002] sha256:a4372d14958dc8a7eaaace9e4774e7f1db524da5eb4474b5e46738848a3a61a5 - 0.0% (1.1 KB)

[#003] sha256:6b8310e6a3befeed4407572cd52b3887e0fda9b586ca388d76f9e9e14f0174d6 - 0.38% (8.81 MB)

[#004] sha256:84e21e51fee4a54f410d2f26105f8ee67030de4d0c2f7e977ac39a5635f093c5 - 0.0% (1.14 KB)

[#005] sha256:ac24348cbc7752073f17d52670e5f5678337f4f518ae178cc70a98daaab1b3b4 - 0.73% (16.9 MB)

[#006] sha256:6652d297bd09a384ff9270741baf15f8273217c718aae1a2b722fde0354fab17 - 0.0% (1.1 KB)

[#007] sha256:52f68b024395847bee888c4527f15e46931af7c4b33eba653fe6b3e5f91d90bf - 0.0% (1.13 KB)

[#008] sha256:35af5c45ff80ddf22adcfc93ef960cbc1fb6389e7b836abb8a29ec0fed22ac25 - 0.0% (1.11 KB)

[#009] sha256:b92e3d73352785cfd5be7f16932b53670b41691d227980cd835bf418f14d8a82 - 0.0% (1.11 KB)

[#010] sha256:dc6f5bbdfb82b660d77e1075f9af7110b7bfe9f6708c60f15f8aa2df164b45ee - 0.0% (1.12 KB)

[#011] sha256:7974f29c0c664d8a7edccac5aea85146f0c28f08450b89315bac02e12bcb803c - 0.0% (1.1 KB)

[#012] sha256:ae7a2fbf68d6d2c48d7221407dbf9de908850675adef8e05da13dcfdd889f2b1 - 0.0% (1.1 KB)

[#013] sha256:ab33f16822bafab6e4e5d8cb0239224fa9ded2b36ab1f043c58ee1090ffffe5b - 0.0% (1.1 KB)

[#014] sha256:0b973cee99b817a2b430e8b288d5bbf5345a86c7a8bc7478db3bb7a06fc8a08f - 0.0% (1.11 KB)

[#015] sha256:86d0f9be9ebe03c3c6264d1187eb40cf64cb2e3a0797b9c7d7020fe89e7446b3 - 0.0% (1.11 KB)

[#016] sha256:f8f928962368a43603f41dd1b4d7cc013507a02b94a0c04b895f9b36a95b2d69 - 0.0% (1.14 KB)

[#017] sha256:e266811a4d21e656edad5a4620f4665d9af80a27efcf1939e3e421f9dc5be643 - 0.0% (1.1 KB)

[#018] sha256:06371064917888a8d76cf047c3d638ab2c47c1d1455af625e5328dfe7ccd9106 - 0.0% (1.12 KB)

[#019] sha256:6aeb1400c5654b601c27186e5d01a98b7edac4e1eab9e685a72a5b76e051b649 - 0.0% (1.1 KB)

[#020] sha256:643137612c3791ba413e0c82a6ab3a7bfc9e0f63d12606aa5100a601e5537867 - 0.0% (1.1 KB)

[#021] sha256:927ebbab633b643578785da16143e2bea1a1e3a0a084a69bc3926b7874f6f0b4 - 0.01% (273 KB)

[#022] sha256:aec87bc08f9747fe4d23aa34857acb63e17bfb53f1c218b84c375528171675bc - 0.0% (1.1 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2020-12-04 02:13:01 UTC

Install update 1809-amd64

2020-12-09 13:30:16 UTC

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

2020-12-09 22:42:46 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/506330b23c5cce43a9352179e7977a684678fbaf/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/506330b23c5cce43a9352179e7977a684678fbaf/welcome/index.html" -OutFile "/usr/share/caddy/index.html"

2020-12-09 22:42:47 UTC

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

2020-12-09 22:43: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.1.1/caddy_2.1.1_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('435c881bf3d149da2339fdca28cf4bedcba79a3ed6bbd79365113e7e78bd110f544a13ab4976529cf73d4760c64991abed7b6f952ace4396ff5a78d98fcf3e19')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force

2020-12-09 22:43:21 UTC

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

2020-12-09 22:43:22 UTC

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

2020-12-09 22:43:23 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [c:/config]

2020-12-09 22:43:24 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [c:/data]

2020-12-09 22:43:24 UTC

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

2020-12-09 22:43:25 UTC

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

2020-12-09 22:43:26 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

2020-12-09 22:43:26 UTC

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

2020-12-09 22:43:27 UTC

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

2020-12-09 22:43:28 UTC

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

2020-12-09 22:43:29 UTC

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

2020-12-09 22:43:29 UTC

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

2020-12-09 22:43:30 UTC

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

2020-12-09 22:43:31 UTC

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

2020-12-09 22:43:31 UTC

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

2020-12-09 22:43:47 UTC

caddy version

2020-12-09 22:43:48 UTC

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

Details
Created

2020-12-09 22:47:42 UTC

Size

5.4 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.1.1

Environment
CADDY_VERSION

v2.1.1

XDG_CONFIG_HOME

c:/config

XDG_DATA_HOME

c:/data


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 70.15% (3.79 GB)

[#001] sha256:d2696dc2a40dc121fc5acaa02242817ac416c69d17c113e2ac5136d21a3942d8 - 29.28% (1.58 GB)

[#002] sha256:c6d005eb9e78ad42f77f3dad7e29d954e78f0547f9884fe024a71f4042412970 - 0.0% (1.16 KB)

[#003] sha256:199fb3365d5b5f52406d1460ea71ec7dc45a0be84fb11ee92a095c01446982ac - 0.17% (9.59 MB)

[#004] sha256:2d7e40284fe73310de6916db9588492c76d9faf162ba20cc75e06f28cdf5b5d3 - 0.0% (1.13 KB)

[#005] sha256:1d808c13287b5d9fe34c6cc197e3a5f1c625583988ab9261ad38969f3b3bb727 - 0.4% (22 MB)

[#006] sha256:0327ccf8c96f9c862dcbb6a7b88a7834597610a976c6a1a0e5b6e60705337019 - 0.0% (1.11 KB)

[#007] sha256:d45aa920e303bd017aa55620871520648cd55969ae89963b8180cf8462a06d9f - 0.0% (1.13 KB)

[#008] sha256:b06dc416d5acc13c105dfb12dc601bf956d10efef6ef96d5639fdba94d236762 - 0.0% (1.1 KB)

[#009] sha256:2ad9f0882cad71b6b14c48e7ffa0ca9b90bb89d577097f1cb2f7892cb1fcb780 - 0.0% (1.1 KB)

[#010] sha256:d7e4736002f89abfa7f6da14661a1f6a4d2ae079c3f31102bffe18cdd8beeb6d - 0.0% (1.11 KB)

[#011] sha256:b86169177264c9317107ac0a5ca73674c2de958677546206af268ee1f54dd084 - 0.0% (1.16 KB)

[#012] sha256:ff5448bd5ec4e8f017b5a6ad026679927adffa04f4cad61f078dad05f5698afd - 0.0% (1.13 KB)

[#013] sha256:d0fc40c7d9ddfd83bff64476793cb83f8f16c29f719ef4ac1ab472ccfd21527a - 0.0% (1.1 KB)

[#014] sha256:a69dd9ca0f7b2f5dcd5a208296f33e5b2e918b471971464afecaea0528dca320 - 0.0% (1.1 KB)

[#015] sha256:1467e2c551c61df53878d778d60d4206f2b0985166be921d43025fe9eea9a617 - 0.0% (1.1 KB)

[#016] sha256:7c0ffdf83969e06a380e2e5ad6d6e247cecf5ab242f9388917e95c3cb442a087 - 0.0% (1.1 KB)

[#017] sha256:decb4589051190d97302d6ec12f716820272f7c07dac4e4a3cf2685ec1d4404c - 0.0% (1.1 KB)

[#018] sha256:1fb4bdcb4f4f977edee7bd1de9042084c67eb27db3c8a820f6e463da7c6198e9 - 0.0% (1.1 KB)

[#019] sha256:e5bec2c9e631017e4bd85ef16b73b059ae9dcd2d65e96093e91332872b4a484d - 0.0% (1.11 KB)

[#020] sha256:7bdf38a5e62965ddd16e787d39db0033eec3827e459ed8c8b8edd00b2742ba3d - 0.0% (1.1 KB)

[#021] sha256:bdf1879d55948e8a6692625974f1ce349eb596a2ee5fae7442503b720ffe6768 - 0.0% (233 KB)

[#022] sha256:e79a4b2f0acee85ce6edc7959ba4733df596c028ad2e07d6626581d716531869 - 0.0% (1.09 KB)


History
2016-11-19 17:05:00 UTC

Apply image 1607-RTM-amd64

2020-12-02 17:42:00 UTC

Install update ltsc2016-amd64

2020-12-09 13:34:44 UTC

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

2020-12-09 22:45:20 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/506330b23c5cce43a9352179e7977a684678fbaf/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/506330b23c5cce43a9352179e7977a684678fbaf/welcome/index.html" -OutFile "/usr/share/caddy/index.html"

2020-12-09 22:45:21 UTC

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

2020-12-09 22:46:44 UTC

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

2020-12-09 22:46:46 UTC

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

2020-12-09 22:46:47 UTC

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

2020-12-09 22:46:48 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [c:/config]

2020-12-09 22:46:49 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [c:/data]

2020-12-09 22:46:50 UTC

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

2020-12-09 22:46:51 UTC

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

2020-12-09 22:46:52 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

2020-12-09 22:46:53 UTC

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

2020-12-09 22:46:53 UTC

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

2020-12-09 22:46:54 UTC

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

2020-12-09 22:46:55 UTC

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

2020-12-09 22:46:55 UTC

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

2020-12-09 22:46:56 UTC

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

2020-12-09 22:46:57 UTC

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

2020-12-09 22:46:57 UTC

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

2020-12-09 22:47:41 UTC

caddy version

2020-12-09 22:47:42 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(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