Skip to content

Commit 1258900

Browse files
committed
CVE-2024-6387 use custom apt repo
1 parent 754282b commit 1258900

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

etc/kayobe/apt.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ stackhpc_apt_repositories:
5656
suites: "{{ ansible_facts.distribution_release }}-security"
5757
components: main restricted universe multiverse
5858
architecture: amd64
59+
- url: "{{ stackhpc_repo_ubuntu_jammy_cve_2024_6387_url }}"
60+
suites: "pulp"
61+
components: upload
62+
architecture: amd64
63+
trusted: yes
5964
- url: "{{ stackhpc_repo_docker_ce_ubuntu_url }}"
6065
suites: "{{ ansible_facts.distribution_release }}"
6166
components: stable

etc/kayobe/pulp.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ stackhpc_pulp_deb_repos:
9696
distributions: "jammy-security"
9797
required: "{{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"
9898

99+
- name: "Ubuntu jammy CVE-2024-6387"
100+
url: "{{ stackhpc_release_pulp_content_url }}/ubuntu-jammy-cve-2024-6387/"
101+
distribution_name: "ubuntu-jammy-cve-2024-6387-"
102+
base_path: "ubuntu-jammy-cve-2024-6387/"
103+
components: "upload"
104+
distributions: "pulp"
105+
required: "{{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"
106+
99107
# Ubuntu Cloud Archive (UCA) repositories
100108
- name: "Ubuntu Cloud Archive"
101109
url: "{{ stackhpc_release_pulp_content_url }}/ubuntu-cloud-archive/{{ stackhpc_pulp_repo_ubuntu_cloud_archive_version }}"

etc/kayobe/stackhpc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ stackhpc_repo_ubuntu_jammy_version: "{{ stackhpc_repo_distribution }}"
3737
stackhpc_repo_ubuntu_jammy_security_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/ubuntu/jammy-security/{{ stackhpc_repo_ubuntu_jammy_security_version }}"
3838
stackhpc_repo_ubuntu_jammy_security_version: "{{ stackhpc_repo_distribution }}"
3939

40+
# Ubuntu jammy CVE-3034-6287
41+
stackhpc_repo_ubuntu_jammy_cve_2024_6387_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/ubuntu-jammy-cve-2024-6387/{{ stackhpc_repo_ubuntu_jammy_cve_2024_6387_version }}"
42+
stackhpc_repo_ubuntu_jammy_cve_2024_6387_version: "{{ stackhpc_repo_distribution }}"
43+
4044
# Ubuntu Cloud Archive
4145
stackhpc_repo_ubuntu_cloud_archive_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/ubuntu-cloud-archive/{{ stackhpc_repo_ubuntu_cloud_archive_version }}"
4246
stackhpc_repo_ubuntu_cloud_archive_version: "{{ stackhpc_repo_distribution }}"

0 commit comments

Comments
 (0)