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:46:30 UTC

[couchdb-ci] branch main updated: Refresh docker pull images

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

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new e77f0d5  Refresh docker pull images
e77f0d5 is described below

commit e77f0d595b75f4bcbd23d6ffb02a4f5f8ba2cddd
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 | 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[*]}