Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regular update #101

Merged
merged 3 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions ubuntu/appdb/ubuntu-24.04.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
appdb:
version: 2024.04.30
version: 2024.10.21
expireson: 6
notes: First release of Ubuntu 24.04
url: https://api.cloud.ifca.es:8080/swift/v1/egi_endorsed_vas/Ubuntu.24.04-2024.04.30.ova
sha512: "1bb7a28db0c460fef07b9faa4aa49651bd6142f24c669cd23f495ea5e8f8b6e3eca3fb4d332012fddb1dc6099376321969d1b9f6869a3cad10e2fa89e315bbb1"
notes: Update to Ubuntu 24.04.1
url: https://api.cloud.ifca.es:8080/swift/v1/egi_endorsed_vas/Ubuntu.24.04-2024.10.21.qcow2
sha512: "590e13753d8739b4b5a4dbaeab41b7e5814dc1e4edbf0eb0549715653fd01656669d7a18d487a6d308ca2ee3eac28926df61e9a797e929b0d9b0a2cebecffe73"
arch: x86_64
os:
family: Linux
name: Ubuntu
version: '24.04'
ram:
minimum: 1GB
format: OVA
hypervisor: VirtualBox
format: qcow2
hypervisor: KVM
6 changes: 3 additions & 3 deletions ubuntu/ubuntu-24.04.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ source "qemu" "ubuntu_24_04" {
http_directory = "httpdir"
http_port_max = 8550
http_port_min = 8500
iso_checksum = "sha256:8762f7e74e4d64d72fceb5f70682e6b069932deedb4949c6975d0f0fe0a91be3"
iso_url = "https://releases.ubuntu.com/24.04/ubuntu-24.04-live-server-amd64.iso"
iso_checksum = "sha256:e240e4b801f7bb68c20d1356b60968ad0c33a41d00d828e74ceb3364a0317be9"
iso_url = "https://releases.ubuntu.com/24.04/ubuntu-24.04.1-live-server-amd64.iso"
memory = 1024
qemuargs = [["-cpu", "host"]]
shutdown_command = "sudo -- sh -c 'rm /etc/sudoers.d/99-egi-installation && shutdown -h now'"
ssh_clear_authorized_keys = true
ssh_private_key_file = "${var.SSH_PRIVATE_KEY_FILE}"
ssh_timeout = "20m"
ssh_username = "ubuntu"
vm_name = "Ubuntu.24.04-2024.04.30"
vm_name = "Ubuntu.24.04-2024.10.21"
}

build {
Expand Down
Loading