Skip to content

Commit

Permalink
Update COmanage Registry version to 3.3.1
Browse files Browse the repository at this point in the history
Update the COmanage Registry version for the 3.3.1 release.
  • Loading branch information
skoranda committed Oct 26, 2020
1 parent cca72a3 commit ef9a218
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
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.4
export COMANAGE_REGISTRY_VERSION=3.3.1
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.4
export COMANAGE_REGISTRY_VERSION=3.3.1
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.4-basic-auth-1
comanage-registry:3.3.1-basic-auth-1
```

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

```
export COMANAGE_REGISTRY_VERSION=3.3.0
export COMANAGE_REGISTRY_VERSION=3.3.1
export COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1
export COMANAGE_REGISTRY_CRON_IMAGE_VERSION=1
TAG="${COMANAGE_REGISTRY_VERSION}-${COMANAGE_REGISTRY_CRON_IMAGE_VERSION}"
Expand Down Expand Up @@ -165,7 +165,7 @@ To run this image:
docker run -d \
--name comanage-registry-cron \
-v /opt/comanage-registry-local:/srv/comanage-registry/local \
comanage-registry-cron:3.3.0-1
comanage-registry-cron:3.3.1-1
```

## Logging
Expand Down
4 changes: 2 additions & 2 deletions comanage-registry-internet2-tier/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.4
export COMANAGE_REGISTRY_VERSION=3.3.1
export COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1
export COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION=2
export COMANAGE_REGISTRY_I2_IMAGE_VERSION=1
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.4-internet2-tier-1
comanage-registry:3.3.1-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.4
export COMANAGE_REGISTRY_VERSION=3.3.1
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.4-mod-auth-openidc-1
comanage-registry:3.3.1-mod-auth-openidc-1
```

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

```
export COMANAGE_REGISTRY_VERSION=3.2.4
export COMANAGE_REGISTRY_VERSION=3.3.1
export COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1
export COMANAGE_REGISTRY_SHIBBOLETH_SP_VERSION=3.1.0
export COMANAGE_REGISTRY_SHIBBOLETH_SP_BASE_IMAGE_VERSION=1
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.4-shibboleth-sp-1
comanage-registry:3.3.1-shibboleth-sp-1
```

## Logging
Expand Down
2 changes: 1 addition & 1 deletion docs/comanage-registry-internet2-tier.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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.4
export COMANAGE_REGISTRY_VERSION=3.3.1
```

* Define the shell variable `COMANAGE_REGISTRY_BASE_IMAGE_VERSION` to be the
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.4
export COMANAGE_REGISTRY_VERSION=3.3.1
```

* Build the base COmanage Registry image:
Expand Down
2 changes: 1 addition & 1 deletion docs/mod-auth-openidc-mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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.1
export COMANAGE_REGISTRY_VERSION=3.3.1
```

* Define the shell variable `COMANAGE_REGISTRY_BASE_IMAGE_VERSION` to be the
Expand Down
2 changes: 1 addition & 1 deletion docs/shibboleth-sp-mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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.1
export COMANAGE_REGISTRY_VERSION=3.3.1
```

* Define the shell variable `COMANAGE_REGISTRY_BASE_IMAGE_VERSION` to be the
Expand Down
2 changes: 1 addition & 1 deletion docs/shibboleth-sp-postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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.1
export COMANAGE_REGISTRY_VERSION=3.3.1
```

* Define the shell variable `COMANAGE_REGISTRY_BASE_IMAGE_VERSION` to be the
Expand Down
2 changes: 1 addition & 1 deletion docs/volumes-and-data-persistence.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ docker run -d \
-v /opt/comanage-registry-local:/srv/comanage-registry/local \
-p 80:80 \
-p 443:443 \
comanage-registry:3.2.1-shibboleth-sp-1
comanage-registry:3.3.1-shibboleth-sp-1
```

After the image is instantiated into a container for the first time
Expand Down

0 comments on commit ef9a218

Please sign in to comment.