Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

916 Commits

Repository files navigation

Development

Git Submodules

Create a new submodule

cd content/kubevirt/
git submodule add https://github.com/openshift-examples/kubevirt-ansible ansible

Run local

./run-local.sh

Run local pre-commit via: ./run-local-pre-commit.sh

Build & push new builder image

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}

Stargazers over time

Stargazers over time

About

🚀 Content of examples.openshift.pub

Topics

Resources

Stars

181 stars

Watchers

16 watching

Forks

Releases

Packages

Used by

Contributors

Languages