Skip to content
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
4 changes: 3 additions & 1 deletion eng/dockerfile-templates/Dockerfile.linux.install-deps
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@
dotnetDepsComment
] ^

set pkgs to cat(prefixPkgs, pkgs) ^
set suffixPkgs to when(isAlpine && dotnetVersion != "8.0", ["", "# manually update zlib from alpine base image", zlibPkg], []) ^

set pkgs to cat(prefixPkgs, pkgs, suffixPkgs) ^

set pkgMgrOpts to when(len(ARGS["staging-dir"]) > 0,
cat(" --installroot ", ARGS["staging-dir"]),
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/10.0/alpine3.23-extra/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ RUN apk add --upgrade --no-cache \
libgcc \
libssl3 \
libstdc++ \
tzdata
tzdata \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/10.0/alpine3.23-extra/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ RUN apk add --upgrade --no-cache \
libgcc \
libssl3 \
libstdc++ \
tzdata
tzdata \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/10.0/alpine3.23-extra/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ RUN apk add --upgrade --no-cache \
libgcc \
libssl3 \
libstdc++ \
tzdata
tzdata \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/10.0/alpine3.23/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ RUN apk add --upgrade --no-cache \
# .NET dependencies
libgcc \
libssl3 \
libstdc++
libstdc++ \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/10.0/alpine3.23/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ RUN apk add --upgrade --no-cache \
# .NET dependencies
libgcc \
libssl3 \
libstdc++
libstdc++ \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/10.0/alpine3.23/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ RUN apk add --upgrade --no-cache \
# .NET dependencies
libgcc \
libssl3 \
libstdc++
libstdc++ \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/11.0/alpine3.23-extra/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ RUN apk add --upgrade --no-cache \
libgcc \
libssl3 \
libstdc++ \
tzdata
tzdata \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/11.0/alpine3.23-extra/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ RUN apk add --upgrade --no-cache \
libgcc \
libssl3 \
libstdc++ \
tzdata
tzdata \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/11.0/alpine3.23-extra/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ RUN apk add --upgrade --no-cache \
libgcc \
libssl3 \
libstdc++ \
tzdata
tzdata \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/11.0/alpine3.23/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ RUN apk add --upgrade --no-cache \
# .NET dependencies
libgcc \
libssl3 \
libstdc++
libstdc++ \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/11.0/alpine3.23/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ RUN apk add --upgrade --no-cache \
# .NET dependencies
libgcc \
libssl3 \
libstdc++
libstdc++ \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/11.0/alpine3.23/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ RUN apk add --upgrade --no-cache \
# .NET dependencies
libgcc \
libssl3 \
libstdc++
libstdc++ \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/9.0/alpine3.23-extra/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ RUN apk add --upgrade --no-cache \
libgcc \
libssl3 \
libstdc++ \
tzdata
tzdata \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/9.0/alpine3.23-extra/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ RUN apk add --upgrade --no-cache \
libgcc \
libssl3 \
libstdc++ \
tzdata
tzdata \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/9.0/alpine3.23-extra/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ RUN apk add --upgrade --no-cache \
libgcc \
libssl3 \
libstdc++ \
tzdata
tzdata \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/9.0/alpine3.23/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ RUN apk add --upgrade --no-cache \
# .NET dependencies
libgcc \
libssl3 \
libstdc++
libstdc++ \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/9.0/alpine3.23/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ RUN apk add --upgrade --no-cache \
# .NET dependencies
libgcc \
libssl3 \
libstdc++
libstdc++ \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down
5 changes: 4 additions & 1 deletion src/runtime-deps/9.0/alpine3.23/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ RUN apk add --upgrade --no-cache \
# .NET dependencies
libgcc \
libssl3 \
libstdc++
libstdc++ \
\
# manually update zlib from alpine base image
zlib

# Create a non-root user and group
RUN addgroup \
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading