We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52c6c3 commit e58e9abCopy full SHA for e58e9ab
kind/local-env.sh
@@ -103,7 +103,7 @@ for img in "${Remote_Images[@]}"; do
103
done
104
105
# 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 -
+cd ./kind/load-data-job && docker build --load -t netbox-load-local-data:1.0 --no-cache --progress=plain -f ./dockerfile . && cd -
107
# load local images
108
declare -a Local_Images=( \
109
"netbox-load-local-data:1.0" \
0 commit comments