Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #6 from docker/1.6.0-RC1
1.6.0 rc1
chubing committed Nov 6, 2019
2 parents 44574e0 + 1d1964f commit ccd9fe3
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
@@ -1,6 +1,6 @@
FROM alpine:3.7 as bootstrap

ARG version=1.5.3
ARG version=1.6.0-RC1

COPY bootstrapfiles/shibui-${version}.jar.sha256sum .

@@ -11,9 +11,9 @@ FROM centos:7

# beacon env
ENV VERSION=${version} \
TIERVERSION=18xxxx \
TIERVERSION=191010 \
IMAGE=shibboleth_idp_ui \
MAINTAINER=xxxx
MAINTAINER=InCommon

COPY containerfiles/RPM-GPG-KEY-azulsystems .

4 changes: 4 additions & 0 deletions README.md
@@ -58,6 +58,10 @@ You can then get started like above:
http://localhost:8080
```

The default userid is: root

The default password is: letmein7

### Default Properties

This is a reflection of the default `application.properties` file included in the distribution. Note that lines
1 change: 1 addition & 0 deletions bootstrapfiles/shibui-1.6.0-RC1.jar.sha256sum
@@ -0,0 +1 @@
92fb92c57c3eec26dd249f854a346b90bb24ea427ae524423907698325d95633 shibui-1.6.0-RC1.jar
2 changes: 1 addition & 1 deletion test-compose/docker-compose.yml
@@ -16,7 +16,7 @@ services:
volumes:
- mariadb-data:/var/lib/mysql
shibui:
image: tier/shib-idp-ui:1.5.3
image: tier/shib-idp-ui:1.6.0-RC1
depends_on:
- db
ports:

0 comments on commit ccd9fe3

Please sign in to comment.