Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/build/Dockerfile.hotspot-alpine (renamed from scripts/build/Dockerfile.openj9-alpine)5
-rw-r--r--scripts/build/Dockerfile.hotspot-ubuntu (renamed from scripts/build/Dockerfile.openj9-ubuntu)0
2 files changed, 1 insertions, 4 deletions
diff --git a/scripts/build/Dockerfile.openj9-alpine b/scripts/build/Dockerfile.hotspot-alpine
index f92011283..d6e6e5130 100644
--- a/scripts/build/Dockerfile.openj9-alpine
+++ b/scripts/build/Dockerfile.hotspot-alpine
@@ -1,6 +1,4 @@
-# FIXME: Replace with eclipse-temurin once Alpine support has been added.
-# https://github.com/adoptium/containers/pull/60
-FROM adoptopenjdk/openjdk8-openj9:alpine
+FROM docker.io/library/eclipse-temurin:8-alpine
ARG CC=gcc
RUN apk update && apk add \
@@ -29,4 +27,3 @@ WORKDIR /criu
RUN make mrproper && make -j $(nproc) CC="$CC"
ENTRYPOINT mvn -q -f test/javaTests/pom.xml test
-
diff --git a/scripts/build/Dockerfile.openj9-ubuntu b/scripts/build/Dockerfile.hotspot-ubuntu
index 8936adf81..8936adf81 100644
--- a/scripts/build/Dockerfile.openj9-ubuntu
+++ b/scripts/build/Dockerfile.hotspot-ubuntu