Skip to content

sdirbach/web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

831 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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 57.8%
  • HTML 15.3%
  • Smarty 11.1%
  • Dockerfile 10.5%
  • CSS 2.2%
  • Ruby 1.9%
  • Other 1.2%