Skip to content

openshift-examples/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Packages

No packages published

Contributors 12