-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add Image/Package Mode feature to os_vendor
#102
base: main
Are you sure you want to change the base?
Conversation
os_vendor
os_vendor
Trying a smoke test using a FIO bootc image, currently hitting this
This'll be fun |
Updating the |
os_vendor
os_vendor
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
…le simultaneous Zathras processes
d3e93c8
to
fd9dbd0
Compare
"image") | ||
gl_no_packages=1 | ||
if [ "$gl_kit_upload_directory" == $value_not_set ]; then # Allow the user to overwrite this default | ||
gl_kit_upload_directory="/root" |
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.
/root
issues with public cloud.
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.
Maybe SSH into host to figure out user directory
This PR adds the ability to simply specify
os_vendor: rhel:mode=image
to work with bootc images.Presently all this does is enable
--no_packages
automatically since you cannot install packages in bootc/image mode.