File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414
1515ARG BASE_IMAGE=eclipse-temurin:11-jre
1616
17- FROM debian:buster -slim as builder
17+ FROM debian:bullseye -slim as builder
1818
1919ARG TARGETARCH
2020ARG JANUS_VERSION=1.0.0-SNAPSHOT
Original file line number Diff line number Diff line change 1414
1515FROM debian:bookworm-20240211 as builder
1616
17- ARG HBASE_VERSION=2.5 .0
17+ ARG HBASE_VERSION=2.6 .0
1818ARG HBASE_DIST="https://archive.apache.org/dist/hbase"
1919
2020RUN apt-get update && \
@@ -27,7 +27,7 @@ RUN rm -rf ./docs ./LEGAL ./*.txt ./*/*.cmd
2727COPY ./hbase-site.xml /opt/hbase/conf/hbase-site.xml
2828COPY ./hbase-policy.xml /opt/hbase/conf/hbase-policy.xml
2929
30- FROM openjdk:8-jre-buster
30+ FROM openjdk:8-jre-bullseye
3131
3232ARG HBASE_UID=1000
3333ARG HBASE_GID=1000
You can’t perform that action at this time.
0 commit comments