Drop support for quay.io. (#7187)

In this spirt of cleaning up some low hanging cruft, this fixes #4343.

There are no (recent) release tags on quay.io and the builds are just following master. See https://quay.io/repository/letsencrypt/letsencrypt?tab=tags.

Once this lands, I can disable the automated builds on quay.io and we can delete Dockerfile-old and tools/docker-warning.sh.
This commit is contained in:
Brad Warren 2019-06-25 11:05:28 -07:00 committed by GitHub
parent 9962cf0b8e
commit 776e939a4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
#!/bin/sh -e
echo "Warning: This Docker image will soon be switching to Alpine Linux." >&2
echo "You can switch now using the certbot/certbot repo on Docker Hub." >&2
echo 'Warning: This Docker image is no longer receiving updates!' >&2
echo 'You should switch to the Docker images on Docker Hub at:' >&2
echo 'https://hub.docker.com/u/certbot' >&2
exec /opt/certbot/venv/bin/certbot $@