mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-27 15:11:36 -07:00
Use jdk21 as default in debian
This commit is contained in:
parent
de0ea02272
commit
5c5e84b63e
3 changed files with 3 additions and 9 deletions
|
@ -3,7 +3,7 @@ driver:
|
|||
name: docker
|
||||
platforms:
|
||||
- name: instance
|
||||
image: ghcr.io/hspaans/molecule-containers:debian-11
|
||||
image: ghcr.io/hspaans/molecule-containers:debian-13
|
||||
pre_build_image: true
|
||||
privileged: true
|
||||
port_bindings:
|
||||
|
|
|
@ -7,11 +7,5 @@
|
|||
ansible.builtin.apt:
|
||||
name:
|
||||
- sudo
|
||||
# - openjdk-21-jdk-headless # this is not available in ghcr.io/hspaans/molecule-containers:debian-11 (neither in debian-12) since the images are using outdated package sources
|
||||
- openjdk-17-jdk-headless
|
||||
state: present
|
||||
- name: "Install iproute2"
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- openjdk-21-jdk-headless
|
||||
- iproute2
|
||||
state: present
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
keycloak_quarkus_varjvm_package: "{{ keycloak_quarkus_jvm_package | default('openjdk-17-jdk-headless') }}"
|
||||
keycloak_quarkus_varjvm_package: "{{ keycloak_quarkus_jvm_package | default('openjdk-21-jdk-headless') }}"
|
||||
keycloak_quarkus_prereq_package_list:
|
||||
- "{{ keycloak_quarkus_varjvm_package }}"
|
||||
- bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue