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

Add support for Debian slim Docker images #38

Merged
merged 2 commits into from
Aug 14, 2021
Merged

Add support for Debian slim Docker images #38

merged 2 commits into from
Aug 14, 2021

Conversation

br3ndonland
Copy link
Owner

@br3ndonland br3ndonland commented Aug 14, 2021

Description

This PR will add support for the "slim" variant of the official Python Docker images, which reduces the Debian Linux environment to the minimal runtime needed for Python.

Changes

  • Add support for Debian slim Docker images (582dcef)
  • Document how to use Debian slim Docker images (9389572)

Related

#37
tiangolo/uvicorn-gunicorn-docker#16
tiangolo/uvicorn-gunicorn-docker#61
tiangolo/uvicorn-gunicorn-docker#72
tiangolo/uvicorn-gunicorn-fastapi-docker#61
tiangolo/uvicorn-gunicorn-fastapi-docker#71

https://hub.docker.com/_/python

This commit will add support for the slim official Python Docker image,
which reduces the Debian Linux environment to the minimal runtime needed
for Python.
@vercel
Copy link

vercel bot commented Aug 14, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/br3ndonland/inboard/HyAaZJ5U3hggCFXFTWxXqPCnpehB
✅ Preview: https://inboard-git-slim-br3ndonland.vercel.app

@codecov
Copy link

codecov bot commented Aug 14, 2021

Codecov Report

Merging #38 (9389572) into develop (6f27dc7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop       #38   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          271       271           
=========================================
  Hits           271       271           
Flag Coverage Δ
unit 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6f27dc7...9389572. Read the comment docs.

@br3ndonland br3ndonland merged commit bac938a into develop Aug 14, 2021
@br3ndonland br3ndonland deleted the slim branch August 14, 2021 20:02
br3ndonland added a commit that referenced this pull request Aug 16, 2021
#38

- Source `/etc/os-release` for consistency with Alpine Linux example
- Use POSIX shell syntax instead of Bash syntax to avoid errors
@br3ndonland br3ndonland mentioned this pull request Jul 7, 2022
4 tasks
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.

1 participant