Branch: refs/heads/fix/hbase-docker-buster-repositories
Home:
https://github.com/JanusGraph/janusgraph
Commit: 2442612fc1df04f043f11ba5c9dfed5df00a7e33
https://github.com/JanusGraph/janusgraph/commit/2442612fc1df04f043f11ba5c9dfed5df00a7e33
Author: openhands <
open...@all-hands.dev>
Date: 2025-08-09 (Sat, 09 Aug 2025)
Changed paths:
M janusgraph-dist/docker/Dockerfile
M janusgraph-hbase/docker/Dockerfile
Log Message:
-----------
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'
To unsubscribe from these emails, change your notification settings at
https://github.com/JanusGraph/janusgraph/settings/notifications