mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci: Update openj9 container images
The AdoptOpenJDK docker images have been deprecated in favor of eclipse-temurin. https://github.com/AdoptOpenJDK/openjdk-docker/pull/604 Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
This commit is contained in:
parent
0b2a7223bb
commit
8567a09524
2 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# FIXME: Replace with eclipse-temurin once Alpine support has been added.
|
||||
# https://github.com/adoptium/containers/pull/60
|
||||
FROM adoptopenjdk/openjdk8-openj9:alpine
|
||||
ARG CC=gcc
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM adoptopenjdk/openjdk8-openj9:latest
|
||||
FROM docker.io/library/eclipse-temurin:8-focal
|
||||
ARG CC=gcc
|
||||
|
||||
COPY scripts/ci/apt-install /bin/apt-install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue