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

Remove openssl reinstall, as base image has updated version from alpine 3.18.5 #3181

Merged
merged 12 commits into from
Dec 9, 2023
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
docker \
openrc \
icu-libs \
Expand Down Expand Up @@ -117,6 +116,7 @@ RUN apk add --no-cache \
gcompat \
libc6-compat \
libstdc++ \
openssl \
readline-dev \
g++ \
libc-dev \
Expand Down
1 change: 0 additions & 1 deletion flavors/c_cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
openjdk17 \
py3-pyflakes \
clang16-extra-tools \
Expand Down
1 change: 0 additions & 1 deletion flavors/ci_light/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
nodejs \
npm \
yarn \
Expand Down
1 change: 0 additions & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
docker \
openrc \
openjdk17 \
Expand Down
1 change: 0 additions & 1 deletion flavors/documentation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
openjdk17 \
py3-pyflakes \
nodejs \
Expand Down
1 change: 0 additions & 1 deletion flavors/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
icu-libs \
dotnet7-sdk \
openjdk17 \
Expand Down
1 change: 0 additions & 1 deletion flavors/dotnetweb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
icu-libs \
dotnet7-sdk \
openjdk17 \
Expand Down
1 change: 0 additions & 1 deletion flavors/formatters/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
dotnet7-sdk \
icu-libs \
npm \
Expand Down
1 change: 0 additions & 1 deletion flavors/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
openjdk17 \
py3-pyflakes \
nodejs \
Expand Down
1 change: 0 additions & 1 deletion flavors/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
openjdk17 \
py3-pyflakes \
nodejs \
Expand Down
1 change: 0 additions & 1 deletion flavors/javascript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
openjdk17 \
py3-pyflakes \
nodejs \
Expand Down
1 change: 0 additions & 1 deletion flavors/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
openjdk17 \
gnupg \
php81 \
Expand Down
1 change: 0 additions & 1 deletion flavors/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
openjdk17 \
py3-pyflakes \
nodejs \
Expand Down
1 change: 0 additions & 1 deletion flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
openjdk17 \
py3-pyflakes \
nodejs \
Expand Down
1 change: 0 additions & 1 deletion flavors/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
openjdk17 \
py3-pyflakes \
nodejs \
Expand Down
1 change: 0 additions & 1 deletion flavors/salesforce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
openjdk17 \
py3-pyflakes \
nodejs \
Expand Down
1 change: 0 additions & 1 deletion flavors/security/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
helm \
gcompat \
libc6-compat \
Expand Down
1 change: 0 additions & 1 deletion flavors/swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
docker \
openrc \
openjdk17 \
Expand Down
1 change: 0 additions & 1 deletion flavors/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
openjdk17 \
py3-pyflakes \
nodejs \
Expand Down
1 change: 0 additions & 1 deletion linters/action_actionlint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
py3-pyflakes \
&& git config --global core.autocrlf true
#APK__END
Expand Down
1 change: 0 additions & 1 deletion linters/ansible_ansible_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
&& git config --global core.autocrlf true
#APK__END

Expand Down
1 change: 0 additions & 1 deletion linters/arm_arm_ttk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
icu-libs \
&& git config --global core.autocrlf true
#APK__END
Expand Down
1 change: 0 additions & 1 deletion linters/bash_exec/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
&& git config --global core.autocrlf true
#APK__END

Expand Down
1 change: 0 additions & 1 deletion linters/bash_shellcheck/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
&& git config --global core.autocrlf true
#APK__END

Expand Down
1 change: 0 additions & 1 deletion linters/bash_shfmt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
&& git config --global core.autocrlf true
#APK__END

Expand Down
1 change: 0 additions & 1 deletion linters/bicep_bicep_linter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
icu-libs \
&& git config --global core.autocrlf true
#APK__END
Expand Down
1 change: 0 additions & 1 deletion linters/c_clang_format/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
clang16-extra-tools \
&& git config --global core.autocrlf true
#APK__END
Expand Down
1 change: 0 additions & 1 deletion linters/c_cpplint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
&& git config --global core.autocrlf true
#APK__END

Expand Down
1 change: 0 additions & 1 deletion linters/clojure_clj_kondo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
&& git config --global core.autocrlf true
#APK__END

Expand Down
1 change: 0 additions & 1 deletion linters/clojure_cljstyle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
&& git config --global core.autocrlf true
#APK__END

Expand Down
1 change: 0 additions & 1 deletion linters/cloudformation_cfn_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
&& git config --global core.autocrlf true
#APK__END

Expand Down
1 change: 0 additions & 1 deletion linters/coffee_coffeelint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
npm \
nodejs-current \
yarn \
Expand Down
1 change: 0 additions & 1 deletion linters/copypaste_jscpd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
nodejs \
npm \
yarn \
Expand Down
1 change: 0 additions & 1 deletion linters/cpp_clang_format/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
clang16-extra-tools \
&& git config --global core.autocrlf true
#APK__END
Expand Down
1 change: 0 additions & 1 deletion linters/cpp_cpplint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
&& git config --global core.autocrlf true
#APK__END

Expand Down
1 change: 0 additions & 1 deletion linters/csharp_csharpier/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
dotnet7-sdk \
&& git config --global core.autocrlf true
#APK__END
Expand Down
1 change: 0 additions & 1 deletion linters/csharp_dotnet_format/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
dotnet7-sdk \
&& git config --global core.autocrlf true
#APK__END
Expand Down
1 change: 0 additions & 1 deletion linters/csharp_roslynator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
dotnet7-sdk \
&& git config --global core.autocrlf true
#APK__END
Expand Down
1 change: 0 additions & 1 deletion linters/css_scss_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
ruby \
ruby-dev \
ruby-bundler \
Expand Down
1 change: 0 additions & 1 deletion linters/css_stylelint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
npm \
nodejs-current \
yarn \
Expand Down
1 change: 0 additions & 1 deletion linters/dart_dartanalyzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
&& git config --global core.autocrlf true
#APK__END

Expand Down
1 change: 0 additions & 1 deletion linters/dockerfile_hadolint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
&& git config --global core.autocrlf true
#APK__END

Expand Down
1 change: 0 additions & 1 deletion linters/editorconfig_editorconfig_checker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
&& git config --global core.autocrlf true
#APK__END

Expand Down
1 change: 0 additions & 1 deletion linters/env_dotenv_linter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
&& git config --global core.autocrlf true
#APK__END

Expand Down
1 change: 0 additions & 1 deletion linters/gherkin_gherkin_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
npm \
nodejs-current \
yarn \
Expand Down
1 change: 0 additions & 1 deletion linters/go_golangci_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
go \
&& git config --global core.autocrlf true
#APK__END
Expand Down
1 change: 0 additions & 1 deletion linters/go_revive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
&& git config --global core.autocrlf true
#APK__END

Expand Down
1 change: 0 additions & 1 deletion linters/graphql_graphql_schema_linter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
npm \
nodejs-current \
yarn \
Expand Down
1 change: 0 additions & 1 deletion linters/groovy_npm_groovy_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openssh \
openssl \
openjdk17 \
npm \
nodejs-current \
Expand Down
Loading