Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion janusgraph-dist/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

ARG BASE_IMAGE=eclipse-temurin:11-jre

FROM debian:buster-slim as builder
FROM debian:bullseye-slim as builder

ARG TARGETARCH
ARG JANUS_VERSION=1.0.0-SNAPSHOT
Expand Down
4 changes: 2 additions & 2 deletions janusgraph-hbase/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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 && \
Expand All @@ -27,7 +27,7 @@ RUN rm -rf ./docs ./LEGAL ./*.txt ./*/*.cmd
COPY ./hbase-site.xml /opt/hbase/conf/hbase-site.xml
COPY ./hbase-policy.xml /opt/hbase/conf/hbase-policy.xml

FROM openjdk:8-jre-buster
FROM openjdk:8-jre-bullseye

ARG HBASE_UID=1000
ARG HBASE_GID=1000
Expand Down
Loading