[VAULT-38910]: plugincontainer: upgrade docker to resolve GO-2025-3829#168
Merged
ryancragun merged 3 commits intomainfrom Aug 22, 2025
Merged
[VAULT-38910]: plugincontainer: upgrade docker to resolve GO-2025-3829#168ryancragun merged 3 commits intomainfrom
ryancragun merged 3 commits intomainfrom
Conversation
Signed-off-by: Ryan Cragun <me@ryan.ec>
Signed-off-by: Ryan Cragun <me@ryan.ec>
f8de232 to
f1bae76
Compare
9 tasks
Signed-off-by: Ryan Cragun <me@ryan.ec>
f1bae76 to
38fc5ec
Compare
anwittin
approved these changes
Aug 13, 2025
charlesn-hc
approved these changes
Aug 13, 2025
jimlambrt
approved these changes
Aug 14, 2025
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the
dockerdependency inpluginconatinerto resolve GO-2025-3829.plugincontainer'sgo.modto 1.24. Since thego.modis used as the source of truth for the Go we test with in CI. It was required to build with the latestdockerpackage.ubuntu-22.04instead ofubuntu-24.04(ubuntu-latest) to resolve issues withrootlesskiton Ubuntu 24.04. I did briefly attempt to resolve the AppArmor issues on the Ubuntu 24.04 runner but ran into other networking permissions issues that I don't have time to look into right now.PCI review checklist
Examples of changes to controls include access controls, encryption, logging, etc.
Examples include changes to operating systems, ports, protocols, services, cryptography-related components, PII processing code, etc.