Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 01_prepare_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ podman)
;;
esac

echo "TEST DNM test with new https://quay.io/repository/metal3-io/ironic"

# Pull images we'll need
for IMAGE_VAR in IRONIC_IMAGE IPA_DOWNLOADER_IMAGE VBMC_IMAGE SUSHY_TOOLS_IMAGE DOCKER_REGISTRY_IMAGE; do
IMAGE=${!IMAGE_VAR}
Expand Down