Skip to content

Commit 4a44985

Browse files
Add default OS repositories for Ubuntu 26.04 (#4680)
Canonical currently plans to release Ubuntu 26.04 "Resolute" on April 23rd. $ podman run --rm -it docker.io/library/ubuntu:resolute cat /etc/apt/sources.list.d/ubuntu.sources | rg -v "^#" Refs https://discourse.ubuntu.com/t/ubuntu-26-04-lts-the-roadmap/72740 (cherry picked from commit 8e5a1b6)
1 parent 3edc670 commit 4a44985

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

guides/common/modules/ref_default-operating-system-repositories.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,22 @@ endif::[]
255255

256256
GPG key: https://dl.rockylinux.org/pub/rocky/RPM-GPG-KEY-rockyofficial
257257

258+
[id="ubuntu-26-04"]
259+
.Ubuntu 26.04
260+
[width="100%",cols="20%,34%,22%,12%,12%",options="header"]
261+
|===
262+
| Name | Upstream URL | Releases/Distributions | Components | Architectures
263+
| `Ubuntu 26.04 main` | `https://archive.ubuntu.com/ubuntu/` | `resolute` | `main` | `amd64`
264+
| `Ubuntu 26.04 updates` | `https://archive.ubuntu.com/ubuntu/` | `resolute-updates` | `main` | `amd64`
265+
| `Ubuntu 26.04 security` | `https://security.ubuntu.com/ubuntu/` | `resolute-security` | `main` | `amd64`
266+
ifdef::katello[]
267+
| `Ubuntu 26.04 Client` | `https://oss.atix.de/Ubuntu26LTS/` | `stable` | `main` | `amd64`
268+
endif::[]
269+
ifdef::orcharhino[]
270+
| `Ubuntu 26.04 Client` | see {atix-kb-clients} in the _ATIX Service Portal_ | `stable` | `main` | `amd64`
271+
endif::[]
272+
|===
273+
258274
[id="ubuntu-24-04"]
259275
.Ubuntu 24.04
260276
[width="100%",cols="20%,34%,22%,12%,12%",options="header"]

0 commit comments

Comments
 (0)