Skip to content

Commit 113a219

Browse files
committed
Fix JVM test fixture base image
OpenJDK images were deprecated and have now been removed completely. Update to JVM 24 and migrate to the supported eclipse base image.
1 parent 4eb87e7 commit 113a219

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
sleep 5
5757
5858
# Pre-pull lots of the Docker images we'll want to use later
59-
echo node:14 golang:1.16 openjdk:16-alpine3.13 python:3.9-slim ruby:alpine3.13 php:8.0-apache |
59+
echo node:14 golang:1.16 eclipse-temurin:24-alpine python:3.9-slim ruby:alpine3.13 php:8.0-apache |
6060
DOCKER_HOST=$DIND_HOST xargs -P10 -n1 docker pull
6161
6262
- run: DOCKER_HOST=$DIND_HOST xvfb-run npm run test

test/fixtures/docker/java/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:16-alpine3.13
1+
FROM eclipse-temurin:24-alpine
22

33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)