Skip to content

Commit

Permalink
Fix issue with podman
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybear327 committed Dec 20, 2024
1 parent c52c6c3 commit e58e9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kind/local-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ for img in "${Remote_Images[@]}"; do
done

# build image for loading local data via NetBox API
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 -
# load local images
declare -a Local_Images=( \
"netbox-load-local-data:1.0" \
Expand Down

0 comments on commit e58e9ab

Please sign in to comment.