Skip to content

Commit 5f85f6f

Browse files
committed
refactor: drop support for interops internal repository
1 parent f497761 commit 5f85f6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: dev/fattest.simplicity/src/componenttest/containers/registry/InternalRegistry.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ public class InternalRegistry extends Registry {
4545
static {
4646
REGISTRY_MIRRORS.put("NONE", "wasliberty-infrastructure-docker"); // images we cache (from sources like dockerhub)
4747
// 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)
5049
REGISTRY_MIRRORS.put("localhost", "wasliberty-internal-docker-local"); // Images we build from Dockerfiles
5150
}
5251

0 commit comments

Comments
 (0)