-
Notifications
You must be signed in to change notification settings - Fork 54
duffle push should also push all referenced images #734
Comments
I think |
@jeremyrickard I'd like to understand why this is in the Duffle 1.0 milestone as we won't know what the spec for |
I agree that this is not a requirement for 1.0, but at the same time, given the WIP in If you have a strong preference towards removing this from the milestone, feel free to. |
Sorry, overzealous on my milestone applying. I meant to just comment on this and add test. Removed the milestone. |
Thanks. (I don't mind if this happens to go into the milestone so long as we don't hold the milestone up waiting for this.) |
I think it would be cool if we got the assorted |
#681 adds initial support for pushing and pulling bundles to OCI registries, using
docker/cnab-to-oci
.However, the current implementation of
docker/cnab-to-oci
only copies the referenced images to the new repository, and does not also push them if they are only local.Now, the question is: should
duffle build
,duffle push
, or other tooling be responsible for pushing all referenced images?The text was updated successfully, but these errors were encountered: