Skip to content

Commit b414b91

Browse files
committed
Upgrading alpine version to 3.13 with glibc updates
Signed-off-by: bharathappali <[email protected]>
1 parent 5936bf3 commit b414b91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Dockerfiles and build scripts for generating Docker Images based on various Adop
1313

1414
| Alpine | centos | clefos | debian | debianslim | leap | tumbleweed | ubi | ubi-minimal | ubuntu(*) |
1515
|:------:|:------:|:------:|:------:|:------------:|:----:|:----------:|:---:|:-----------:|:------:|
16-
| 3.12 | 7 | 7 | buster | buster-slim | 15.2 | latest | 8.2 | 8.2 | 20.04 |
16+
| 3.13 | 7 | 7 | buster | buster-slim | 15.2 | latest | 8.2 | 8.2 | 20.04 |
1717

1818
Note: Hotspot is not supported on Ubuntu 20.04 for s390x arch.
1919

@@ -30,7 +30,7 @@ AdoptOpenJDK Docker Images are available as both Official Images (Maintained by
3030
- Windows Server Core (ltsc2016 and 1809): Release
3131
* [Unofficial Images](https://hub.docker.com/u/adoptopenjdk) are maintained by AdoptOpenJDK and updated on a nightly basis. Supported OSes and their versions and type of images are as below.
3232
- Linux
33-
- Alpine (3.12): Release, Nightly and Slim
33+
- Alpine (3.13): Release, Nightly and Slim
3434
- CentOS (7): Release, Nightly and Slim
3535
- ClefOS (7): Release, Nightly and Slim
3636
- Debian (Buster): Release, Nightly and Slim

dockerfile_functions.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ EOI
153153
# Print the supported Alpine OS
154154
print_alpine_ver() {
155155
cat >> "$1" <<-EOI
156-
FROM alpine:3.12
156+
FROM alpine:3.13
157157
158158
EOI
159159
}
@@ -209,7 +209,7 @@ EOI
209209
print_alpine_pkg() {
210210
cat >> "$1" <<'EOI'
211211
RUN apk add --no-cache tzdata --virtual .build-deps curl binutils zstd \
212-
&& GLIBC_VER="2.31-r0" \
212+
&& GLIBC_VER="2.33-r0" \
213213
&& ALPINE_GLIBC_REPO="https://github.com/sgerrand/alpine-pkg-glibc/releases/download" \
214214
&& GCC_LIBS_URL="https://archive.archlinux.org/packages/g/gcc-libs/gcc-libs-10.1.0-2-x86_64.pkg.tar.zst" \
215215
&& GCC_LIBS_SHA256="f80320a03ff73e82271064e4f684cd58d7dbdb07aa06a2c4eea8e0f3c507c45c" \

0 commit comments

Comments
 (0)