diff --git a/tools/docker/build.sh b/tools/docker/build.sh index 75a1402a9..e80162faa 100755 --- a/tools/docker/build.sh +++ b/tools/docker/build.sh @@ -3,8 +3,7 @@ set -euxo pipefail IFS=$'\n\t' # This script builds certbot docker and certbot dns plugins docker using the -# local Certbot files. The build is currently done following the environment used by -# Dockerhub since this code previously used Docker Hub's automated build feature. +# local Certbot files. # Usage: ./build.sh [TAG] # with [TAG] corresponding the base of the tag to give the Docker images. diff --git a/tools/docker/deploy.sh b/tools/docker/deploy.sh index 65547aa4c..3be664f99 100755 --- a/tools/docker/deploy.sh +++ b/tools/docker/deploy.sh @@ -3,8 +3,6 @@ set -euxo pipefail IFS=$'\n\t' # This script deploys new versions of Certbot and Certbot plugin docker images. -# This process is currently done using a similar approach to Docker Hub since -# this code previously used Docker Hub's automated build feature. # Usage: ./deploy.sh [TAG] # with [TAG] corresponding the base of the tag to give the Docker images.