Skip to content

Commit

Permalink
Update image. (#102)
Browse files Browse the repository at this point in the history
* Update image.

Pending build for finalising the AppDB files

* Apply suggestions from code review

Co-authored-by: Sebastian Luna-Valero <[email protected]>

* Update sha sum

---------

Co-authored-by: Sebastian Luna-Valero <[email protected]>
  • Loading branch information
enolfc and sebastian-luna-valero authored Nov 18, 2024
1 parent 08d81f8 commit 4061485
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ubuntu/appdb/monitoring.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
appdb:
version: 2024.06.03
version: 2024.11.18
expireson: 6
notes: Regular image update
url: https://api.cloud.ifca.es:8080/swift/v1/egi_endorsed_vas/Small.Ubuntu.20.04-2024.06.03.ova
sha512: "224c59e6c766e3c1bd1056f63e00a8934e881301ad4c0f563425bfa12cdb12dafd5d12ee1f0777320a4cbefcbcaccfe34711fd445493d497a86e8cf0a4364843"
url: https://api.cloud.ifca.es:8080/swift/v1/egi_endorsed_vas/Small.Ubuntu.20.04-2024.11.18.qcow2
sha512: "36d89d299e5788030c7367805d8550e9da862733e7919f361bb82644147ab64082d71134c68acc89ed1a935494de4f51e3e91e09c166bfd76b12e77f6048b646"
arch: x86_64
os:
family: Linux
name: Ubuntu
version: "20.04"
format: OVA
hypervisor: VirtualBox
format: qcow2
hypervisor: KVM
2 changes: 1 addition & 1 deletion ubuntu/small-ubuntu-20.04.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ source "qemu" "small_ubuntu_20_04" {
ssh_private_key_file = "${var.SSH_PRIVATE_KEY_FILE}"
ssh_timeout = "20m"
ssh_username = "ubuntu"
vm_name = "Small.Ubuntu.20.04-2024.06.03"
vm_name = "Small.Ubuntu.20.04-2024.11.18"
}

build {
Expand Down

0 comments on commit 4061485

Please sign in to comment.