Skip to content

Commit

Permalink
Merge pull request #48 from zowe/user/markackert/update-apiml-images
Browse files Browse the repository at this point in the history
update apiml image versions
  • Loading branch information
MarkAckert authored Nov 5, 2024
2 parents df0c5e0 + 1824811 commit a62f805
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/prepare-apiml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if [ -z "${APIML_LOGS_DIR}" ]; then
exit 1
fi

cat > "$FVT_WORKSPACE_DIR/docker-compose.yml" << EOF
cat >"$FVT_WORKSPACE_DIR/docker-compose.yml" <<EOF
version: "3.9"
services:
discovery-service:
Expand All @@ -79,7 +79,7 @@ services:
ZWE_zowe_certificate_truststore_password: password
ZWE_zowe_verifyCertificates: "DISABLED"
ZWE_configs_debug: ${API_ML_DEBUG_PROFILES}
image: "zowe-docker-release.jfrog.io/ompzowe/discovery-service:2-ubuntu"
image: "zowe-docker-release.jfrog.io/ompzowe/discovery-service:3-ubuntu"
gateway-service:
ports:
Expand All @@ -101,7 +101,7 @@ services:
ZWE_zowe_certificate_truststore_password: password
ZWE_zowe_verifyCertificates: "DISABLED"
ZWE_configs_debug: ${API_ML_DEBUG_PROFILES}
image: "zowe-docker-release.jfrog.io/ompzowe/gateway-service:2-ubuntu"
image: "zowe-docker-release.jfrog.io/ompzowe/gateway-service:3-ubuntu"
EOF

################################################################################
Expand Down

0 comments on commit a62f805

Please sign in to comment.