Skip to content

rennancockles/amazonlinux-python-buildpack-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages