File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ ARG TARGETARCH
60
60
# renovate: source=github-releases dep=google/go-containerregistry
61
61
ARG crane_version=0.20.2
62
62
63
- RUN case ${TARGETARCH} in "arm64" ) file=amr64 ;; "amd64" ) file=x86_64 ;; esac \
63
+ RUN case ${TARGETARCH} in "arm64" ) file=arm64 ;; "amd64" ) file=x86_64 ;; esac \
64
64
&& curl -fsSL "https://github.com/google/go-containerregistry/releases/download/v${crane_version}/go-containerregistry_Linux_${file}.tar.gz" \
65
65
| tar -xzf - \
66
66
&& curl -fsSL "https://mirror.openshift.com/pub/openshift-v4/${file}/clients/ocp/4.17.5/openshift-client-linux.tar.gz" \
Original file line number Diff line number Diff line change 1
- ansible-core == 2.18.0
1
+ ansible-core == 2.18.1
2
2
docker == 7.1.0
3
3
kubernetes == 31.0.0
4
4
netaddr == 1.3.0
Original file line number Diff line number Diff line change 1
1
---
2
2
collections :
3
3
- name : ansible.posix
4
- version : 1.6.2
4
+ version : 2.0.0
5
+
6
+ - name : ansible.windows
7
+ version : 2.6.0
5
8
6
9
- name : community.crypto
7
10
version : 2.22.3
8
11
12
+ - name : community.docker
13
+ version : 4.1.0
14
+
9
15
- name : community.general
10
- version : 10.0.1
16
+ version : 10.1.0
17
+
18
+ - name : community.windows
19
+ version : 2.3.0
11
20
12
21
- name : kubernetes.core
13
22
version : 5.0.0
You can’t perform that action at this time.
0 commit comments