Skip to content

Commit e49b969

Browse files
committed
Tidy up the README.md
1 parent c0f2739 commit e49b969

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -74,26 +74,12 @@ $ cd centos7_s390x
7474
$ docker build --rm --force-rm --squash -t evolvedbinary/rocksjava:centos7_s390x-be .
7575
```
7676

77-
# Rocky Linux 8 Docker Images
78-
To build the Rocky Linux 8 Docker images locally:
79-
```bash
80-
$ git clone https://github.com/evolvedbinary/docker-rocksjava
81-
$ cd docker-rocksjava
82-
```
83-
8477
## Requires x86_64 arch CPU
8578
```
8679
$ cd rockylinux8_x64
8780
$ docker build --rm --force-rm --squash -t evolvedbinary/rocksjava:rockylinux8_x64-be .
8881
```
8982

90-
# Ubuntu 18.04 Docker Images
91-
To build the Ubuntu 18.04 Docker images locally:
92-
```bash
93-
$ git clone https://github.com/evolvedbinary/docker-rocksjava
94-
$ cd docker-rocksjava
95-
```
96-
9783
## Requires s390x arch CPU
9884
```
9985
$ cd ubuntu18_s390x
@@ -163,6 +149,13 @@ $ cd alpine3_s390x
163149
$ docker build --rm --force-rm --squash -t evolvedbinary/rocksjava:alpine3_s390x-be .
164150
```
165151

152+
## Requires riscv64 arch CPU
153+
**NOTE** This actually uses Alpine 3.20 and OpenJDK 20 as those are the minimum versions that support RISCV on Alpine.
154+
```
155+
$ cd alpine3_riscv64
156+
$ docker build --rm --force-rm --squash -t evolvedbinary/rocksjava:alpine3_riscv64-be .
157+
```
158+
166159
# Testing a Docker Image
167160

168161
For example to test the Docker CentOS 6 x64 build environment for RocksDB:

0 commit comments

Comments
 (0)