File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ TAG_PREFIX="trino-gateway:${TRINO_GATEWAY_VERSION}"
107107# version file is used by the Helm chart test
108108echo " ${TRINO_GATEWAY_VERSION} " > " ${SOURCE_DIR} " /trino-gateway-version.txt
109109
110- TRINO_GATEWAY_BASE_IMAGE=${TRINO_GATEWAY_BASE_IMAGE:- ' registry.access. redhat.com /ubi10/ubi -micro:latest' }
111- TRINO_GATEWAY_BUILD_IMAGE=${TRINO_GATEWAY_BUILD_IMAGE:- ' registry.access. redhat.com /ubi10/ubi :latest' }
110+ TRINO_GATEWAY_BASE_IMAGE=${TRINO_GATEWAY_BASE_IMAGE:- ' redhat/ubi10-micro:latest' }
111+ TRINO_GATEWAY_BUILD_IMAGE=${TRINO_GATEWAY_BUILD_IMAGE:- ' redhat/ubi10-minimal :latest' }
112112
113113for arch in " ${ARCHITECTURES[@]} " ; do
114114 echo " 🫙 Building the image for $arch with Temurin JDK release ${JDK_RELEASE_NAME} "
You can’t perform that action at this time.
0 commit comments