bcgov / nr-spar-data-sync

Engine to sync data for SPAR application (from Postgres to Oracle)
Apache License 2.0
2 stars 0 forks source link

Feature/27/marcio/jenkins convert to polaris #28

Closed marcionemec-daitan closed 5 months ago

marcionemec-daitan commented 5 months ago

Containerization changes:

1) Dockerfile using python3.9

2) Build container installing all python requirements

3) Execute Src/main with a "Hello World" message to avoid broke the pipeline execution.

4) Jenkins file Jenkinsfile_Polaris with podman instructions to build container

5) Container bring all source code inside (containerize the python app) and execute from inside.