You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add distroless Docker image and GHCR publish (#271)
* feat: add distroless Docker image and GHCR publish workflow
Update Dockerfile to use distroless base image with multi-stage
build. Add docker-publish.yml workflow that builds and pushes
to ghcr.io on every push to main.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: simplify Go builder image tag
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat: wire docker module and document container image
Add docker module to justfile with fetch lines. Update
docker-publish workflow to use just docker::build and push.
Add Docker install section to intro docs.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat: multi-arch Docker image via GoReleaser + buildx
GoReleaser builds snapshot binaries with version ldflags,
then buildx builds and pushes a multi-arch image (amd64 +
arm64) to ghcr.io on every push to main.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat: add Dockerfile.local for local multi-stage builds
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments