Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update debug build base images to remove openssl #5787

Merged
merged 1 commit into from
Mar 23, 2023
Merged

Update debug build base images to remove openssl #5787

merged 1 commit into from
Mar 23, 2023

Commits on Mar 22, 2023

  1. Update debug build base images to remove openssl

    This completes the work started in #5540
    
    Fixes #5544
    
    We can't use distroless since they don't have a nossl cc image: GoogleContainerTools/distroless#1210
    
    Chainguard have added this (-dev rather than :debug) to their image collection: chainguard-images/images#187
    
    Following advice here, using their busybox is the best replacement for `gcr.io/distroless/static:debug` chainguard-images/images#368 (comment)
    
    Signed-off-by: Charlie Egan <[email protected]>
    charlieegan3 committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    6811947 View commit details
    Browse the repository at this point in the history