diff --git a/tests/examples/source/devfiles/springboot/devfile-with-missing-projectType-and-language-metadata.yaml b/tests/examples/source/devfiles/springboot/devfile-with-missing-projectType-and-language-metadata.yaml index e8b4f5e0d76..f5020b72664 100644 --- a/tests/examples/source/devfiles/springboot/devfile-with-missing-projectType-and-language-metadata.yaml +++ b/tests/examples/source/devfiles/springboot/devfile-with-missing-projectType-and-language-metadata.yaml @@ -10,7 +10,7 @@ starterProjects: components: - name: tools container: - image: quay.io/eclipse/che-java11-maven:next + image: registry.access.redhat.com/ubi8/openjdk-11:latest memoryLimit: 768Mi command: ['tail'] args: [ '-f', '/dev/null'] @@ -20,7 +20,7 @@ components: mountSources: true - name: runtime container: - image: quay.io/eclipse/che-java11-maven:next + image: registry.access.redhat.com/ubi8/openjdk-11:latest memoryLimit: 768Mi endpoints: - name: "8080-tcp" diff --git a/tests/examples/source/devfiles/springboot/devfile-with-missing-projectType-metadata.yaml b/tests/examples/source/devfiles/springboot/devfile-with-missing-projectType-metadata.yaml index b4fe360c38d..9a44505767a 100644 --- a/tests/examples/source/devfiles/springboot/devfile-with-missing-projectType-metadata.yaml +++ b/tests/examples/source/devfiles/springboot/devfile-with-missing-projectType-metadata.yaml @@ -11,7 +11,7 @@ starterProjects: components: - name: tools container: - image: quay.io/eclipse/che-java11-maven:next + image: registry.access.redhat.com/ubi8/openjdk-11:latest memoryLimit: 768Mi command: ['tail'] args: [ '-f', '/dev/null'] @@ -21,7 +21,7 @@ components: mountSources: true - name: runtime container: - image: quay.io/eclipse/che-java11-maven:next + image: registry.access.redhat.com/ubi8/openjdk-11:latest memoryLimit: 768Mi endpoints: - name: "8080-tcp" diff --git a/tests/examples/source/devfiles/springboot/devfile-with-subDir.yaml b/tests/examples/source/devfiles/springboot/devfile-with-subDir.yaml index 49d47f52eb9..fcf53a8771b 100644 --- a/tests/examples/source/devfiles/springboot/devfile-with-subDir.yaml +++ b/tests/examples/source/devfiles/springboot/devfile-with-subDir.yaml @@ -11,7 +11,7 @@ starterProjects: components: - name: tools container: - image: quay.io/eclipse/che-java11-maven:next + image: registry.access.redhat.com/ubi8/openjdk-11:latest memoryLimit: 768Mi command: ['tail'] args: [ '-f', '/dev/null'] @@ -21,7 +21,7 @@ components: path: /data/cache/.m2 - name: runtime container: - image: quay.io/eclipse/che-java11-maven:next + image: registry.access.redhat.com/ubi8/openjdk-11:latest memoryLimit: 768Mi endpoints: - name: "8080-tcp"