Skip to content

Commit cc98aa4

Browse files
committed
Add Ubuntu 26.04 image
Register ubuntu:26.04 in images.json so the existing build pipeline produces and publishes a litmusimage/ubuntu:26.04 image for both amd64 and arm64/v8, mirroring the Ubuntu 24.04 configuration. Requested to support acceptance testing for puppetlabs/puppetlabs-postgresql#1688
1 parent 90b8b89 commit cc98aa4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

images.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{ "image": "ubuntu", "tag": "20.04", "dockerfile": "apt_sysvinit-utils", "platforms": ["amd64", "arm64/v8"], "base_image": "ubuntu", "base_tag": "20.04" },
44
{ "image": "ubuntu", "tag": "22.04", "dockerfile": "apt_sysvinit-utils", "platforms": ["amd64", "arm64/v8"], "base_image": "ubuntu", "base_tag": "22.04" },
55
{ "image": "ubuntu", "tag": "24.04", "dockerfile": "apt_sysvinit-utils", "platforms": ["amd64", "arm64/v8"], "base_image": "ubuntu", "base_tag": "24.04" },
6+
{ "image": "ubuntu", "tag": "26.04", "dockerfile": "apt_sysvinit-utils", "platforms": ["amd64", "arm64/v8"], "base_image": "ubuntu", "base_tag": "26.04" },
67
{ "image": "centos", "tag": "6", "dockerfile": "yum_initd", "platforms": ["amd64"], "base_image": "centos", "base_tag": "6" },
78
{ "image": "centos", "tag": "7", "dockerfile": "yum_systemd_ssh", "platforms": ["amd64"], "base_image": "centos", "base_tag": "7" },
89
{ "image": "centos", "tag": "stream8", "dockerfile": "yum_systemd", "platforms": ["amd64", "arm64/v8"], "base_image": "quay.io/centos/centos", "base_tag": "stream8" },

0 commit comments

Comments
 (0)