docker-stafwag-hello_nginx v1.0.0 released
While the code ( if you call YAML “code” ) is already more than 5 years old. I finaly took the take the make a proper release of my test “hello” OCI container.
I use this container to demo a container build and how to deploy it with helm on a Kubernetes cluster. Some test tools (ping, DNS, curl, wget) are included to execute some tests on the deployed pod.
It also includes a Makefile to build the container and deploy it on a Red Hat OpenShift Local (formerly Red Hat CodeReady Containers) cluster.
To deploy the container with the included helm charts to OpenShift local (Code Ready Containers), execute make crc_deploy
.
This will:
- Build the container image
- Login to the internal OpenShift registry
- Push the image to the internal OpenShift register
- Deploy the helm chart in the tsthelm namespace, the helm chart will also create a route for the application.
I might include support for other Kubernetes in the future when I find the time.
docker-stafwag-hello_nginx v1.0.0 is available at:
https://github.com/stafwag/docker-stafwag-hello_nginx
ChangeLog
v1.0.0 Initial stable release
- Included dns utilities and documentation update by @stafwag in #3
- Updated Run section by @stafwag in #4
Have fun!
Leave a comment