Skip to content

Commit e58e9ab

Browse files
committed
Fix issue with podman
1 parent c52c6c3 commit e58e9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kind/local-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ for img in "${Remote_Images[@]}"; do
103103
done
104104

105105
# build image for loading local data via NetBox API
106-
cd ./kind/load-data-job && docker build -t netbox-load-local-data:1.0 --no-cache --progress=plain -f ./dockerfile . && cd -
106+
cd ./kind/load-data-job && docker build --load -t netbox-load-local-data:1.0 --no-cache --progress=plain -f ./dockerfile . && cd -
107107
# load local images
108108
declare -a Local_Images=( \
109109
"netbox-load-local-data:1.0" \

0 commit comments

Comments
 (0)