Skip to content

Commit

Permalink
PMM-7 Pull ova box from s3 instead of vagrant cloud. (#3210)
Browse files Browse the repository at this point in the history
* PMM-7 Pull ova box from s3 instead of vagrant cloud.

* Update build/Makefile

Co-authored-by: Alex Demidoff <[email protected]>

---------

Co-authored-by: Alex Demidoff <[email protected]>
  • Loading branch information
talhabinrizwan and ademidoff committed Sep 24, 2024
1 parent 26128db commit 50f2706
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
|| curl -fL 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 50f2706

Please sign in to comment.