File tree Expand file tree Collapse file tree
tomcat/tests/compose/standalone Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49569,7 +49569,7 @@ spec:
4956949569 serviceAccountName: kyverno-cleanup-jobs
4957049570 containers:
4957149571 - name: cleanup
49572- image: "bitnami /kubectl:1.28.5"
49572+ image: "bitnamilegacy /kubectl:1.28.5"
4957349573 imagePullPolicy:
4957449574 command:
4957549575 - /bin/bash
@@ -49622,7 +49622,7 @@ spec:
4962249622 serviceAccountName: kyverno-cleanup-jobs
4962349623 containers:
4962449624 - name: cleanup
49625- image: "bitnami /kubectl:1.28.5"
49625+ image: "bitnamilegacy /kubectl:1.28.5"
4962649626 imagePullPolicy:
4962749627 command:
4962849628 - /bin/bash
@@ -49675,7 +49675,7 @@ spec:
4967549675 serviceAccountName: kyverno-cleanup-jobs
4967649676 containers:
4967749677 - name: cleanup
49678- image: "bitnami /kubectl:1.28.5"
49678+ image: "bitnamilegacy /kubectl:1.28.5"
4967949679 imagePullPolicy:
4968049680 command:
4968149681 - /bin/bash
@@ -49728,7 +49728,7 @@ spec:
4972849728 serviceAccountName: kyverno-cleanup-jobs
4972949729 containers:
4973049730 - name: cleanup
49731- image: "bitnami /kubectl:1.28.5"
49731+ image: "bitnamilegacy /kubectl:1.28.5"
4973249732 imagePullPolicy:
4973349733 command:
4973449734 - /bin/bash
@@ -49781,7 +49781,7 @@ spec:
4978149781 serviceAccountName: kyverno-cleanup-jobs
4978249782 containers:
4978349783 - name: cleanup
49784- image: "bitnami /kubectl:1.28.5"
49784+ image: "bitnamilegacy /kubectl:1.28.5"
4978549785 imagePullPolicy:
4978649786 command:
4978749787 - /bin/bash
Original file line number Diff line number Diff line change @@ -622,9 +622,9 @@ def _mysql_docker_repo():
622622 if MYSQL_VERSION in ('5.6' , '5.7' ):
623623 return 'bergerx/mysql-replication'
624624 elif MYSQL_VERSION .startswith ('8' ) or MYSQL_VERSION == 'latest' :
625- return 'bitnami /mysql'
625+ return 'bitnamilegacy /mysql'
626626 elif MYSQL_FLAVOR == 'mariadb' :
627- return 'bitnami /mariadb'
627+ return 'bitnamilegacy /mariadb'
628628 elif MYSQL_FLAVOR == 'percona' :
629629 return 'percona/percona-server'
630630 else :
Original file line number Diff line number Diff line change 11services :
22 openldap :
3- image : " bitnami /openldap:${OPENLDAP_VERSION}"
3+ image : " bitnamilegacy /openldap:${OPENLDAP_VERSION}"
44 platform : linux/amd64
55 ports :
66 - " 1389:1389"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ services:
1717 timeout : 5s
1818 retries : 3
1919 tomcat :
20- image : bitnami /tomcat:${TOMCAT_VERSION}
20+ image : bitnamilegacy /tomcat:${TOMCAT_VERSION}
2121 hostname : tomcat
2222 ports :
2323 - 8080:8080
You can’t perform that action at this time.
0 commit comments