Commit 2442612
committed
Fix HBase Docker build issues and update dist Dockerfile
- Update HBase base image from openjdk:8-jre-buster to openjdk:8-jre-bullseye
to fix apt-get update failures (buster repositories are no longer accessible)
- Update default HBase version from 2.5.0 to 2.6.0 to match the version
used in HBaseContainer.java
- Update dist builder image from debian:buster-slim to debian:bullseye-slim
to prevent similar apt-get issues
This resolves the Docker build error:
'The command '/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y socat' returned a non-zero code: 100'1 parent 6a39dc7 commit 2442612
File tree
2 files changed
+3
-3
lines changed- janusgraph-dist/docker
- janusgraph-hbase/docker
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments