jib icon indicating copy to clipboard operation
jib copied to clipboard

Check registry aliases when trying cross-repository mounts

Open briandealwis opened this issue 6 years ago • 2 comments

Pulling from registry-1.docker.io and pushing to registry.hub.docker.com should still be able to use the cross-repository mounts since they're aliases.

briandealwis avatar Jul 03 '19 19:07 briandealwis

How would we know this? Just some table of known aliases?

loosebazooka avatar Aug 14 '19 20:08 loosebazooka

Yeah.

https://github.com/GoogleContainerTools/jib/blob/7e3695b5a3884c6c88f8c146358dc2b577c7c87a/jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryAliasGroup.java#L30-L34

briandealwis avatar Aug 14 '19 20:08 briandealwis