Skip to content

Commit

Permalink
Finalize renaming the image to i2incommon/midpoint
Browse files Browse the repository at this point in the history
The image was renamed in 56c76a5 but in
order to work, it has to be changed in additional files.
  • Loading branch information
Slavek Licehammer committed Dec 1, 2021
1 parent 4e446b4 commit 2832b94
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demo/grouper/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/ ;
Expand Down
2 changes: 1 addition & 1 deletion demo/grouper/midpoint_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG tag=4.4

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

MAINTAINER info@evolveum.com

Expand Down
2 changes: 1 addition & 1 deletion demo/shibboleth/docker-compose-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/ ;
Expand Down
2 changes: 1 addition & 1 deletion demo/shibboleth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/ ;
Expand Down
2 changes: 1 addition & 1 deletion demo/shibboleth/midpoint_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG tag=4.4

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

MAINTAINER info@evolveum.com

Expand Down
4 changes: 2 additions & 2 deletions demo/simple/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/ ;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2832b94

Please sign in to comment.