Introduction

OCPeasy templates are boilerplate ready to be used implemented with opinionated technologies, in dedicated repositories.

Example#

  • app.py, Python application entrypoint
  • Dockerfile, Dockerfile that can be used locally and will be used during OpenShift build process
  • docker-compose, https://docs.docker.com/compose
  • poetry.lock, lock file with frozen dependencies generated by poetry
  • pyproject.toml, project definition, dependencies, used by poetry to generate artefacts