From 5aa09e1b429c5daa1cf0e8599ec87c06e2abf842 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Tue, 12 Mar 2019 11:45:32 -0400 Subject: [PATCH 1/4] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c8e10c..f2d332e 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.7 as bootstrap -ARG version=1.5.0 +ARG version=1.5.1 COPY bootstrapfiles/shibui-${version}.jar.sha256sum . From 1345fc124b55cb61890c4dd25dc4dbc01e0f8944 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Tue, 12 Mar 2019 11:49:49 -0400 Subject: [PATCH 2/4] sha digest --- bootstrapfiles/shibui-1.5.1.jar.sha256sum | 1 + 1 file changed, 1 insertion(+) create mode 100644 bootstrapfiles/shibui-1.5.1.jar.sha256sum diff --git a/bootstrapfiles/shibui-1.5.1.jar.sha256sum b/bootstrapfiles/shibui-1.5.1.jar.sha256sum new file mode 100644 index 0000000..5edd821 --- /dev/null +++ b/bootstrapfiles/shibui-1.5.1.jar.sha256sum @@ -0,0 +1 @@ +1df0316ac63151d072de29448e26aabef9b3b967 shibui-1.5.1.jar From a00c5904ed6b268f439b02d7943c89ed0854fc9c Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Tue, 12 Mar 2019 11:50:56 -0400 Subject: [PATCH 3/4] Update shibui-1.5.1.jar.sha256sum --- bootstrapfiles/shibui-1.5.1.jar.sha256sum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrapfiles/shibui-1.5.1.jar.sha256sum b/bootstrapfiles/shibui-1.5.1.jar.sha256sum index 5edd821..251c4e6 100644 --- a/bootstrapfiles/shibui-1.5.1.jar.sha256sum +++ b/bootstrapfiles/shibui-1.5.1.jar.sha256sum @@ -1 +1 @@ -1df0316ac63151d072de29448e26aabef9b3b967 shibui-1.5.1.jar +8f7849b40dee9e7fdd61bcc479254da268f936f34c82989fe33afa0f07802baa shibui-1.5.1.jar From 8e77903b079a39f9a6d4ab456478a2eab0fa3722 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Tue, 12 Mar 2019 11:52:40 -0400 Subject: [PATCH 4/4] Update docker-compose.yml --- test-compose/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-compose/docker-compose.yml b/test-compose/docker-compose.yml index 29f26cf..4d93c8f 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.0 + image: tier/shib-idp-ui:1.5.1 depends_on: - db ports: