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
What would you like to be added:
Implementation for setting up single layer artifact containing the blobs (or, in other words, the content of what are currently called Artifacts).
Why is this needed:
So, in both cases described in the epic, we need an implementation to set up oci artifacts containing the corresponding blob content and store them in an oci registry. The common approach for this (which is also chosen by helm for setting up helm charts as oci artifacts) is to create single layer oci artifacts.
#### What this PR does / why we need it
With this PR an in-cluster instance of `zot` OCI registry will be
deployed aside to the controllers:
* `make deploy-dev` makes `zot` accessible via http.
* `make deploy` makes `zot` accessible via https.
#### Which issue(s) this PR fixes
This PR is in the context of #75 and should be merged before #98
What would you like to be added:
Implementation for setting up single layer artifact containing the blobs (or, in other words, the content of what are currently called Artifacts).
Why is this needed:
So, in both cases described in the epic, we need an implementation to set up oci artifacts containing the corresponding blob content and store them in an oci registry. The common approach for this (which is also chosen by helm for setting up helm charts as oci artifacts) is to create single layer oci artifacts.
See #76
artifact
v1.0.0+dev
has to be mapped tov1.0.0.build-dev
to be reachable with OCMsnapshot
controllersnapshot
controller testsresource
,localisation
, andconfiguration
controller to make sure the storage migration is working.zot
binary locally.The text was updated successfully, but these errors were encountered: