Skip to content

vlegchilkin/python-infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-infra

Local python infrastructure

docker-compose -f docker-compose.yml up -d
cd ./python_base_image
# docker login localhost:5001 
docker build -t localhost:5001/docker-python:3.12 --build-arg="PYTHON_VERSION=3.12" . 
docker push localhost:5001/docker-python:3.12 

docker build -t localhost:5001/docker-python:3.9 --build-arg="PYTHON_VERSION=3.9" . 
docker push localhost:5001/docker-python:3.9

cd ..

About

Local python infrastructure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published