Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
test: change s3 bucket to us-west-2 with new name bootc-bib-images-test
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaofeng Wang <[email protected]>
  • Loading branch information
henrywang committed Apr 18, 2024
1 parent 888a1cd commit 36a7c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bib-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SSH_KEY=${TEMPDIR}/id_rsa
ssh-keygen -f "${SSH_KEY}" -N "" -q -t rsa-sha2-256 -b 2048
SSH_KEY_PUB="${SSH_KEY}.pub"

BIB_IMAGE_URL="${BIB_IMAGE_URL:-'quay.io/centos-bootc/bootc-image-builder:latest'}"
BIB_IMAGE_URL="${BIB_IMAGE_URL:-quay.io/centos-bootc/bootc-image-builder:latest}"
LAYERED_IMAGE="${LAYERED_IMAGE-cloud-init}"
LAYERED_DIR="examples/$LAYERED_IMAGE"
INSTALL_CONTAINERFILE="$LAYERED_DIR/Containerfile"
Expand Down Expand Up @@ -149,7 +149,7 @@ case "$IMAGE_TYPE" in
"ami")
greenprint "Build $TEST_OS $IMAGE_TYPE image"
AMI_NAME="bootc-bib-${TEST_OS}-${ARCH}-${QUAY_REPO_TAG}"
AWS_BUCKET_NAME="bootc-bib-images"
AWS_BUCKET_NAME="bootc-bib-images-test"
sudo podman run \
--rm \
-it \
Expand Down

0 comments on commit 36a7c40

Please sign in to comment.