Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Docker) Change container base image #238

Closed
wants to merge 1 commit into from

Conversation

Vince-janv
Copy link
Contributor

@Vince-janv Vince-janv commented Aug 31, 2023

Description

It was discovered a while ago that the pythonXX-slim base images were not able to create worker threads (see this issue). This PR change the base image to python:3.8-slim-bullseye

Changed

  • Base image change to python:3.8-slim-bullseye

Steps to consider while deploying

  • Configuration changes:
  • Documentation updates:
  • Inform users by email:

Review:

  • Code approved by
  • Tests executed on stage by: (Document the test done with screen shots and description.)
  • "Merge and deploy" approved by

This version is a:

  • MAJOR - when you make incompatible API changes
  • MINOR - when you add functionality in a backwards compatible manner
  • PATCH - when you make backwards compatible bug fixes or documentation/instructions

Copy link

@islean islean left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good although there seems to be some pydantic issues which hinder the deployment?

@Vince-janv
Copy link
Contributor Author

Made change here instead for testing purposes

@Vince-janv Vince-janv closed this Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants