diff options
author | 2025-03-15 16:26:41 +0100 | |
---|---|---|
committer | 2025-03-15 16:26:41 +0100 | |
commit | 12c5e516cfe4337a45a89ff0c6fd6d9a88f45be3 (patch) | |
tree | 58f19e59a3e5c76fd7ca10477acbfc3a453d0c56 | |
parent | 61a1ef14b4e69d872931eefd3dfd17b266288343 (diff) |
Must increase community.docker becasue of python3-requests
https://pkgs.alpinelinux.org/packages?name=*requests&branch=v3.18&repo=&arch=x86_64&origin=&flagged=&maintainer=
Change-Id: I14996bcc2401f33a4daef0ed1e25a5ba4711ec70
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/functest/xtesting-ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index 0734f43f4..717f8a266 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -393,6 +393,7 @@ case {alpine} in \ "3.18") \ [ -z "$VIRTUAL_ENV" ] && apk add ansible git ;; \ + ansible-galaxy collection install -f community.docker ;; \ "3.19") \ [ -z "$VIRTUAL_ENV" ] && apk add ansible git && \ ansible-galaxy collection install -f community.docker ;; \ |