-
Notifications
You must be signed in to change notification settings - Fork 107
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
Remove image-info and use it from osbuild #4543
Conversation
31b5146
to
a362c98
Compare
Needs new repo snapshots (#4542). |
a362c98
to
5ae129a
Compare
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.
Looks very nice, thank you!
5ae129a
to
15e692c
Compare
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.
LGTM, just one small issue that I missed the last time 😇
15e692c
to
9aa9af5
Compare
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.
LGTM 👍
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.
Love it!
c2f4054
to
5f1c88b
Compare
5f1c88b
to
1c6fc42
Compare
1c6fc42
to
506be3c
Compare
Rebased and fixed conflicts |
Update osbuild commit ID to include image info, which now installs as /usr/bin/osbuild-image-info.
The image-info tool now lives in osbuild/osbuild.
506be3c
to
24e4c7b
Compare
Call the script without a path since it's now in the PATH. Drop the SELinux labelling workaround (chcon) from filesystem.sh and image_tests.sh. The packaged tool is already labelled correctly. Install osbuild-tools instead of osbuild-composer-tests in regression-old-worker-new-composer.sh to get osbuild-image-info.
24e4c7b
to
7fec5af
Compare
Missed one case where |
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.
Amazing 🤩
The image-info tool is now included in the osbuild repo and packaged in osbuild-tools. This PR removes the tool from this repository and updates all calls to it to use the one from osbuild, which installs to
/usr/bin/osbuild-image-info
.