mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-09-21 08:48:10 +00:00
Add Ubuntu 26.04 "Resolute" as a supported base image track alongside the existing Noble (24.04) and Jammy (22.04) tracks.
Changes: main.yml: add resolute-* tag prefix → ubuntu:26.04 mapping scheduled-build.yml: add Resolute matrix entry to weekly security rebuild prepare.sh: handle DEB822 .sources format (used by Ubuntu 24.04+) alongside legacy sources.list for universe/multiverse activation README.md: update component table to reflect multi-track support
This commit is contained in:
committed by
Jeshua Ben Joseph
parent
f5be954731
commit
8128153b6f
@@ -19,6 +19,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- ubuntu_codename: resolute
|
||||
base_image: ubuntu:26.04
|
||||
- ubuntu_codename: noble
|
||||
base_image: ubuntu:24.04
|
||||
- ubuntu_codename: jammy
|
||||
|
||||
Reference in New Issue
Block a user