fix: switch to ubuntu 24.10 on both because debian has old glibc
This commit is contained in:
parent
bdf1245e9a
commit
c745437fdf
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:24.04 AS build
|
FROM ubuntu:24.10 AS build
|
||||||
|
|
||||||
# partly copied from mkdocker.sh
|
# partly copied from mkdocker.sh
|
||||||
# Copyright IBM Corp (Eclipse Public License 2.0)
|
# Copyright IBM Corp (Eclipse Public License 2.0)
|
||||||
|
@ -35,7 +35,7 @@ RUN mv ./* /build/dist/
|
||||||
|
|
||||||
# ------
|
# ------
|
||||||
|
|
||||||
FROM debian:12-slim AS run
|
FROM ubuntu:24.10 AS run
|
||||||
|
|
||||||
COPY --from=build /build/dist/jre /usr/lib/jvm/openj9-jre
|
COPY --from=build /build/dist/jre /usr/lib/jvm/openj9-jre
|
||||||
RUN ln -s /usr/lib/jvm/openj9-jre/bin/java /usr/bin/java
|
RUN ln -s /usr/lib/jvm/openj9-jre/bin/java /usr/bin/java
|
||||||
|
|
1
Dockerfile.piped
Normal file
1
Dockerfile.piped
Normal file
|
@ -0,0 +1 @@
|
||||||
|
FROM git.dc09.ru/darkcat09/openj9:latest AS build
|
Loading…
Add table
Reference in a new issue