Content of examples.openshift.pub
Create a new submodule
cd content/kubevirt/
git submodule add https://github.com/openshift-examples/kubevirt-ansible ansible./run-local.shRun local pre-commit via: ./run-local-pre-commit.sh
export VERSION=$(date +%Y%m%d%H%M)
export IMAGE=quay.io/openshift-examples/builder:${VERSION}
podman manifest rm ${IMAGE}
podman build \
--platform linux/amd64,linux/arm64 \
--manifest ${IMAGE} \
--no-cache \
-f builder.Containerfile .
podman manifest push ${IMAGE}