From 1276fe42e7d39a733514f9024f4ee2444db1f806 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 3 Jan 2019 21:56:45 +0200 Subject: [PATCH] Move Docker image update instructions to own repo Re: https://github.com/python-pillow/Pillow/pull/3523#issuecomment-450855713 --- RELEASING.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 87e9e365f..d840b92b4 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -108,18 +108,3 @@ Released as needed privately to individual vendors for critical security-related * [ ] Make sure the default version for Read the Docs is the latest release version, i.e. ``5.2.0`` rather than ``latest`` e.g. https://pillow.readthedocs.io/en/5.2.x/ -## Docker images - -* [ ] Update Pillow for the [Docker images](https://github.com/python-pillow/docker-images): -``` - $ git clone https://github.com/python-pillow/docker-images - $ cd docker-images - $ git submodule init - $ git submodule update Pillow - $ cd Pillow - $ git fetch --all - $ git checkout [[release tag]] - $ cd .. - $ git commit -m "Pillow -> 5.2.0" Pillow - $ git push -```