You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can imagine a few use cases where one might want to build a disk image from a source but set the target image ref to something different. For example, build pipelines with reproducible configurations that pull a specific image version, or an image from an internal container registry, but need the final image to have an update target that pulls from a floating tag or public registry.
Right now, the --target-imgref is always set to the container source value from the bootc-image-builder call registry.example.com/container:<some specific version>.
This should also work for the ISO builds where we set the target-imgref using a %post section in the kickstart using bootc switch --mutage-in-place ....
The text was updated successfully, but these errors were encountered:
I can imagine a few use cases where one might want to build a disk image from a source but set the target image ref to something different. For example, build pipelines with reproducible configurations that pull a specific image version, or an image from an internal container registry, but need the final image to have an update target that pulls from a floating tag or public registry.
This feature would enable something like:
which will flow down to the
bootc install
command to use<some specific version>
to build the image but set thetarget-imgref
to<floating tag>
Right now, the
--target-imgref
is always set to the container source value from the bootc-image-builder callregistry.example.com/container:<some specific version>
.This should also work for the ISO builds where we set the target-imgref using a
%post
section in the kickstart usingbootc switch --mutage-in-place ...
.The text was updated successfully, but these errors were encountered: