Skip to content
Snippets Groups Projects
Commit d8ebcede authored by dgelessus's avatar dgelessus
Browse files

Switch CI from openjdk to eclipse-temurin images

The openjdk images are no longer updated, aside from early-access
builds. See:

* https://hub.docker.com/_/openjdk/
* https://github.com/docker-library/openjdk/issues/505
parent b45dd88d
Branches
Tags
No related merge requests found
Pipeline #115401 passed
image: openjdk:8-jdk-slim
image: eclipse-temurin:8
stages:
- test
......@@ -21,11 +21,11 @@ tests:
tests:jdk-11:
extends: tests
image: openjdk:11-jdk-slim
image: eclipse-temurin:11
tests:jdk-17:
extends: tests
image: openjdk:17-jdk-slim
image: eclipse-temurin:17
publish:
stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment