Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Loading status checks…
Merge pull request #7 from docker/1.7.0-RC2
1.7.0 rc2
Showing
7 changed files
with
12 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
efb9a961c209db19d403fb81e00037c5339d1af0f141bdaa2c27489708d5cf16 shibui-1.7.0-RC1.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
894e4163b4d1581a4587032bf6ea2df21244421445da368babae909f45c4df4b shibui-1.7.0-RC2.war |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
maintainer="tier" | ||
imagename="shib-idp-ui" | ||
version=1.4.1 | ||
version=1.7.0-RC2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM tier/shib-idp:3.4.0_181002 | ||
FROM tier/shib-idp:latest | ||
|
||
COPY container-files/conf/* /opt/shibboleth-idp/conf/ | ||
COPY container-files/credentials/* /opt/shibboleth-idp/credentials/ | ||
COPY container-files/metadata/* /opt/shibboleth-idp/metadata | ||
COPY container-files/tomcat-conf/server.xml /usr/local/tomcat/conf/test.xml | ||
COPY container-files/tomcat-conf/idp-browser.p12 /opt/certs | ||
COPY container-files/tomcat-conf/idp-browser.p12 /opt/certs |