Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove curl on base container #9716 #10306

Merged
merged 4 commits into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion images/nginx/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RUN apk update \
pcre \
zlib \
geoip \
curl \
ca-certificates \
patch \
yajl \
Expand Down
1 change: 0 additions & 1 deletion images/test-runner/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ RUN apk update && apk upgrade && apk add --no-cache \
unzip \
openssl \
cfssl@testing \
curl \
tzdata \
libc6-compat

Expand Down
1 change: 0 additions & 1 deletion rootfs/Dockerfile-chroot
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ RUN apk update \
&& apk add -U --no-cache \
bash \
openssl \
curl \
ca-certificates \
dumb-init \
tzdata \
Expand Down
1 change: 0 additions & 1 deletion test/e2e-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ RUN apk update \
&& apk upgrade && apk add -U --no-cache \
ca-certificates \
bash \
curl \
tzdata \
libc6-compat \
openssl
Expand Down