Skip to content

Commit

Permalink
chore: rebuild base OS image (#356)
Browse files Browse the repository at this point in the history
Issue #, if available:
Rebuild base OS image with package updates

*Description of changes:*
This PR updates the base OS image used for Finch on macOS with the July
1 image build.

*Testing done:*
CI is successful

- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez authored Jul 1, 2024
1 parent cc8d525 commit 519d391
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps/full-os.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARTIFACT_BASE_URL=https://deps.runfinch.com

# From https://dl.fedoraproject.org/pub/fedora/linux/releases/40/Cloud/aarch64/images/
AARCH64_ARTIFACT=Fedora-Cloud-Base-40-1.14.aarch64-20240626221713.qcow2
AARCH64_512_DIGEST=0b297c253a9591c438f33a67897df41f2a62f0c1e5d3324f29e5d98c27976c89deb910d5a9e87431ce0d1f00c518013f01c476171980da3e2a9b65f248dbfc2e
AARCH64_ARTIFACT=Fedora-Cloud-Base-40-1.14.aarch64-20240701215532.qcow2
AARCH64_512_DIGEST=0e4f260d901d6f30c37ee4d594a81fe32a45db35b3c37ba6f4d743f56395fca16d2b208623ae4d28ea59c6f36c8788d9c60fdb377e134e8c8ba400c9584116c0

# From https://dl.fedoraproject.org/pub/fedora/linux/releases/40/Cloud/x86_64/images/
X86_64_ARTIFACT=Fedora-Cloud-Base-40-1.14.x86_64-20240626215333.qcow2
X86_64_512_DIGEST=30dd2e5831d09859d50ba7a2776424fa4c8a893b71b190bf37cd90fa05ff15b6b3a11caf57a0ae34e367daac128b651f0fb8353c225ded5231bd643974253f1b
X86_64_ARTIFACT=Fedora-Cloud-Base-40-1.14.x86_64-20240701210253.qcow2
X86_64_512_DIGEST=91cec2d4230fbe231128c5cdeb0e3ab8a2b19ecc58d6d5a60c630176753b862d9a8e7d9b87a5ad41339228807b78ea4906073b6e20c98825d0a601699ed476b9

0 comments on commit 519d391

Please sign in to comment.