Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion scripts/versions
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ declare -A VERSIONS=(
["conmon"]=v2.0.20
["cri-tools"]=v1.19.0
["runc"]=v1.0.0-rc92
["crun"]=0.15
["crun"]=0.16
["bats"]=v1.2.1
)
export VERSIONS
6 changes: 0 additions & 6 deletions test/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,6 @@ function setup_crio() {
CNI_DEFAULT_NETWORK=${CNI_DEFAULT_NETWORK:-crio}
CNI_TYPE=${CNI_TYPE:-bridge}

# Workaround for https://github.com/containers/crun/pull/531.
# TODO: remove once crun > 0.15 is released and used here.
if $RUNTIME_BINARY --version | grep -q '^crun '; then
OVERRIDE_OPTIONS="$OVERRIDE_OPTIONS --selinux=false"
fi

# shellcheck disable=SC2086
"$CRIO_BINARY_PATH" \
--hooks-dir="$HOOKSDIR" \
Expand Down