Skip to content

Commit

Permalink
Force docker only
Browse files Browse the repository at this point in the history
  • Loading branch information
darkspadez authored Nov 23, 2024
1 parent a73f63d commit 7e74ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_docker_sysext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
export ARCH="${ARCH-x86-64}"
SCRIPTFOLDER="$(dirname "$(readlink -f "$0")")"
ONLY_CONTAINERD="${ONLY_CONTAINERD:-0}"
ONLY_DOCKER="${ONLY_DOCKER:-0}"
ONLY_DOCKER="1"

if [ $# -lt 2 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
echo "Usage: $0 VERSION SYSEXTNAME"
Expand Down

0 comments on commit 7e74ec5

Please sign in to comment.