Template
Reusable OCI HTML site template
This is the starter shape for future examples: static content, a minimal Dockerfile, and a Kubernetes ingress path that can be copied into a new service.
Included pieces
- Static site files at the image root.
- A scratch-based Dockerfile that copies the HTML into an OCI image.
- Example nginx deployment, service, and ingress manifests.
- A deploy workflow pattern that can be reused for future sites.
Example copy path
cp -R webpages templates/new-site
cp -R manifests/app templates/new-site/manifests
find templates/new-site -maxdepth 2 -type f | sort
Use case
This template is the smallest useful starting point for a new hosted HTML site: static files, one ingress, one service, and one image build path.