File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,15 @@ ARG OPENSSL_VERSION=3.1.4-r6
27
27
# renovate: datasource=repology depName=alpine_3_19/xmlstarlet
28
28
ARG XMLSTARLET_VERSION=1.6.1-r2
29
29
30
+ # renovate: datasource=repology depName=alpine_3_19/rsync
31
+ ARG RSYNC_VERSION=3.2.7-r4
32
+
33
+ # renovate: datasource=repology depName=alpine_3_19/bind-tools
34
+ ARG BIND_TOOLS_VERSION=9.18.24-r1
35
+
36
+ # renovate: datasource=repology depName=alpine_3_19/inetutils-telnet
37
+ ARG INETUTILS_VERSION=2.4-r0
38
+
30
39
RUN apk add --no-cache \
31
40
bash==${BASH_VERSION} \
32
41
curl==${CURL_VERSION} \
@@ -36,6 +45,9 @@ RUN apk add --no-cache \
36
45
gettext==${GETTEXT_VERSION} \
37
46
openssl==${OPENSSL_VERSION} \
38
47
xmlstarlet==${XMLSTARLET_VERSION} \
48
+ rsync==${RSYNC_VERSION} \
49
+ bind-tools==${BIND_TOOLS_VERSION} \
50
+ inetutils-telnet==${INETUTILS_VERSION} \
39
51
&& rm -rf /var/cache/apk/*
40
52
41
53
RUN wget -O /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_amd64 && \
Original file line number Diff line number Diff line change 3
3
alpine linux (3.19.1) with following components:
4
4
5
5
- bash (5.2.21-r0)
6
+ - bind-tools (9.18.24-r1)
6
7
- coreutils (9.4-r2)
7
8
- curl (8.5.0-r0)
8
9
- gettext (0.22.3-r0)
10
+ - inettools-telnet (2.4-r0)
9
11
- jq (1.7.1-r0)
10
12
- openssl (3.1.4-r6)
13
+ - rsync (3.2.7-r4)
11
14
- tzdata (2024a-r0)
12
15
- xmlstarlet (1.6.1-r2)
13
16
- yq (4.42.1)
You can’t perform that action at this time.
0 commit comments