Skip to content

Commit 705e7f9

Browse files
committed
fix: CentOS 8 AMI
1 parent 52bb41b commit 705e7f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

molecule/agent-smoke-kmodule/molecule.yml.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ platforms:
6565
vpc_subnet_id: ${VPC_SUBNET_ID}
6666
- name: centos8-x86_64
6767
boot_wait_seconds: 180
68-
image: ami-03dbb661dc3a9b6a5
68+
image: ami-0aa6883376595a33c
6969
instance_type: ${INSTANCE_TYPE_X86}
7070
region: ${REGION}
7171
vpc_subnet_id: ${VPC_SUBNET_ID}
7272
- name: centos8-arm64
7373
boot_wait_seconds: 180
74-
image: ami-0fbdd12bd5a9c2e6f
74+
image: ami-02be6a70c24b1ae91
7575
instance_type: ${INSTANCE_TYPE_AARCH}
7676
region: ${REGION}
7777
vpc_subnet_id: ${VPC_SUBNET_ID}

molecule/agent-smoke-legacy-ebpf/molecule.yml.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ platforms:
6565
vpc_subnet_id: ${VPC_SUBNET_ID}
6666
- name: centos8-x86_64
6767
boot_wait_seconds: 180
68-
image: ami-03dbb661dc3a9b6a5
68+
image: ami-0aa6883376595a33c
6969
instance_type: ${INSTANCE_TYPE_X86}
7070
region: ${REGION}
7171
vpc_subnet_id: ${VPC_SUBNET_ID}
7272
- name: centos8-arm64
7373
boot_wait_seconds: 180
74-
image: ami-0fbdd12bd5a9c2e6f
74+
image: ami-02be6a70c24b1ae91
7575
instance_type: ${INSTANCE_TYPE_AARCH}
7676
region: ${REGION}
7777
vpc_subnet_id: ${VPC_SUBNET_ID}

0 commit comments

Comments
 (0)