mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 05:06:56 -06:00
we need to pass this param for dockerfile to use different base image for each edition
This commit is contained in:
@@ -53,7 +53,7 @@ EOF
|
|||||||
cat installer-info.json
|
cat installer-info.json
|
||||||
|
|
||||||
# Create the new docker image
|
# 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
|
# Run minimal test
|
||||||
set -x
|
set -x
|
||||||
|
|||||||
Reference in New Issue
Block a user