Skip to content

Releases: SatelCreative/docker-python-base

4.0

15 Jul 02:11

Choose a tag to compare

4.0
  • Switch to slim buster after reading how alpine is much slower
  • Add commands to run the app in development and production, as well as commands to test and validate the code
  • Reduce the package list in the requirements to the minimum required to run the app and tests

4.0-rc1

19 Jun 13:44

Choose a tag to compare

4.0-rc1 Pre-release
Pre-release
  • Switch to slim buster after reading how alpine is much slower
  • Add commands to run the app in development and production, as well as commands to test and validate the code
  • Reduce the package list in the requirements to the minimum required to run the app and tests

3.3

06 May 17:53

Choose a tag to compare

3.3
  • Upgrade all packages
  • Remove asynctest since the standard library has what we need now
  • Add isort and flake8-isort to properly sort our imports
  • Add python-jose for JWT stuff as our new standard

3.2.2

20 Aug 19:15

Choose a tag to compare

  • Change the python version from 3.8.3 to 3.8.5 (forgot to do it earlier)
  • Add mkautodoc because it's super useful

3.2.1

20 Aug 19:14

Choose a tag to compare

Add mkdocs-material because it looks great.

3.2

20 Aug 19:14

Choose a tag to compare

3.2
  • Upgrade packages
  • Add APScheduler as well as basic mkdocs packages
  • Drop asynctest that we don't need anymore thanks to AsyncMock being part of the standard library

3.1.1

14 Jul 14:34

Choose a tag to compare

Upgrade packages, add pysnooper & apispec fix #71

3.0

04 Jun 17:57

Choose a tag to compare

3.0
  • Upgrade the base Alpine docker image to switch to python 3.8
  • Add git to be able to install libraries straight from git/github
  • Add asynctest
  • upgrade all packages

2.0

09 Mar 15:34

Choose a tag to compare

2.0

Contains base webapp development python packages installed as global packages to make the development more uniform and standardized

1.0

09 Mar 15:32

Choose a tag to compare

1.0

First base version based on Alpine and setting up some basics OS packages along with directory and user structures