Python and CI/CD adventure
The goal of this Python CI/CD adventure is create a pipeline which supports Python, Docker Images, and the OpenShift target platform, while adhering to pre-existing standards or requirements.
Read moreThe goal of this Python CI/CD adventure is create a pipeline which supports Python, Docker Images, and the OpenShift target platform, while adhering to pre-existing standards or requirements.
Read moreOverview Modeshape is a Java Content Repostiory (JCR-283) implementation, which provides an open-source, hierarchical content management system. The goal of this exercise is to make a single Docker image which can be used in all environments. Any environment specific or volatile parameters should not be part of the image, but rather supplied as parameters (or a file) when running the image. This simplifies deployment and assures the run-time environment is identical. While these instructions are specific Modeshape, they can also
Read more