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
We're using k8s-image-swapper in conjunction with GitLab CI. GitLab provides a dependency proxy service, basically a Docker pull-through cache for images used during builds. The registry URL starts with gitlab.com:443, which cannot be translated to an AWS ECR repository name (doesn't allow colons).
Is this handled in the code (I don't seem to be able to find a registry normalization function) and if so what is a registry URL that includes a port translated into?
The text was updated successfully, but these errors were encountered:
We're using k8s-image-swapper in conjunction with GitLab CI. GitLab provides a dependency proxy service, basically a Docker pull-through cache for images used during builds. The registry URL starts with
gitlab.com:443
, which cannot be translated to an AWS ECR repository name (doesn't allow colons).Is this handled in the code (I don't seem to be able to find a registry normalization function) and if so what is a registry URL that includes a port translated into?
The text was updated successfully, but these errors were encountered: