Skip to content

Commit

Permalink
Change references from 3.9-SNAPSHOT-stable to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Nov 12, 2018
1 parent 7f5767b commit b1dd605
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://jenkins.testbed.tier.internet2.edu/job/docker/job/midPoint_container/job/3.9-SNAPSHOT-stable/badge/icon)](https://jenkins.testbed.tier.internet2.edu/job/docker/job/midPoint_container/job/3.9-SNAPSHOT-stable/)
[![Build Status](https://jenkins.testbed.tier.internet2.edu/job/docker/job/midPoint_container/job/3.9/badge/icon)](https://jenkins.testbed.tier.internet2.edu/job/docker/job/midPoint_container/job/3.9/)

This repository contains sources for TIER-supported [midPoint](http://midpoint.evolveum.com) image.

Expand Down
2 changes: 1 addition & 1 deletion common.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
maintainer="tier"
imagename="midpoint"
tag="3.9-SNAPSHOT-stable"
tag="3.9"
2 changes: 1 addition & 1 deletion demo/complex/midpoint_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tier/midpoint:3.9-SNAPSHOT-stable
FROM tier/midpoint:3.9

MAINTAINER info@evolveum.com

Expand Down
2 changes: 1 addition & 1 deletion demo/extrepo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"

services:
midpoint_server:
image: tier/midpoint:3.9-SNAPSHOT-stable
image: tier/midpoint:3.9
ports:
- 8443:443
environment:
Expand Down
2 changes: 1 addition & 1 deletion demo/postgresql/docker-compose-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- midpoint_data:/var/lib/postgresql/data

midpoint_server:
image: tier/midpoint:3.9-SNAPSHOT-stable
image: tier/midpoint:3.9
ports:
- 8443:443
environment:
Expand Down
2 changes: 1 addition & 1 deletion demo/postgresql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- midpoint_data:/var/lib/postgresql/data

midpoint_server:
image: tier/midpoint:3.9-SNAPSHOT-stable
image: tier/midpoint:3.9
ports:
- 8443:443
environment:
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 @@ -18,7 +18,7 @@ services:
- CREATE_NEW_DATABASE=if_needed

midpoint_server:
image: tier/midpoint:3.9-SNAPSHOT-stable
image: tier/midpoint:3.9
ports:
- 8443:443
environment:
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 @@ -15,7 +15,7 @@ services:
- CREATE_NEW_DATABASE=if_needed

midpoint_server:
image: tier/midpoint:3.9-SNAPSHOT-stable
image: tier/midpoint:3.9
ports:
- 8443:443
environment:
Expand Down
2 changes: 1 addition & 1 deletion demo/simple/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- CREATE_NEW_DATABASE=if_needed

midpoint_server:
image: tier/midpoint:3.9-SNAPSHOT-stable
image: tier/midpoint:3.9
ports:
- 8443:443
environment:
Expand Down

0 comments on commit b1dd605

Please sign in to comment.