mirror of
https://github.com/caddyserver/caddy-docker.git
synced 2026-07-05 17:16:08 -05:00
Source for the official Caddy v2 Docker Image
https://hub.docker.com/_/caddy
- Dockerfile 78%
- Shell 16%
- Makefile 6%
| .github | ||
| 2.11 | ||
| hooks | ||
| library | ||
| .gitignore | ||
| caddy-builder.sh.tmpl | ||
| Dockerfile.builder.tmpl | ||
| Dockerfile.nanoserver.tmpl | ||
| Dockerfile.tmpl | ||
| Dockerfile.windows-builder.tmpl | ||
| Dockerfile.windows.tmpl | ||
| fileCommit.sh | ||
| getChecksums.sh | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| render-dockerfiles.tmpl | ||
| stackbrew-config.yaml | ||
| stackbrew.tmpl | ||
caddy
This is the repo where the official caddy Docker image sources live.
Please see https://hub.docker.com/_/caddy for documentation.
If you have an issue or suggestion for the Docker image, please open an issue.
If you'd like to suggest updates to the image documentation, see https://github.com/docker-library/docs/tree/master/caddy.
Release instructions (for maintainers)
The release process is currently semi-automated, held together with shell scripts and gomplate (and duct tape).
- update the
stackbrew-config.yamlfile (updatecaddy_version) and save - run
make(note that you'll needgomplateon your path) - commit all changed Dockerfiles and
stackbrew-config.yamland issue a PR - once the CI passes and the PR is merged, pull and run
make all- this should update thelibrary/caddyfile - commit the updated
library/caddyfile and push directly tomaster - Finally, issue a PR for
docker-library/official-images/library/caddycontaining the updatedlibrary/caddyfile
License
View license information for the software contained in this image.