rghf webpages

Demo

Hello-world OCI image at /oci_test

The demo is a static HTML file baked into an OCI image and mounted by Kubernetes 1.36. Nginx serves it over HTTPS without a compiled binary in the image.

Route

https://www.rghf.nl/oci_test

Example steps
docker build -t ghcr.io/your-org/hello-html:local oci-test
docker push ghcr.io/your-org/hello-html:local
kubectl -n k8s-oci rollout restart deployment/oci-test
curl -fsS https://www.rghf.nl/oci_test
What to keep out

Do not bake secrets, private keys, or environment-specific values into the OCI image. Keep the image public only if the content is meant to be public.