You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/05/04 20:42:53 UTC

[couchdb-ci] 01/01: Refresh docker pull images

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 da0a6426959dd7ae0294a55b798b75cc9dfc177c
Author: Nick Vatamaniuc <va...@gmail.com>
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 | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/pull-all-couchdbdev-docker b/pull-all-couchdbdev-docker
index de06244..70edd4a 100644
--- a/pull-all-couchdbdev-docker
+++ b/pull-all-couchdbdev-docker
@@ -4,19 +4,14 @@ 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-23.3.4.17
-couchdbci-debian:buster-erlang-23.3.4.17
-couchdbci-debian:bullseye-erlang-25.2
-couchdbci-debian:bullseye-erlang-23.3.4.18
-couchdbci-debian:buster-erlang-24.3.4.9
-couchdbci-debian:bullseye-erlang-24.3.4.9
-couchdbci-centos:8-erlang-24.3.4.9
-couchdbci-centos:7-erlang-24.3.4.9
-couchdbci-ubuntu:bionic-erlang-23.3.4.17
-couchdbci-ubuntu:focal-erlang-23.3.4.17
-couchdbci-ubuntu:bionic-erlang-24.3.4.9
-couchdbci-ubuntu:jammy-erlang-24.3.4.9
-couchdbci-ubuntu:focal-erlang-24.3.4.9
+couchdbci-debian:bullseye-erlang-25.3
+couchdbci-debian:buster-erlang-24.3.4.10
+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
 )
 
 for image in ${KEEP_IMAGES[*]}