Skip to content

Commit 61348d9

Browse files
committed
Update to Alpine 3.10 as newer JDK 7 is required on Linux x64 for RocksJava tests to pass
1 parent e384d4f commit 61348d9

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ $ cd centos7_s390x
6060
$ docker build --rm --force-rm --squash -t evolvedbinary/rocksjava:centos7_s390x-be .
6161
```
6262

63-
# Alpine 3.8 Docker Images
63+
# Alpine 3.10 Docker Images
6464
**NOTE**: Alpine uses *muslc* instead of *glibc*, and so RocksDB builds on Alpine will only run on systems with muslc.
6565

66-
To build the Alpine 3.8 Docker images locally:
66+
To build the Alpine 3.10 Docker images locally:
6767

6868
```bash
6969
$ git clone https://github.com/evolvedbinary/docker-rocksjava

alpine3_arm64v8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM arm64v8/alpine:3.9
1+
FROM arm64v8/alpine:3.10
22

33
# update Alpine with latest versions
44
RUN echo '@edge http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories \

alpine3_ppc64le/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ppc64le/alpine:3.9
1+
FROM ppc64le/alpine:3.10
22

33
# update Alpine with latest versions
44
RUN echo '@edge http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories \

alpine3_s390x/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM s390x/alpine:3.9
1+
FROM s390x/alpine:3.10
22

33
# update Alpine with latest versions
44
RUN echo '@edge http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories \

alpine3_x64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.9
1+
FROM alpine:3.10
22

33
# update Alpine with latest versions
44
RUN echo '@edge http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories \

alpine3_x86/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM i386/alpine:3.9
1+
FROM i386/alpine:3.10
22

33
# update Alpine with latest versions
44
RUN echo '@edge http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories \

0 commit comments

Comments
 (0)