Skip to content

Commit 07c551d

Browse files
authored
Bump Rocky 8 to 8.8
1 parent 8822d24 commit 07c551d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/pulp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ stackhpc_pulp_sync_centos_stream8: "{{ os_distribution == 'centos' }}"
217217

218218
# Whether to sync Rocky Linux 8 packages.
219219
stackhpc_pulp_sync_rocky_8: "{{ os_distribution == 'rocky' and os_release == '8' }}"
220-
# Rocky 8 minor version number. Supported values: 6, 7
221-
stackhpc_pulp_repo_rocky_8_minor_version: 7
220+
# Rocky 8 minor version number. Supported values: 6, 7, 8
221+
stackhpc_pulp_repo_rocky_8_minor_version: 8
222222
# Rocky 8 Snapshot versions. The defaults use the appropriate version from
223223
# pulp-repo-versions.yml for the selected minor release.
224224
stackhpc_pulp_repo_rocky_8_appstream_version: "{{ lookup('vars', 'stackhpc_pulp_repo_rocky_8_%s_appstream_version' % stackhpc_pulp_repo_rocky_8_minor_version) }}"

0 commit comments

Comments
 (0)