Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes for IdP v3.4.5 #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ENV java_version=8.0.212 \
java_hash=14136019014c020fee0fc13073d00388 \
jetty_version=9.3.27.v20190418 \
jetty_hash=7c7c80dd1c9f921771e2b1a05deeeec652d5fcaa \
idp_version=3.4.3 \
idp_hash=eb86bc7b6366ce2a44f97cae1b014d307b84257e3149469b22b2d091007309db \
idp_version=3.4.5 \
idp_hash=75a200b06be459db8f195caa40d5acc01e133cad9ebcc65cf00c324ae8321c4b \
dta_hash=2f547074b06952b94c35631398f36746820a7697 \
slf4j_version=1.7.25 \
slf4j_hash=da76ca59f6a57ee3102f8f9bd9cee742973efa8a \
Expand Down Expand Up @@ -92,7 +92,7 @@ FROM centos:centos7
LABEL maintainer="Unicon, Inc."\
idp.java.version="8.0.212" \
idp.jetty.version="9.3.27.v20190418" \
idp.version="3.4.3"
idp.version="3.4.5"

ENV JETTY_HOME=/opt/jetty-home \
JETTY_BASE=/opt/shib-jetty-base \
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
As of 10 Jan 2019 (v3.4.3), the build mechanism for this image has changed from the historical method to using multi-stage builds, which has several advantages for the image maintainers. This change should NOT impact image users, but please test and validate your deployment before pushing the new image directly into production. If you do find issues, please submit them at https://github.com/Unicon/shibboleth-idp-dockerized/issues.

## Overview
This Docker image contains a deployed Shibboleth IdP 3.4.3 running on OpenJDK-based Zulu 8 Update 212 and Jetty 9.3.27 running on the latest CentOS 7 base. This image is a base image and should be used to set the configuration with local changes.
This Docker image contains a deployed Shibboleth IdP 3.4.5 running on OpenJDK-based Zulu 8 Update 212 and Jetty 9.3.27 running on the latest CentOS 7 base. This image is a base image and should be used to set the configuration with local changes.

Every component (Java, Jetty, Shibboleth IdP, and extensions) in this image is verified using cryptographic hashes obtained from each vendor and stored in the `Dockerfile` directly. This makes the build essentially deterministic.

Expand All @@ -13,12 +13,13 @@ A working example of how this image can be used can be found at https://github.c
## Tags
Currently maintained tags:

* lastest: master branch
* 3.4.3 - The latest 3.4.3 image
* latest: master branch
* 3.4.5 - The latest 3.4.5 image

There are also date-based tags tied to versions to allow users to maintain consistency between minor changes, such as Jetty or Java version upgrades. See https://github.com/Unicon/shibboleth-idp-dockerized/wiki/Tags for details.

Retired tags:
* 3.4.3 - The latest 3.4.3 image
* 3.4.2 - The latest 3.4.2 image
* 3.4.1 - The latest 3.4.1 image
* 3.4.0 - The latest 3.4.0 image
Expand Down