Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Upgrade to midPoint 4.8.4
  • Loading branch information
Slavek Licehammer committed Aug 21, 2024
1 parent e380d6f commit a6d9407
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions demo/grouper/docker-compose.yml
Expand Up @@ -2,7 +2,7 @@ version: "3.3"

services:
prereq:
image: evolveum/midpoint:${MP_VER:-4.8.3}-rockylinux
image: evolveum/midpoint:${MP_VER:-4.8.4}-rockylinux
command: >
bash -c "
echo ' - - - - - - -' ;
Expand Down Expand Up @@ -355,7 +355,7 @@ services:
- shared_pw:/mnt/shared_pw

data_init:
image: evolveum/midpoint:${MP_VER:-4.8.3}-rockylinux
image: evolveum/midpoint:${MP_VER:-4.8.4}-rockylinux
depends_on:
prereq:
condition: service_completed_successfully
Expand Down Expand Up @@ -396,7 +396,7 @@ services:
- ./midpoint_server:/opt/midpoint-init:ro

midpoint_server:
image: evolveum/midpoint:${MP_VER:-4.8.3}-rockylinux
image: evolveum/midpoint:${MP_VER:-4.8.4}-rockylinux
container_name: midpoint_server
hostname: midpoint-container
depends_on:
Expand Down
6 changes: 3 additions & 3 deletions demo/shibboleth-apache-sp/docker-compose.yml
Expand Up @@ -2,7 +2,7 @@ version: "3.3"

services:
prereq:
image: evolveum/midpoint:${MP_VER:-4.8.3}-rockylinux
image: evolveum/midpoint:${MP_VER:-4.8.4}-rockylinux
command: >
bash -c "
echo ' - - - - - - -' ;
Expand Down Expand Up @@ -100,7 +100,7 @@ services:
- shared_pw:/mnt/shared_pw

data_init:
image: evolveum/midpoint:${MP_VER:-4.8.3}-rockylinux
image: evolveum/midpoint:${MP_VER:-4.8.4}-rockylinux
depends_on:
prereq:
condition: service_completed_successfully
Expand Down Expand Up @@ -139,7 +139,7 @@ services:
- shared_pw:/mnt/shared_pw

midpoint_server:
image: evolveum/midpoint:${MP_VER:-4.8.3}-rockylinux
image: evolveum/midpoint:${MP_VER:-4.8.4}-rockylinux
container_name: midpoint_server
hostname: midpoint-container
depends_on:
Expand Down
6 changes: 3 additions & 3 deletions demo/shibboleth-midpoint-sp/docker-compose.yml
Expand Up @@ -2,7 +2,7 @@ version: "3.3"

services:
prereq:
image: evolveum/midpoint:${MP_VER:-4.8.3}-rockylinux
image: evolveum/midpoint:${MP_VER:-4.8.4}-rockylinux
command: >
bash -c "
echo ' - - - - - - -' ;
Expand Down Expand Up @@ -118,7 +118,7 @@ services:
- shared_pw:/mnt/shared_pw

data_init:
image: evolveum/midpoint:${MP_VER:-4.8.3}-rockylinux
image: evolveum/midpoint:${MP_VER:-4.8.4}-rockylinux
depends_on:
prereq:
condition: service_completed_successfully
Expand Down Expand Up @@ -157,7 +157,7 @@ services:
- shared_pw:/mnt/shared_pw

midpoint_server:
image: evolveum/midpoint:${MP_VER:-4.8.3}-rockylinux
image: evolveum/midpoint:${MP_VER:-4.8.4}-rockylinux
container_name: midpoint_server
hostname: midpoint-container
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions demo/simple/docker-compose.yml
Expand Up @@ -13,7 +13,7 @@ services:
- midpoint_data:/var/lib/postgresql/data

data_init:
image: evolveum/midpoint:${MP_VER:-4.8.3}-rockylinux
image: evolveum/midpoint:${MP_VER:-4.8.4}-rockylinux
command: >
bash -c "
cd /opt/midpoint ;
Expand All @@ -40,7 +40,7 @@ services:
- midpoint_home:/opt/midpoint/var

midpoint_server:
image: evolveum/midpoint:${MP_VER:-4.8.3}-rockylinux
image: evolveum/midpoint:${MP_VER:-4.8.4}-rockylinux
container_name: midpoint_server
hostname: midpoint-container
depends_on:
Expand Down

0 comments on commit a6d9407

Please sign in to comment.