Skip to content

MusicScience37/pipenv-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipenv-docker

pipeline status Docker Pulls Docker Image Size (tag)

Dockerfile to use pipenv in Docker container.

Container images contains the following tools:

  • python3
  • pyenv
  • venv
  • pipenv
  • poetry

Container Registries

You can pull automatically built images from following registries:

  • GitLab Container Registry
    • latest stable image: registry.gitlab.com/musicscience37projects/docker/pipenv-docker
  • Docker Hub
    • latest stable image: docker pull musicscience37/pipenv

Repositories

  • GitLab: for development including CI
  • GitHub: mirror repository

Testing

For test of this project, use ./tool.py test command.