sul-dlss / was-pywb

Configuration for Stanford's pywb instance
https://swap.stanford.edu
Other
2 stars 0 forks source link

Switch to Python3.8 Docker Image #200

Closed edsu closed 1 year ago

edsu commented 1 year ago

Why was this change made? 🤔

Debian has switched to Python v3.11 as the system Python, which now prevents pip installing. Also pywb doesn't currently build under Python v3.11, see: https://github.com/webrecorder/pywb/issues/835

Until we have v3.11 support we need to build pywb under Python v3.8, and the easiest way to do that is to use the Python 3.8 Docker image. We are currently using v3.8 in production at swap.stanford.edu.

Resolves #198

How was this change tested? 🤨

CI