Skip to content

Commit 1379305

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

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

@@ -34,7 +34,7 @@ AdoptOpenJDK Docker Images are available as both Official Images (Maintained by
3434
- Windows Server Core (ltsc2016 and 1809): Release
3535
* [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.
3636
- Linux
37-
- Alpine (3.12): Release, Nightly and Slim
37+
- Alpine (3.13): Release, Nightly and Slim
3838
- CentOS (7): Release, Nightly and Slim
3939
- ClefOS (7): Release, Nightly and Slim
4040
- Debian (Buster): Release, Nightly and Slim

dockerfile_functions.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ EOI
158158
# Print the supported Alpine OS
159159
print_alpine_ver() {
160160
cat >> "$1" <<-EOI
161-
FROM alpine:3.12
161+
FROM alpine:3.13
162162
163163
EOI
164164
}
@@ -216,7 +216,7 @@ print_alpine_pkg() {
216216
print_alpine_glibc_pkg() {
217217
cat >> "$1" <<'EOI'
218218
RUN apk add --no-cache tzdata --virtual .build-deps curl binutils zstd \
219-
&& GLIBC_VER="2.31-r0" \
219+
&& GLIBC_VER="2.33-r0" \
220220
&& ALPINE_GLIBC_REPO="https://github.com/sgerrand/alpine-pkg-glibc/releases/download" \
221221
&& GCC_LIBS_URL="https://archive.archlinux.org/packages/g/gcc-libs/gcc-libs-10.1.0-2-x86_64.pkg.tar.zst" \
222222
&& GCC_LIBS_SHA256="f80320a03ff73e82271064e4f684cd58d7dbdb07aa06a2c4eea8e0f3c507c45c" \

0 commit comments

Comments
 (0)