Skip to content
Snippets Groups Projects
Commit 1c1a29b0 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 8b93387d
Branches
Tags
No related merge requests found
Pipeline #115400 passed
image: openjdk:8-jdk-slim image: eclipse-temurin:8
stages: stages:
- test - test
- deploy - deploy
...@@ -19,11 +19,11 @@ tests:jdk-8: ...@@ -19,11 +19,11 @@ tests:jdk-8:
tests:jdk-11: tests:jdk-11:
extends: .tests extends: .tests
image: openjdk:11-jdk-slim image: eclipse-temurin:11
tests:jdk-17: tests:jdk-17:
extends: .tests extends: .tests
image: openjdk:17-jdk-slim image: eclipse-temurin:17
publish: publish:
stage: deploy stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment