diff --git a/Dockerfile b/Dockerfile index 6cd28c9..420f715 100755 --- a/Dockerfile +++ b/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 . diff --git a/README.md b/README.md index e629a0c..313f68a 100644 --- a/README.md +++ b/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 diff --git a/bootstrapfiles/shibui-1.6.0-RC1.jar.sha256sum b/bootstrapfiles/shibui-1.6.0-RC1.jar.sha256sum new file mode 100644 index 0000000..262f087 --- /dev/null +++ b/bootstrapfiles/shibui-1.6.0-RC1.jar.sha256sum @@ -0,0 +1 @@ +92fb92c57c3eec26dd249f854a346b90bb24ea427ae524423907698325d95633 shibui-1.6.0-RC1.jar diff --git a/test-compose/docker-compose.yml b/test-compose/docker-compose.yml index 3a1b239..f7a06a6 100755 --- a/test-compose/docker-compose.yml +++ b/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: