Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to manage new process sandbox feature #83

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ platforms:
key_file_uri: <%= ENV['TS_RPM_REPO_URL'] != nil ? ENV['TS_RPM_REPO_URL'] + '/EL/8/repomd.xml.key' : nil %>
validate_gpg_key: false # This is ONLY for test purposes! Don't do this in your actual roles/recipes
driver_config:
image: centos:8
image: quay.io/centos/centos@sha256:ec7c5f072735a39f9a71268075d18263ea3f6d56af1ee7d81b37e8420a161b42
run_command: /sbin/init
privileged: true
run_options:
Expand All @@ -110,7 +110,7 @@ platforms:
key_file_uri: <%= ENV['TS_RPM_REPO_URL'] != nil ? ENV['TS_RPM_REPO_URL'] + '/EL/8/repomd.xml.key' : nil %>
validate_gpg_key: false # This is ONLY for test purposes! Don't do this in your actual roles/recipes
driver_config:
image: arm64v8/centos:8
image: quay.io/centos/centos@sha256:75147b8b821136594e8dff6e4eff7069d537bc4280423996109c58df77a695b4
run_command: /sbin/init
privileged: true
run_options:
Expand Down