Introduction
OCPeasy templates are boilerplate ready to be used implemented with opinionated technologies, in dedicated repositories.
#
Example- Flask API with Poetry: https://github.com/ocpeasy/ocpeasy-template-python-flask
app.py
, Python application entrypointDockerfile
, Dockerfile that can be used locally and will be used during OpenShift build processdocker-compose
, https://docs.docker.com/composepoetry.lock
, lock file with frozen dependencies generated by poetrypyproject.toml
, project definition, dependencies, used by poetry to generate artefacts