Skip to content

Commit

Permalink
PMM-7 Pull ova box from s3 instead of vagrant cloud.
Browse files Browse the repository at this point in the history
  • Loading branch information
talhabinrizwan committed Sep 24, 2024
1 parent 330f78a commit 08ede19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fetch-el9:
-o ${PACKER_CACHE_DIR}/id_rsa_vagrant
chmod 600 ${PACKER_CACHE_DIR}/id_rsa_vagrant
test -f ${PACKER_CACHE_DIR}/box/oracle9.ova \
|| wget --progress=dot:giga https://vagrantcloud.com/bento/boxes/oracle-9.0/versions/202207.20.0/providers/virtualbox.box -O ${PACKER_CACHE_DIR}/box/oracle9.ova
|| wget --progress=dot:giga https://pmm-build-cache.s3.us-east-2.amazonaws.com/VBOXES/oracle9-202401.31.0.box -O ${PACKER_CACHE_DIR}/box/oracle9.ova

# NOTE: image from vagrant registry is twice as large
test -f ${PACKER_CACHE_DIR}/box/box.ovf \
Expand Down

0 comments on commit 08ede19

Please sign in to comment.