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:52 UTC

[couchdb-ci] branch refresh-pull-all-images created (now da0a642)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch refresh-pull-all-images
in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git


      at da0a642  Refresh docker pull images

This branch includes the following new commits:

     new da0a642  Refresh docker pull images

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by va...@apache.org.
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[*]}