8000 GitHub - shubhroit/web: 🚀 Content of examples.openshift.pub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

shubhroit/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 it with public builder

podman run -ti --user 0 --rm \
  -v $(pwd):/opt/app-root/src:z \
  -p 8080:8080 quay.io/openshift-examples/builder:devel

Run local pre-commit check

./run-local-pre-commit.sh

Builder image

export IMAGE='quay.io/openshift-examples/builder:devel'
podman build --platform linux/amd64,linux/arm64  \
  --manifest ${IMAGE} \
  --no-cache \
  -f builder.Containerfile .
podman manifest push ${IMAGE}

Run it with local builder image

podman run -ti --user 0 --rm \
  -v $(pwd):/opt/app-root/src:z \
  -p 8080:8080 mkdocs:builder

Stargazers over time

Stargazers over time

About

🚀 Content of examples.openshift.pub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 58.5%
  • HTML 15.6%
  • Smarty 11.3%
  • Dockerfile 9.5%
  • CSS 2.3%
  • Ruby 1.9%
  • Python 0.9%
0