diff --git a/tools/docker-warning.sh b/tools/docker-warning.sh index e4f5f40ee..cc9a50ee2 100755 --- a/tools/docker-warning.sh +++ b/tools/docker-warning.sh @@ -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 $@