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(ci): use tykio/dhi-busybox:1.37-fips as base image for Docker builds
Replace the debian-based and distroless base images with
tykio/dhi-busybox:1.37-fips for amd64 and arm64 architectures.
Both Dockerfiles now use a multi-stage build: a Debian stage extracts
the .deb package, then the final stage uses the FIPS-compliant
busybox base image. s390x retains the original fallback images since
no FIPS base is available for that architecture.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments