Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Finalize renaming the image to i2incommon/midpoint
The image was renamed in 56c76a5 but in
order to work, it has to be changed in additional files.
Slavek Licehammer committed Dec 1, 2021
1 parent 4e446b4 commit 2832b94
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demo/grouper/docker-compose.yml
@@ -173,7 +173,7 @@ services:
- CREATE_NEW_DATABASE=if_needed

data_init:
image: tier/midpoint:${tag:-4.4}
image: i2incommon/midpoint:${tag:-4.4}
command: >
bash -c "
chmod 777 /opt/mp-pw/ ;
2 changes: 1 addition & 1 deletion demo/grouper/midpoint_server/Dockerfile
@@ -1,6 +1,6 @@
ARG tag=4.4

FROM tier/midpoint:${tag}
FROM i2incommon/midpoint:${tag}

MAINTAINER info@evolveum.com

2 changes: 1 addition & 1 deletion demo/shibboleth/docker-compose-tests.yml
@@ -5,7 +5,7 @@ version: "3.3"

services:
data_init:
image: tier/midpoint:${tag:-4.4}
image: i2incommon/midpoint:${tag:-4.4}
command: >
bash -c "
chmod 777 /opt/mp-pw/ ;
2 changes: 1 addition & 1 deletion demo/shibboleth/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.3"

services:
data_init:
image: tier/midpoint:${tag:-4.4}
image: i2incommon/midpoint:${tag:-4.4}
command: >
bash -c "
chmod 777 /opt/mp-pw/ ;
2 changes: 1 addition & 1 deletion demo/shibboleth/midpoint_server/Dockerfile
@@ -1,6 +1,6 @@
ARG tag=4.4

FROM tier/midpoint:${tag}
FROM i2incommon/midpoint:${tag}

MAINTAINER info@evolveum.com

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

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

midpoint_server:
image: tier/midpoint:${tag:-4.4}
image: i2incommon/midpoint:${tag:-4.4}
depends_on:
- data_init
- midpoint_data

0 comments on commit 2832b94

Please sign in to comment.