Skip to content

Commit 7488d1a

Browse files
committed
consider in docker.io prefix in get_container_image function
1 parent 992ca34 commit 7488d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ get_container_image() {
11531153
local component=$1
11541154
local pgVersion=$2
11551155

1156-
if [[ ${IMAGE} == percona/* ]] || [[ -n ${FORCE_RELEASE_RUN} ]]; then
1156+
if [[ ${IMAGE} == percona/* || ${IMAGE} == docker.io/percona/* ]] || [[ -n ${FORCE_RELEASE_RUN} ]]; then
11571157
local key
11581158
case $component in
11591159
pgbouncer) key="IMAGE_PGBOUNCER${pgVersion}" ;;

0 commit comments

Comments
 (0)