update remote cache test

This commit is contained in:
Guido Grazioli 2025-05-29 20:14:04 +02:00
commit b569e4e713
4 changed files with 23 additions and 26 deletions

View file

@ -2,20 +2,7 @@
driver:
name: docker
platforms:
- name: instance1
image: registry.access.redhat.com/ubi9/ubi-init:latest
pre_build_image: true
privileged: true
command: "/usr/sbin/init"
groups:
- keycloak
networks:
- name: rhbk
port_bindings:
- "8080/tcp"
- "8443/tcp"
- "9000/tcp"
- name: instance2
- name: keycloak1
image: registry.access.redhat.com/ubi9/ubi-init:latest
pre_build_image: true
privileged: true
@ -39,17 +26,6 @@ platforms:
- name: rhbk
port_bindings:
- "11222/tcp"
- name: infinispan2
image: registry.access.redhat.com/ubi9/ubi-init:latest
pre_build_image: true
privileged: true
command: "/usr/sbin/init"
groups:
- infinispan
networks:
- name: rhbk
port_bindings:
- "11222/tcp"
- name: postgres
image: ubuntu/postgres:14-22.04_beta
pre_build_image: true