We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1af40d + e5b44c7 commit 7d59809Copy full SHA for 7d59809
2 files changed
janusgraph-dist/docker/Dockerfile
@@ -14,7 +14,7 @@
14
15
ARG BASE_IMAGE=eclipse-temurin:11-jre
16
17
-FROM debian:buster-slim as builder
+FROM debian:bullseye-slim as builder
18
19
ARG TARGETARCH
20
ARG JANUS_VERSION=1.0.0-SNAPSHOT
janusgraph-hbase/docker/Dockerfile
FROM debian:bookworm-20240211 as builder
-ARG HBASE_VERSION=2.5.0
+ARG HBASE_VERSION=2.6.0
ARG HBASE_DIST="https://archive.apache.org/dist/hbase"
RUN apt-get update && \
@@ -27,7 +27,7 @@ RUN rm -rf ./docs ./LEGAL ./*.txt ./*/*.cmd
27
COPY ./hbase-site.xml /opt/hbase/conf/hbase-site.xml
28
COPY ./hbase-policy.xml /opt/hbase/conf/hbase-policy.xml
29
30
-FROM openjdk:8-jre-buster
+FROM openjdk:8-jre-bullseye
31
32
ARG HBASE_UID=1000
33
ARG HBASE_GID=1000
0 commit comments