File tree 1 file changed +1
-2
lines changed
dev/fattest.simplicity/src/componenttest/containers/registry
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,7 @@ public class InternalRegistry extends Registry {
45
45
static {
46
46
REGISTRY_MIRRORS .put ("NONE" , "wasliberty-infrastructure-docker" ); // images we cache (from sources like dockerhub)
47
47
// REGISTRY_MIRRORS.put("NONE", "wasliberty-internal-docker-remote"); //TODO replace with a more standard naming scheme
48
- REGISTRY_MIRRORS .put ("UNSUPPORTED_INTOPS" , "wasliberty-intops-docker-local" ); // TODO drop support for this local repository
49
- REGISTRY_MIRRORS .put ("UNSUPPORTED_AUTOMA" , "websphere-automation" ); // Images built from external projects (unsupported by liberty dev)
48
+ REGISTRY_MIRRORS .put ("UNSUPPORTED" , "websphere-automation" ); // Images built from external projects (unsupported by liberty dev)
50
49
REGISTRY_MIRRORS .put ("localhost" , "wasliberty-internal-docker-local" ); // Images we build from Dockerfiles
51
50
}
52
51
You can’t perform that action at this time.
0 commit comments