Sign inSign up

iarruss/docker-python2

By iarruss

Updated almost 8 years ago

env for tests

Image
1

1.9K

iarruss/docker-python2 repository overview

docker-python2

Our CI python. Modification of docker-python27-pandas

How to build
  1. Copy requirements from application
  2. push changes
  3. Go to dockerhub and trigger automated build
  4. Optional: set tag to latest created image
  5. It may turn out that the our CI server has run out of space. If this happens - delete old docker images
How to set additional tag to latest image:

<new tag> is tag of our current application version

docker pull iarruss/docker-python2:latest
docker images
docker tag <hash-of-latest> iarruss/docker-python2:<new-tag>
docker login
docker push iarruss/docker-python2:<new-tag>
How to delete unused docker artifacts
sudo docker system prune

Tag summary

Content type

Image

Digest

Size

551.9 MB

Last updated

almost 8 years ago

docker pull iarruss/docker-python2