fix: provide separate nonroot image#3998
Merged
kzantow merged 1 commit intoanchore:mainfrom Jun 11, 2025
Merged
Conversation
Signed-off-by: Keith Zantow <kzantow@gmail.com>
kzantow
commented
Jun 11, 2025
| - "--build-arg=VCS_URL={{.GitURL}}" | ||
|
|
||
| docker_manifests: | ||
| # anchore/syft manifests... |
Contributor
Author
There was a problem hiding this comment.
I reorganized this by tag first similar to the organization of the top section.
wagoodman
approved these changes
Jun 11, 2025
spiffcs
added a commit
that referenced
this pull request
Jun 30, 2025
* main: chore(deps): update CPE dictionary index (#4021) chore(deps): update tools to latest versions (#4016) chore(deps): update tools to latest versions (#4012) chore(deps): bump github.com/go-viper/mapstructure/v2 (#4014) chore(deps): bump sigstore/cosign-installer from 3.8.2 to 3.9.0 (#4015) chore(deps): update CPE dictionary index (#4007) chore(deps): bump anchore/sbom-action from 0.20.0 to 0.20.1 (#4008) chore(deps): bump github.com/google/go-containerregistry (#4009) chore(deps): update tools to latest versions (#3992) chore(deps): bump github/codeql-action from 3.28.19 to 3.29.0 (#4000) fix: provide separate nonroot image (#3998) account for non-import shapes (#3997) Allow decoding of anchorectl json files (#3973) chore(deps): bump github.com/anchore/stereoscope (#3991) Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
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.
Description
This PR reverts a change to use
nonrootimages by default, and provides an alternatenonrootset of tagged images. Usingnonrootcauses a number of issues causing users friction such as accessing and modifying thedocker.sockand mount volumes.Type of change
Checklist: