Skip to content

Commit 8fded51

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
Fix system test on RHEL8
Signed-off-by: Hanwen <[email protected]>
1 parent 7a985ac commit 8fded51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kitchen.docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ platforms:
6464
kernel_release: '5.15.0-1028-aws'
6565
- name: rhel8
6666
driver:
67-
image: <% if ENV['KITCHEN_RHEL8_IMAGE'] %> <%= ENV['KITCHEN_RHEL8_IMAGE'] %> <% else %> registry.access.redhat.com/ubi8/ubi <% end %>
67+
image: <% if ENV['KITCHEN_RHEL8_IMAGE'] %> <%= ENV['KITCHEN_RHEL8_IMAGE'] %> <% else %> registry.access.redhat.com/ubi8/ubi:8.9 <% end %>
6868
intermediate_instructions:
6969
- RUN chmod +t /tmp
7070
attributes:

0 commit comments

Comments
 (0)