Skip to content

4.4.1 #9

merged 17 commits into from Mar 8, 2022
Prev Previous commit
Next Next commit
Update to midPoint 4.4.1
Slavek Licehammer committed Feb 22, 2022
commit 1795874c5d325fd1eb69575458381d2ee8f7142e
2 changes: 1 addition & 1 deletion common.bash
@@ -1,3 +1,3 @@
maintainer="i2incommon"
imagename="midpoint"
tag="4.4"
tag="4.4.1"
4 changes: 2 additions & 2 deletions demo/grouper/docker-compose.yml
@@ -173,7 +173,7 @@ services:
- CREATE_NEW_DATABASE=if_needed

data_init:
image: i2incommon/midpoint:${tag:-4.4}
image: i2incommon/midpoint:${tag:-4.4.1}
command: >
bash -c "
chmod 777 /opt/mp-pw/ ;
@@ -229,7 +229,7 @@ services:
build:
context: ./midpoint_server/
args:
tag: ${tag:-4.4}
tag: ${tag:-4.4.1}
depends_on:
- data_init
- midpoint_data
2 changes: 1 addition & 1 deletion demo/grouper/midpoint_server/Dockerfile
@@ -1,4 +1,4 @@
ARG tag=4.4
ARG tag=4.4.1

FROM i2incommon/midpoint:${tag}

4 changes: 2 additions & 2 deletions demo/shibboleth/docker-compose-tests.yml
@@ -5,7 +5,7 @@ version: "3.3"

services:
data_init:
image: i2incommon/midpoint:${tag:-4.4}
image: i2incommon/midpoint:${tag:-4.4.1}
command: >
bash -c "
chmod 777 /opt/mp-pw/ ;
@@ -61,7 +61,7 @@ services:
build:
context: ./midpoint_server/
args:
tag: ${tag:-4.4}
tag: ${tag:-4.4.1}
command: /usr/local/bin/startup.sh
depends_on:
- data_init
4 changes: 2 additions & 2 deletions demo/shibboleth/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.3"

services:
data_init:
image: i2incommon/midpoint:${tag:-4.4}
image: i2incommon/midpoint:${tag:-4.4.1}
command: >
bash -c "
chmod 777 /opt/mp-pw/ ;
@@ -58,7 +58,7 @@ services:
build:
context: ./midpoint_server/
args:
tag: ${tag:-4.4}
tag: ${tag:-4.4.1}
command: /usr/local/bin/startup.sh
depends_on:
- data_init
2 changes: 1 addition & 1 deletion demo/shibboleth/midpoint_server/Dockerfile
@@ -1,4 +1,4 @@
ARG tag=4.4
ARG tag=4.4.1

FROM i2incommon/midpoint:${tag}

4 changes: 2 additions & 2 deletions demo/simple/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.3"

services:
data_init:
image: i2incommon/midpoint:${tag:-4.4}
image: i2incommon/midpoint:${tag:-4.4.1}
command: >
bash -c "
chmod 777 /opt/mp-pw/ ;
@@ -57,7 +57,7 @@ services:
- mp_pw:/opt/mp-pw

midpoint_server:
image: i2incommon/midpoint:${tag:-4.4}
image: i2incommon/midpoint:${tag:-4.4.1}
depends_on:
- data_init
- midpoint_data
2 changes: 1 addition & 1 deletion download-midpoint.sh
@@ -10,7 +10,7 @@ else
# But if we need to incorporate interim changes to I2 distribution during
# midPoint development cycle, we can specify concrete file from "midpoint-tier"
# download directory by using its name (like "latest-stable").
MP_VERSION="4.4"
MP_VERSION="4.4.1"
else
MP_VERSION=$tag
fi