Skip to content

Commit 4664b74

Browse files
authored
fix: remove curl on base container #9716 (#10306)
* fix: remove curl on base container #9716 * fix: remove curl on chroot container #9716 Signed-off-by: Son Bui <[email protected]> * fix: remove curl on test runner image #9716 Signed-off-by: Son Bui <[email protected]> * fix: remove curl on e2e runner container #9716 Signed-off-by: Son Bui <[email protected]> --------- Signed-off-by: Son Bui <[email protected]>
1 parent e5f5242 commit 4664b74

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

images/nginx/rootfs/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ RUN apk update \
4040
pcre \
4141
zlib \
4242
geoip \
43-
curl \
4443
ca-certificates \
4544
patch \
4645
yajl \

images/test-runner/rootfs/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ RUN apk update && apk upgrade && apk add --no-cache \
6565
unzip \
6666
openssl \
6767
cfssl@testing \
68-
curl \
6968
tzdata \
7069
libc6-compat
7170

rootfs/Dockerfile-chroot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ RUN apk update \
5050
&& apk add -U --no-cache \
5151
bash \
5252
openssl \
53-
curl \
5453
ca-certificates \
5554
dumb-init \
5655
tzdata \

test/e2e-image/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ RUN apk update \
77
&& apk upgrade && apk add -U --no-cache \
88
ca-certificates \
99
bash \
10-
curl \
1110
tzdata \
1211
libc6-compat \
1312
openssl

0 commit comments

Comments
 (0)