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
rockcraft.oci.Image class needs extending to add configurable registry URL during the skopeo copy of the base image to allow from pulling from non-ECR registries.
Will probably need adding a top-level rockcraft argument and transparently propagating it down to the actual image URL composed here which later gets passed to the skopeo copy command.
Why it needs to get done
Although ECR is considerably more lenient than DockeHub in terms of data pull limits for unverified requests, it still has them, leading to errors like these:
Depending on the project being rock'd, these limits can be quite the nuisance.
The canonical/harbor-rocks repo for example defines rocks for 10 components x 3 versions x 2 architectures = 60 whole images, and it's virtually guaranteed that 2-3 of the build workflows will fail.
It would be nice to be able to use a local registry mirror when rockcraft build/pack-ing.
The text was updated successfully, but these errors were encountered:
What needs to get done
rockcraft.oci.Image
class needs extending to add configurable registry URL during theskopeo copy
of the base image to allow from pulling from non-ECR registries.Will probably need adding a top-level
rockcraft
argument and transparently propagating it down to the actual image URL composed here which later gets passed to theskopeo copy
command.Why it needs to get done
Although ECR is considerably more lenient than DockeHub in terms of data pull limits for unverified requests, it still has them, leading to errors like these:
Depending on the project being rock'd, these limits can be quite the nuisance.
The
canonical/harbor-rocks
repo for example defines rocks for 10 components x 3 versions x 2 architectures = 60 whole images, and it's virtually guaranteed that 2-3 of the build workflows will fail.It would be nice to be able to use a local registry mirror when
rockcraft build/pack
-ing.The text was updated successfully, but these errors were encountered: