Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 2.57 KB

File metadata and controls

40 lines (25 loc) · 2.57 KB

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)

Supported tags and respective Dockerfile links

amazonlinux-python-buildpack

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

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.