We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a985ac commit 8fded51Copy full SHA for 8fded51
kitchen.docker.yml
@@ -64,7 +64,7 @@ platforms:
64
kernel_release: '5.15.0-1028-aws'
65
- name: rhel8
66
driver:
67
- image: <% if ENV['KITCHEN_RHEL8_IMAGE'] %> <%= ENV['KITCHEN_RHEL8_IMAGE'] %> <% else %> registry.access.redhat.com/ubi8/ubi <% end %>
+ image: <% if ENV['KITCHEN_RHEL8_IMAGE'] %> <%= ENV['KITCHEN_RHEL8_IMAGE'] %> <% else %> registry.access.redhat.com/ubi8/ubi:8.9 <% end %>
68
intermediate_instructions:
69
- RUN chmod +t /tmp
70
attributes:
0 commit comments