File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,17 +5,16 @@ set -euo pipefail
55PREFER_PODMAN=" ${PREFER_PODMAN:- 0} "
66PUSH=" ${PUSH:- 0} "
77TAG=" ${TAG:- latest} "
8- REGISTRY_ORG=" ${REGISTRY_ORG:- vbartoli} "
98SKUPPER_NAME=" ${SKUPPER_NAME:- skupper} "
9+ REGISTRY_ORG=" quay.io/${REGISTRY_ORG:- skupper} /rhsi-plugin"
10+ IMAGE=${REGISTRY_ORG} :${TAG}
1011
1112if [[ -x " $( command -v podman) " && $PREFER_PODMAN == 1 ]]; then
1213 OCI_BIN=" podman"
1314else
1415 OCI_BIN=" docker"
1516fi
1617
17- BASE_IMAGE=" quay.io/${REGISTRY_ORG} /rhsi-plugin"
18- IMAGE=${BASE_IMAGE} :${TAG}
1918
2019echo " Building image '${IMAGE} ' with ${OCI_BIN} "
2120$OCI_BIN build --build-arg SKUPPER_NAME=" ${SKUPPER_NAME} " -t $IMAGE .
Original file line number Diff line number Diff line change 2626 spec :
2727 containers :
2828 - name : openshift-site-plugin
29- image : quay.io/vbartoli /rhsi-plugin:latest
29+ image : quay.io/skupper /rhsi-plugin:latest
3030 ports :
3131 - containerPort : 9443
3232 protocol : TCP
You can’t perform that action at this time.
0 commit comments