pypiserver/docker
dependabot[bot] 50941e5087
chore: Bump gunicorn from 20.0.4 to 23.0.0 in /docker
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 23.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/20.0.4...23.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 22:40:47 +00:00
..
README.md Docker improvements (#365) 2021-02-06 11:28:15 -06:00
docker-requirements.txt chore: Bump gunicorn from 20.0.4 to 23.0.0 in /docker 2024-09-01 22:40:47 +00:00
entrypoint.sh Gunicorn/gevent docker, log fixes, cache busting (#371) 2021-02-07 17:04:06 -06:00
gunicorn.conf.py Gunicorn/gevent docker, log fixes, cache busting (#371) 2021-02-07 17:04:06 -06:00
test_docker.py fix: support Python 3.12 (#539) 2024-04-01 21:30:02 +02:00

README.md

Docker Resources and Tests

This directory contains resources and tests for the docker image.

Note that for these tests to run, the pytest process must be able to run docker. If you are on a system where that requires sudo, you will need to run the tests with sudo.

Tests are here rather than in /tests because there's no reason to run these tests as part of the usual tox process, which is run in CI against every supported Python version. We only need to run the Docker tests once.