Skip to content

This repository provides a pre-installed version of Poetry, on top of Python, for development and CI use.

Notifications You must be signed in to change notification settings

vitalbeats/poetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Poetry on Python

This repository provides a pre-installed version of Poetry, on top of Python, for development and CI use.

Usage

In your project, just start FROM vitalbeats/poetry:1.1.x.

Building and Pushing

We build the image locally and push it to Docker Hub.

Note: The user must be logged in into our public docker registry via docker login.

docker build . --platform=linux/amd64 --tag=vitalbeats/poetry:1.1.13
docker push vitalbeats/poetry:1.1.13

docker build . --platform=linux/amd64 --tag=vitalbeats/poetry:latest
docker push vitalbeats/poetry:latest

Running Locally

docker run \
    --platform=linux/amd64 \
    --name vb_poetry \
    -it --rm poetry:1.1.13 \
    --version

About

This repository provides a pre-installed version of Poetry, on top of Python, for development and CI use.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •