Merge pull request #97 from jfrog/fixing-image-base

we need to pass this param for dockerfile to use different base image…
This commit is contained in:
Vinay Aggarwal
2021-03-31 14:42:42 -07:00
committed by GitHub

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