mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-03-21 06:39:28 +00:00
ci: run minikube.sh with podman
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
b5223f7620
commit
2f2123108b
@ -70,6 +70,8 @@ function set_env() {
|
|||||||
# downloading rook images is sometimes slow, extend timeout to 15 minutes
|
# downloading rook images is sometimes slow, extend timeout to 15 minutes
|
||||||
export ROOK_VERSION='v1.3.9'
|
export ROOK_VERSION='v1.3.9'
|
||||||
export ROOK_DEPLOY_TIMEOUT=900
|
export ROOK_DEPLOY_TIMEOUT=900
|
||||||
|
# use podman for minikube.sh, Docker is not installed on the host
|
||||||
|
export CONTAINER_CMD='podman'
|
||||||
|
|
||||||
# script/minikube.sh installs under /usr/local/bin
|
# script/minikube.sh installs under /usr/local/bin
|
||||||
export PATH=$PATH:/usr/local/bin
|
export PATH=$PATH:/usr/local/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user