Skip to content
Permalink
Browse files
Update to midPoint 4.4.1
  • Loading branch information
Slavek Licehammer committed Feb 22, 2022
1 parent 932b562 commit 1795874c5d325fd1eb69575458381d2ee8f7142e
Showing 8 changed files with 12 additions and 12 deletions.
@@ -1,3 +1,3 @@
maintainer="i2incommon"
imagename="midpoint"
tag="4.4"
tag="4.4.1"
@@ -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
@@ -1,4 +1,4 @@
ARG tag=4.4
ARG tag=4.4.1

FROM i2incommon/midpoint:${tag}

@@ -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
@@ -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
@@ -1,4 +1,4 @@
ARG tag=4.4
ARG tag=4.4.1

FROM i2incommon/midpoint:${tag}

@@ -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
@@ -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

0 comments on commit 1795874

Please sign in to comment.