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
goreleaser's dockers_v2 assembles the manifest from the binaries it already
built, so the image is a COPY of a static binary and the repo keeps one
version-stamping path.
The final stage runs nothing: a RUN would need QEMU to execute a non-native
arch under buildx, so the cert bundle is copied out of a BUILDPLATFORM stage
instead. Alpine over distroless keeps a shell, which the image needs to serve
as a CI job image.
Beta releases take :latest — nothing stabler is published yet.
beep boop
0 commit comments