Skip to content

Commit

Permalink
Updates for COmanage Registry 3.2.4 release
Browse files Browse the repository at this point in the history
Updates for the COmanage Registry 3.2.4 release.
  • Loading branch information
skoranda committed Apr 30, 2020
1 parent 5f48e79 commit bd11ced
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion comanage-registry-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM php:7.3.13-apache-buster
FROM php:7.3.17-apache-buster

# Official PHP image with Apache HTTPD includes
# --with-openssl
Expand Down
2 changes: 1 addition & 1 deletion comanage-registry-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ docker build \
## Building Example

```
export COMANAGE_REGISTRY_VERSION=3.2.1
export COMANAGE_REGISTRY_VERSION=3.2.4
export COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1
TAG="${COMANAGE_REGISTRY_VERSION}-${COMANAGE_REGISTRY_BASE_IMAGE_VERSION}"
docker build \
Expand Down
4 changes: 2 additions & 2 deletions comanage-registry-basic-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ docker build \
## Building Example

```
export COMANAGE_REGISTRY_VERSION=3.2.1
export COMANAGE_REGISTRY_VERSION=3.2.4
export COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1
export COMANAGE_REGISTRY_BASIC_AUTH_IMAGE_VERSION=1
TAG="${COMANAGE_REGISTRY_VERSION}-basic-auth-${COMANAGE_REGISTRY_BASIC_AUTH_IMAGE_VERSION}"
Expand Down Expand Up @@ -110,7 +110,7 @@ docker run -d \
-v /opt/comanage-registry-local:/srv/comanage-registry/local \
-p 80:80 \
-p 443:443 \
comanage-registry:3.2.1-basic-auth-1
comanage-registry:3.2.4-basic-auth-1
```

## Logging
Expand Down
2 changes: 1 addition & 1 deletion comanage-registry-internet2-tier-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# limitations under the License.
FROM centos:centos7 AS php-build

ARG PHP_VERSION=7.3.13
ARG PHP_VERSION=7.3.17
ARG PHP_SRC_URL=https://github.com/php/php-src/archive/php-${PHP_VERSION}.tar.gz

RUN yum -y install epel-release \
Expand Down
2 changes: 1 addition & 1 deletion comanage-registry-internet2-tier-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ docker build \
## Building Example

```
export COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION=1
export COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION=2
TAG="${COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION}"
docker build \
-t comanage-registry-internet2-tier-base:${TAG} .
Expand Down
4 changes: 2 additions & 2 deletions comanage-registry-internet2-tier/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# limitations under the License.
ARG COMANAGE_REGISTRY_VERSION=develop
ARG COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1
ARG COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION=1
ARG COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION=2

FROM comanage-registry-base:${COMANAGE_REGISTRY_VERSION}-${COMANAGE_REGISTRY_BASE_IMAGE_VERSION} AS comanage

Expand Down Expand Up @@ -138,7 +138,7 @@ EXPOSE 80 443
# following line (to prevent other scripts from processing it).
##### ENV TIER_BEACON_OPT_OUT True

ENV TIER_RELEASE=180501
ENV TIER_RELEASE=200430
ENV TIER_MAINTAINER=tier

ENTRYPOINT ["docker-supervisord-entrypoint"]
6 changes: 3 additions & 3 deletions comanage-registry-internet2-tier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ docker build \
## Building Example

```
export COMANAGE_REGISTRY_VERSION=3.2.1
export COMANAGE_REGISTRY_VERSION=3.2.4
export COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1
export COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION=1
export COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION=2
export COMANAGE_REGISTRY_I2_IMAGE_VERSION=1
TAG="${COMANAGE_REGISTRY_VERSION}-internet2-tier-${COMANAGE_REGISTRY_I2_IMAGE_VERSION}"
docker build \
Expand Down Expand Up @@ -134,7 +134,7 @@ docker run -d \
-v /etc/shibboleth/my-org-metadata.xml:/etc/shibboleth/my-org-metadata.xml \
-p 80:80 \
-p 443:443 \
comanage-registry:3.2.1-internet2-tier-1
comanage-registry:3.2.4-internet2-tier-1
```

## Logging
Expand Down
4 changes: 2 additions & 2 deletions comanage-registry-mod-auth-openidc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ docker build \
## Building Example

```
export COMANAGE_REGISTRY_VERSION=3.2.1
export COMANAGE_REGISTRY_VERSION=3.2.4
export COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1
export COMANAGE_REGISTRY_MOD_AUTH_OPENIDC_IMAGE_VERSION=1
TAG="${COMANAGE_REGISTRY_VERSION}-mod-auth-openidc-${COMANAGE_REGISTRY_MOD_AUTH_OPENIDC_IMAGE_VERSION}"
Expand Down Expand Up @@ -129,7 +129,7 @@ docker run -d \
-v mod-auth-openidc.conf:/etc/apache2/conf-enabled/mod-auth-openidc.conf \
-p 80:80 \
-p 443:443 \
comanage-registry:3.2.1-mod-auth-openidc-1
comanage-registry:3.2.4-mod-auth-openidc-1
```

## Logging
Expand Down
6 changes: 3 additions & 3 deletions comanage-registry-shibboleth-sp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ docker build \
## Building Example

```
export COMANAGE_REGISTRY_VERSION=3.2.1
export COMANAGE_REGISTRY_VERSION=3.2.4
export COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1
export COMANAGE_REGISTRY_SHIBBOLETH_SP_VERSION=3.0.3
export COMANAGE_REGISTRY_SHIBBOLETH_SP_VERSION=3.1.0
export COMANAGE_REGISTRY_SHIBBOLETH_SP_BASE_IMAGE_VERSION=1
export COMANAGE_REGISTRY_SHIBBOLETH_SP_IMAGE_VERSION=1
TAG="${COMANAGE_REGISTRY_VERSION}-shibboleth-sp-${COMANAGE_REGISTRY_SHIBBOLETH_SP_IMAGE_VERSION}"
Expand Down Expand Up @@ -115,7 +115,7 @@ docker run -d \
-v /etc/shibboleth/my-org-metadata.xml:/etc/shibboleth/my-org-metadata.xml \
-p 80:80 \
-p 443:443 \
comanage-registry:3.2.1-shibboleth-sp-1
comanage-registry:3.2.4-shibboleth-sp-1
```

## Logging
Expand Down
2 changes: 1 addition & 1 deletion docs/evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ wiki page for the list of releases. We recommend using the latest release.
Here is an example (but please check the wiki page for the latest release number):

```
export COMANAGE_REGISTRY_VERSION=3.2.3
export COMANAGE_REGISTRY_VERSION=3.2.4
```

* Build the base COmanage Registry image:
Expand Down

0 comments on commit bd11ced

Please sign in to comment.