aboutsummaryrefslogtreecommitdiffstats
path: root/release/README.md
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2020-04-12 22:47:54 +0200
committerThomas Kriechbaumer <Kriechi@users.noreply.github.com>2020-04-13 09:46:45 +0200
commitebc7833d041b20d0cfb681e4fdf05e12ef261119 (patch)
treeca7b6778589c2ba97299352f41e167c0a4cddb1c /release/README.md
parent39e2278e935a83f6ee09ba289166a9bc990ac446 (diff)
downloadmitmproxy-ebc7833d041b20d0cfb681e4fdf05e12ef261119.tar.gz
mitmproxy-ebc7833d041b20d0cfb681e4fdf05e12ef261119.tar.bz2
mitmproxy-ebc7833d041b20d0cfb681e4fdf05e12ef261119.zip
drop Docker images for ARMv7
Diffstat (limited to 'release/README.md')
-rw-r--r--release/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/README.md b/release/README.md
index 1de0824f..5e18ceae 100644
--- a/release/README.md
+++ b/release/README.md
@@ -32,7 +32,7 @@ These steps assume you are on the correct branch and have a git remote called `o
### Docker
- The docker image is built by our CI workers and pushed to Docker Hub automatically.
- Please verify that https://hub.docker.com/r/mitmproxy/mitmproxy/tags/ has the latest version.
-- The latest and latest-ARMv7 tags should auto-update. @mhils introduced this after the 5.0.0 release.
+- The latest tag should auto-update. @mhils introduced this after the 5.0.0 release.
Please verify that this is the case and remove this notice. For reference, this is how to do it manually:
`export VERSION=4.0.3 && docker pull mitmproxy/mitmproxy:$VERSION && docker tag mitmproxy/mitmproxy:$VERSION mitmproxy/mitmproxy:latest && docker push mitmproxy/mitmproxy:latest`.