This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch refresh-pull-all-images in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git
commit deabb751412cac55318c3be08180be617a5cfc08 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Thu May 4 16:41:10 2023 -0400 Refresh docker pull images We updated the image but forgot to update this list So we kept removing the new images and pulling them too often, thus hitting rate limits from dockerhub. --- pull-all-couchdbdev-docker | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pull-all-couchdbdev-docker b/pull-all-couchdbdev-docker index ae8ff4d..70edd4a 100644 --- a/pull-all-couchdbdev-docker +++ b/pull-all-couchdbdev-docker @@ -5,17 +5,13 @@ DOCKER_ORG="apache" # These are the images that are currently being used, so don't `docker rmi` them on cleanup. KEEP_IMAGES=( couchdbci-debian:bullseye-erlang-25.3 -couchdbci-debian:bullseye-erlang-24.3.4.10 -couchdbci-debian:bullseye-erlang-23.3.4.18 couchdbci-debian:buster-erlang-24.3.4.10 -couchdbci-debian:buster-erlang-23.3.4.18 +couchdbci-debian:bullseye-erlang-24.3.4.10 couchdbci-centos:8-erlang-24.3.4.10 couchdbci-centos:7-erlang-24.3.4.10 +couchdbci-ubuntu:bionic-erlang-24.3.4.10 couchdbci-ubuntu:jammy-erlang-24.3.4.10 couchdbci-ubuntu:focal-erlang-24.3.4.10 -couchdbci-ubuntu:focal-erlang-23.3.4.18 -couchdbci-ubuntu:bionic-erlang-24.3.4.10 -couchdbci-ubuntu:bionic-erlang-23.3.4.18 ) for image in ${KEEP_IMAGES[*]}
