Sign inSign up

rennancockles/amazonlinux-python-buildpack

By rennancockles

•Updated almost 5 years ago

Amazon Linux base compilation image for applications in Python 3.6 and above.

Image
0

1.2K

rennancockles/amazonlinux-python-buildpack repository overview

GitHub Workflow Status Docker Image Version (tag latest semver) Docker Image Version (tag latest semver) Docker Image Version (tag latest semver) Docker Image Version (tag latest semver) Docker Image Version (tag latest semver)

⁠amazonlinux-python-buildpack

Docker image with uWSGI and Nginx for web applications in Python 3.6 and above, and Python 2.7 (as Flask) in a single container. Optionally with Alpine Linux.

⁠Description

This Docker⁠ image allows you to build your Python⁠ applications to deploy to AWS Lambda⁠ or other AWS Service that runs with Amazon Linux 2⁠.


GitHub repo: https://github.com/rennancockles/amazonlinux-python-buildpack-docker⁠

Docker Hub image: https://hub.docker.com/r/rennancockles/amazonlinux-python-buildpack/⁠

⁠How to use

  • You shouldn't have to clone the GitHub repo. You should use it as a base image for other images, using this in your Dockerfile:
FROM rennancockles/amazonlinux-python-buildpack:python3.9

# Your Dockerfile code...
  • But, if you need Python 3.8 that line would have to be FROM rennancockles/amazonlinux-python-buildpack:python3.8.

Tag summary

Content type

Image

Digest

Size

451.9 MB

Last updated

almost 5 years ago

docker pull rennancockles/amazonlinux-python-buildpack