Skip to content

1.6.0 rc1 #6

Merged
merged 4 commits into from Nov 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 .

Expand All @@ -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 .

Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down
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
Expand Up @@ -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:
Expand Down