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

changed some packages to force new package versions, rebuild with sbom #3956

Merged
merged 1 commit into from
Nov 19, 2023

Conversation

deitch
Copy link
Collaborator

@deitch deitch commented Nov 16, 2023

- What I did

With #3954 in, packages need to have some change if they are to get a new git tree hash, which will force a rebuild, which now will include an sbom.

I added noop changes to 7 packages to start: containerd, runc, getty, init, sysctl, memlogd, modprobe. These are commonly used in a lot of places. Eventually, we may get to the rest.

I also ran update-component-sha.sh to update any dependencies on them.

- How I did it

Added empty comments to the Dockerfiles or removed extra lines in README, etc. Anything that is a noop but will cause the tree hash to change.

I then ran update-component-sha.sh for all 7.

- How to verify it

Since I ran update-component-sha.sh, all of the tests were updated, so CI is more than sufficient.

- Description for the changelog

SBoMs included with some packages.

Signed-off-by: Avi Deitcher <avi@deitcher.net>
@deitch deitch merged commit 483e76c into linuxkit:master Nov 19, 2023
22 checks passed
@deitch deitch deleted the bump-pkgs-to-generate-sbom branch November 19, 2023 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant