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
Hi, i would like to use the tool to sync between two registries that i have on GCP, the issue is each of them sits in a different project.
An option to set the authentication configuration for each of them would allow me two authenticate separately to each project with the least privileges.
The text was updated successfully, but these errors were encountered:
that could be achieved by not relying on the auth in dregsy, but config for skopeo or docker.
For docker it is enough to run gcloud auth configure-docker whatever-docker.pkg.dev,whatnot-docker.pkg.dev
For skopeo you would also need to copy the credHelpers section that appears after running configure-docker in ~/.docker/config.json to ~/.config/containers/auth.json
Hi, i would like to use the tool to sync between two registries that i have on GCP, the issue is each of them sits in a different project.
An option to set the authentication configuration for each of them would allow me two authenticate separately to each project with the least privileges.
The text was updated successfully, but these errors were encountered: