| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The makefiles rely on being logged into to Docker Hub to properly scope the image tag.
git clone --recurse-submodules https://github.com/python-pillow/docker-images.git
cd docker-images
# update all the base images
make update
# build all of the test images
make build
# build and run the test suite on all the images
make test
# Push to Docker Hub
make pushAll the makefile commands work in the individual directories.
cd alpine && make update && make && make testIf a shell would be useful in the environment, make shell will start the container with bash.
To push an update of Pillow to this repository, run ./update-pillow.sh [[release tag]]
| Back | FazBrowse Home | New Git URL |