Skip to content

Commit 5936bf3

Browse files
authored
Merge pull request #521 from bharathappali/rollback-alpine-version
Rolling back alpine version to 3.12 as there are issues with 3.13
2 parents 50ad009 + 6278525 commit 5936bf3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.13 | 7 | 7 | buster | buster-slim | 15.2 | latest | 8.2 | 8.2 | 20.04 |
16+
| 3.12 | 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.13): Release, Nightly and Slim
33+
- Alpine (3.12): 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

+1-1
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.13
156+
FROM alpine:3.12
157157
158158
EOI
159159
}

0 commit comments

Comments
 (0)