BritishGeologicalSurvey / pyagsapi

pyagsapi - An AGS Utilities API with AGS v4.x Schema Validation & Converter for .ags<-->.xslx files
https://britishgeologicalsurvey.github.io/pyagsapi/
GNU Lesser General Public License v3.0
12 stars 2 forks source link

Fix build & branding #65

Closed KoalaGeo closed 1 year ago

KoalaGeo commented 1 year ago

We're using base image tiangolo/uvicorn-gunicorn-fastapi:python3.8 but the last successful build on release 3.1.1 we're using 11th Oct 21 version of that. It's since been updated numerous times.

Base image now fixed to dated release tiangolo/uvicorn-gunicorn-fastapi:python3.8-2021-10-02 the build now works.

Also copied in the BGS HTML templates - all working

ximenesuk commented 1 year ago

@volcan01010 and I have moved the main API work to a container based on Python 3.11, we need to do this to future-proof the API as 3.8 will reach its end of life. This PR may need revisiting.

KoalaGeo commented 1 year ago

Base image already fixed in https://github.com/BritishGeologicalSurvey/pyagsapi/tree/python-ags4-update

Will add templates to branch from there