@@ -68,7 +68,7 @@ deb_package_repos:
68
68
policy: immediate
69
69
architectures: amd64
70
70
components: main
71
- distributions: focal-updates/yoga jammy-updates/zed jammy-updates/antelope jammy-updates/caracal
71
+ distributions: focal-updates/yoga jammy-updates/zed jammy-updates/antelope jammy-updates/caracal noble-updates/epoxy
72
72
mirror: true
73
73
mode: verbatim
74
74
base_path: ubuntu-cloud-archive/
@@ -110,6 +110,40 @@ deb_package_repos:
110
110
sync_group: ubuntu_jammy
111
111
distribution_name: ubuntu-jammy-security-
112
112
113
+ # Base Ubuntu Noble 24.04 repositories
114
+ - name: Ubuntu Noble
115
+ url: http://archive.ubuntu.com/ubuntu
116
+ policy: immediate
117
+ architectures: amd64
118
+ components: main restricted universe multiverse
119
+ # NOTE: Include noble-security here to include all dists under one mirror
120
+ # path. This allows us to include security updates when using
121
+ # DIB_DISTRIBUTION_MIRROR with the Diskimage builder ubuntu-minimal
122
+ # element.
123
+ distributions: noble noble-updates noble-backports noble-security
124
+ mirror: true
125
+ mode: verbatim
126
+ base_path: ubuntu/noble/
127
+ short_name: ubuntu_noble
128
+ sync_group: ubuntu_noble
129
+ distribution_name: ubuntu-noble-
130
+
131
+ # https://wiki.ubuntu.com/SecurityTeam/FAQ suggests that security.ubuntu.com
132
+ # is preferable for security updates, so use this in preference to the
133
+ # noble-security dist in the main Ubuntu noble repository where possible.
134
+ - name: Ubuntu Noble security
135
+ url: http://security.ubuntu.com/ubuntu
136
+ policy: immediate
137
+ architectures: amd64
138
+ components: main restricted universe multiverse
139
+ distributions: noble-security
140
+ mirror: true
141
+ mode: verbatim
142
+ base_path: ubuntu/noble-security/
143
+ short_name: ubuntu_noble_security
144
+ sync_group: ubuntu_noble
145
+ distribution_name: ubuntu-noble-security-
146
+
113
147
# Third-party repositories
114
148
115
149
## Separate repositories for each distribution because
@@ -140,6 +174,19 @@ deb_package_repos:
140
174
sync_group: docker
141
175
distribution_name: docker-ce-for-ubuntu-jammy-
142
176
177
+ - name: Docker CE for Ubuntu Noble
178
+ url: https://download.docker.com/linux/ubuntu
179
+ policy: immediate
180
+ architectures: amd64
181
+ distributions: noble
182
+ components: stable
183
+ mirror: true
184
+ mode: verbatim
185
+ base_path: docker-ce/ubuntu-noble/
186
+ short_name: docker_ce_ubuntu_noble
187
+ sync_group: docker
188
+ distribution_name: docker-ce-for-ubuntu-noble-
189
+
143
190
# Standard Apt mirrors do not contain cephadm Reef, only Quincy
144
191
- name: Ceph Reef for Debian
145
192
url: https://download.ceph.com/debian-reef/
0 commit comments