we need to pass this param for dockerfile to use different base image for each edition

This commit is contained in:
Vinay Aggarwal
2021-03-31 12:47:08 -07:00
parent 00b1196e1b
commit 0a0e229eee

View File

@@ -53,7 +53,7 @@ EOF
cat installer-info.json
# Create the new docker image
docker build --no-cache --build-arg UPSTREAM_TAG=$VERSION -t $BUILD_IMAGE_NAME:$VERSION .
docker build --no-cache --build-arg UPSTREAM_IMAGE=$UPSTREAM_IMAGE_NAME --build-arg UPSTREAM_TAG=$VERSION -t $BUILD_IMAGE_NAME:$VERSION .
# Run minimal test
set -x