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
External registry and git support has been in Zarf since v0.22.0 but this support has been (somewhat) limited due to the requirement that these image and git hosts support "push to create."
This functionality is very common in the image registry world (with ECR being a notable exception), and is supported in both Gitlab and Gitea on the git side.
This discussion is to talk about various strategies to make the necessary API calls to create these repositories before Zarf handles the resource, ideally in a relatively service-agnostic way.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
External registry and git support has been in Zarf since v0.22.0 but this support has been (somewhat) limited due to the requirement that these image and git hosts support "push to create."
This functionality is very common in the image registry world (with ECR being a notable exception), and is supported in both Gitlab and Gitea on the
git
side.This discussion is to talk about various strategies to make the necessary API calls to create these repositories before Zarf handles the resource, ideally in a relatively service-agnostic way.
Beta Was this translation helpful? Give feedback.
All reactions