File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ To build the CentOS 5 Docker images locally:
1212``` bash
1313$ git clone https://github.com/evolvedbinary/docker-rocksjava
1414$ cd docker-rocksjava
15+ ```
1516
17+ ## Requires x86_64 arch CPU
18+ ```
1619$ cd centos5_x64
1720$ docker build --rm --force-rm --squash -t evolvedbinary/rocksjava:centos5_x64-be .
1821
@@ -26,7 +29,10 @@ To build the CentOS 6 Docker images locally:
2629``` bash
2730$ git clone https://github.com/evolvedbinary/docker-rocksjava
2831$ cd docker-rocksjava
32+ ```
2933
34+ ## Requires x86_64 arch CPU
35+ ```
3036$ cd centos6_x64
3137$ docker build --rm --force-rm --squash -t evolvedbinary/rocksjava:centos6_x64-be .
3238
@@ -41,6 +47,15 @@ $ git clone https://github.com/evolvedbinary/docker-rocksjava
4147$ cd docker-rocksjava
4248```
4349
50+ ## Requires x86_64 arch CPU
51+ ```
52+ $ cd centos7_x64
53+ $ docker build --rm --force-rm --squash -t evolvedbinary/rocksjava:centos7_x64-be .
54+
55+ $ cd ../centos7_x86
56+ $ docker build --rm --force-rm --squash --platform linux/386 -t evolvedbinary/rocksjava:centos7_x86-be .
57+ ```
58+
4459## Requires ppc64le arch CPU
4560```
4661$ cd centos7_ppc64le
@@ -106,7 +121,10 @@ To build the Alpine 3.10 Docker images locally:
106121``` bash
107122$ git clone https://github.com/evolvedbinary/docker-rocksjava
108123$ cd docker-rocksjava
124+ ```
109125
126+ ## Requires x86_64 arch CPU
127+ ```
110128$ cd alpine3_x64
111129$ docker build --rm --force-rm --squash -t evolvedbinary/rocksjava:alpine3_x64-be .
112130
You can’t perform that action at this time.
0 commit comments