feat: Add Ubuntu 25.04 (Plucky Puffin) support 33/74033/1 v0.18.0
authorAnil Belur <abelur@linuxfoundation.org>
Sun, 4 Jan 2026 22:59:52 +0000 (08:59 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Sun, 4 Jan 2026 23:11:18 +0000 (09:11 +1000)
Add platform variables for Ubuntu 25.04 to enable JDK 25 testing.

Ubuntu 25.04 will be used for:
- builder:ubuntu-25.04 (JDK 25 testing)
- docker:ubuntu-25.04 (JDK 25 testing)

Change-Id: I8221438a162327fcd719125c79d1897187e3e561
Signed-off-by: Anil Belur <askb23@gmail.com>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
vars/ubuntu-25.04.pkrvars.hcl [new file with mode: 0644]

diff --git a/vars/ubuntu-25.04.pkrvars.hcl b/vars/ubuntu-25.04.pkrvars.hcl
new file mode 100644 (file)
index 0000000..ba224c8
--- /dev/null
@@ -0,0 +1,8 @@
+source_ami_filter_name = "ubuntu/images/hvm-ssd*/ubuntu-plucky-25.04-amd64-server-*"
+source_ami_filter_owner = "099720109477"
+source_ami_filter_product_code = ""
+base_image = "Ubuntu 25.04 (x86_64)"
+distro = "Ubuntu 25.04"
+docker_source_image = "ubuntu:25.04"
+ssh_user = "ubuntu"
+cloud_user_data = "common-packer/provision/ubuntu-user_data.sh"