Skip to content

Commit 211684a

Browse files
committed
Add Ubuntu Noble basic ARM64 repositories
1 parent d074f1a commit 211684a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,21 @@ deb_package_repos:
110110
sync_group: ubuntu_noble
111111
distribution_name: ubuntu-noble-security-
112112

113+
# security.ubuntu.com does not hold arm64 packages, so no dedicated reposiroty
114+
# for security updates. Fetch from the main instead.
115+
- name: Ubuntu Noble ARM64
116+
url: http://ports.ubuntu.com/ubuntu-ports
117+
policy: immediate
118+
architectures: arm64
119+
components: main restricted universe multiverse
120+
distributions: noble noble-updates noble-backports noble-security
121+
mirror: true
122+
mode: verbatim
123+
base_path: ubuntu-ports/noble/
124+
short_name: ubuntu_noble_arm64
125+
sync_group: ubuntu_noble_arm64
126+
distribution_name: ubuntu-noble-arm64-
127+
113128
# Third-party repositories
114129

115130
## Separate repositories for each distribution because
@@ -140,6 +155,19 @@ deb_package_repos:
140155
sync_group: docker
141156
distribution_name: docker-ce-for-ubuntu-noble-
142157

158+
- name: Docker CE for Ubuntu Noble ARM64
159+
url: https://download.docker.com/linux/ubuntu
160+
policy: immediate
161+
architectures: arm64
162+
distributions: noble
163+
components: stable
164+
mirror: true
165+
mode: verbatim
166+
base_path: docker-ce/ubuntu-noble/
167+
short_name: docker_ce_ubuntu_noble_arm64
168+
sync_group: docker_arm64
169+
distribution_name: docker-ce-for-ubuntu-noble-
170+
143171
# Standard Apt mirrors do not contain cephadm Reef, only Quincy
144172
- name: Ceph Reef for Debian
145173
url: https://download.ceph.com/debian-reef/

0 commit comments

Comments
 (0)