-
Notifications
You must be signed in to change notification settings - Fork 532
fix: add cacerts to ubi docker image #16928
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
Conversation
the ubi docker image doesn't include cacerts, use the chainguard base image to retrieve them so we can use dependency management to keep them updated
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q about backporting:
note: 8.x is not affected because it's using the ubuntu image but it seems we're vendoring the cacerts there so there's value in backporting this
Do you expect to remove the vendoring (packaging/docker/cacert.pem
) and use chainguard /etc/pki and /etc/ssl instead?
yes |
@Mergifyio backport 8.17 8.18 8.19 9.0 |
✅ Backports have been created
|
the ubi docker image doesn't include cacerts, use the chainguard base image to retrieve them so we can use dependency management to keep them updated (cherry picked from commit ad627b2) # Conflicts: # packaging/docker/Dockerfile
the ubi docker image doesn't include cacerts, use the chainguard base image to retrieve them so we can use dependency management to keep them updated (cherry picked from commit ad627b2) # Conflicts: # packaging/docker/Dockerfile
the ubi docker image doesn't include cacerts, use the chainguard base image to retrieve them so we can use dependency management to keep them updated (cherry picked from commit ad627b2) # Conflicts: # packaging/docker/Dockerfile
the ubi docker image doesn't include cacerts, use the chainguard base image to retrieve them so we can use dependency management to keep them updated (cherry picked from commit ad627b2)
the ubi docker image doesn't include cacerts, use the chainguard base image to retrieve them so we can use dependency management to keep them updated (cherry picked from commit ad627b2) Co-authored-by: kruskall <[email protected]>
* fix: add cacerts to ubi docker image (#16928) the ubi docker image doesn't include cacerts, use the chainguard base image to retrieve them so we can use dependency management to keep them updated (cherry picked from commit ad627b2) # Conflicts: # packaging/docker/Dockerfile * feat: fix conflicts --------- Co-authored-by: kruskall <[email protected]>
* fix: add cacerts to ubi docker image (#16928) the ubi docker image doesn't include cacerts, use the chainguard base image to retrieve them so we can use dependency management to keep them updated (cherry picked from commit ad627b2) # Conflicts: # packaging/docker/Dockerfile * Update Dockerfile * Update Dockerfile * feat: fix conflicts --------- Co-authored-by: kruskall <[email protected]>
* fix: add cacerts to ubi docker image (#16928) the ubi docker image doesn't include cacerts, use the chainguard base image to retrieve them so we can use dependency management to keep them updated (cherry picked from commit ad627b2) # Conflicts: # packaging/docker/Dockerfile * Update Dockerfile * Update cacert.pem * feat: fix conflicts --------- Co-authored-by: kruskall <[email protected]>
I'm afraid this is not working
For the future, if the We can figure out how to enable the DRA validation by default, if needed in a follow up |
Motivation/summary
the ubi docker image doesn't include cacerts, use the chainguard base image to retrieve them so we can use dependency management to keep them updated
note: 8.x is not affected because it's using the ubuntu image but it seems we're vendoring the cacerts there so there's value in backporting this
Checklist
For functional changes, consider:
How to test these changes
docker build --build-arg=GOLANG_VERSION=1.24.3 -t apm-server-test -f packaging/docker/Dockerfile .
Related issues
Closes #16918