From slack tread: https://redhat-internal.slack.com/archives/C022TDCV3FH/p1735819746307919
Achilleas Koutsou
akoutsou@redhat.com
achilleas
Today at 9:09 AM
Hi
@Fernando Lozano
. The team is slowly trickling back in from the holiday break starting today. What's the status of your issues right now?
It's not entirely clear to me what you're trying to do and what the issues are, but did you know you can specify the source of the container and the local name (ref) separately in the blueprint?
https://osbuild.org/docs/user-guide/blueprint-reference/#containers
For example,
[[containers]]
source = "localhost/fedora:41"
name = "quay.io/fedora/fedora:41"
Will pull the fedora:41 container from localhost but in the local storage in the image, it will be named quay.io/fedora/fedora:41 so it can pull/update from that ref.
Does this help? (edited)
From slack tread: https://redhat-internal.slack.com/archives/C022TDCV3FH/p1735819746307919
Achilleas Koutsou
akoutsou@redhat.com
achilleas
Today at 9:09 AM
Hi
@Fernando Lozano
. The team is slowly trickling back in from the holiday break starting today. What's the status of your issues right now?
It's not entirely clear to me what you're trying to do and what the issues are, but did you know you can specify the source of the container and the local name (ref) separately in the blueprint?
https://osbuild.org/docs/user-guide/blueprint-reference/#containers
For example,
[[containers]]
source = "localhost/fedora:41"
name = "quay.io/fedora/fedora:41"
Will pull the fedora:41 container from localhost but in the local storage in the image, it will be named quay.io/fedora/fedora:41 so it can pull/update from that ref.
Does this help? (edited)