oracle / vagrant-projects

Vagrant projects for Oracle products and other examples
Universal Permissive License v1.0
930 stars 473 forks source link

build(metadata): ⬆ new OL8U7 release for vagrant-virtualbox #464

Closed AmedeeBulle closed 1 year ago

AmedeeBulle commented 1 year ago

Ready to be merged -- boxes are published on the public yum:

$ ~/src/olitt/olit-release-checks.sh  --version ol8 --cloud vagrant --provider virtualbox check-public
Running olit-release-checks.sh:
  Clouds   : vagrant
  Providers: virtualbox
  Versions : ol8

Fetching latest versions
Checking uploads against https://yum.oracle.com/
OL8U7_x86_64-vagrant-btrfs-virtualbox-b412.box: OK -- Content-Length: 666235864
OL8U7_x86_64-vagrant-virtualbox-b411.box: OK -- Content-Length: 728631026

and match metadata in this PR:

~/src/olitt/olit-release-checks.sh  --version ol8 --cloud vagrant --provider virtualbox check-meta
Running olit-release-checks.sh:
  Clouds   : vagrant
  Providers: virtualbox
  Versions : ol8

Fetching latest versions
Checking Vagrant metadata
/boxes/oraclelinux/ol8/OL8U7_x86_64-vagrant-virtualbox-b411.box: OK
/boxes/oraclelinux/ol8/OL8U7_x86_64-vagrant-btrfs-virtualbox-b412.box: OK

-- Signed-off-by: Philippe Vanhaesendonck philippe.vanhaesendonck@oracle.com

AmedeeBulle commented 1 year ago

@PaulNeumann -- this addresses the GA rebuild issue mentioned in #460

PaulNeumann commented 1 year ago

@AmedeeBulle Thanks! I appreciate your help.