Skip to content

Commit c8d4286

Browse files
PMM-7 Pull ova box from s3 instead of vagrant cloud. (#3210) (#3211)
* PMM-7 Pull ova box from s3 instead of vagrant cloud. * Update build/Makefile --------- Co-authored-by: Alex Demidoff <alexander.demidoff@percona.com>
1 parent 26128db commit c8d4286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fetch-el9:
2222
-o ${PACKER_CACHE_DIR}/id_rsa_vagrant
2323
chmod 600 ${PACKER_CACHE_DIR}/id_rsa_vagrant
2424
test -f ${PACKER_CACHE_DIR}/box/oracle9.ova \
25-
|| 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
25+
|| 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
2626

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

0 commit comments

Comments
 (0)