Add Ubuntu 26.04 image - #126
Open
jst-cyr wants to merge 1 commit into
Open
Conversation
jst-cyr
force-pushed
the
add-ubuntu-26-04-image
branch
from
August 18, 2026 16:21
8e412b1 to
cc98aa4
Compare
jst-cyr
marked this pull request as ready for review
August 18, 2026 16:23
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. Uses the puppetcore8 collection because apt.puppet.com does not yet publish a puppet-release package for the resolute (26.04) codename, so the default install script 404s; Puppetcore's nightly mirror already supports it. Same workaround as the Debian 13 (trixie) image. Requested to support acceptance testing for puppetlabs/puppetlabs-postgresql#1688
jst-cyr
force-pushed
the
add-ubuntu-26-04-image
branch
from
August 18, 2026 17:36
cc98aa4 to
0185563
Compare
This was referenced Aug 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
Uses the
puppetcore8collection becauseapt.puppet.comdoes not yet publish apuppet-releasepackage for theresolute(26.04) codename — the default install script 404s trying to fetch it. Puppetcore's nightly mirror already supports it, same as the Debian 13 (trixie) image (#121).Needed to run acceptance tests for Ubuntu 26.04 support added in puppetlabs/puppetlabs-postgresql#1688.
Draft — opened for review before marking ready.