Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update documentation to reflect release 3.3.3
Update the documentation to reflect the release of COmanage
Registry version 3.3.3.
  • Loading branch information
skoranda committed May 24, 2021
1 parent 5d16e28 commit 610b497
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion comanage-registry-base/README.md
Expand Up @@ -53,7 +53,7 @@ docker build \
## Building Example

```
export COMANAGE_REGISTRY_VERSION=3.3.1
export COMANAGE_REGISTRY_VERSION=3.3.3
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-develop/README.md
Expand Up @@ -59,7 +59,7 @@ docker build \
## Building Example

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

## Logging
Expand Down
4 changes: 2 additions & 2 deletions comanage-registry-basic-auth/README.md
Expand Up @@ -58,7 +58,7 @@ docker build \
## Building Example

```
export COMANAGE_REGISTRY_VERSION=3.3.1
export COMANAGE_REGISTRY_VERSION=3.3.3
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.3.1-basic-auth-1
comanage-registry:3.3.3-basic-auth-1
```

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

```
export COMANAGE_REGISTRY_VERSION=3.3.1
export COMANAGE_REGISTRY_VERSION=3.3.3
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.1-1
comanage-registry-cron:3.3.3-1
```

## Logging
Expand Down
6 changes: 3 additions & 3 deletions comanage-registry-internet2-tier/README.md
Expand Up @@ -58,9 +58,9 @@ docker build \
## Building Example

```
export COMANAGE_REGISTRY_VERSION=3.3.1
export COMANAGE_REGISTRY_VERSION=3.3.3
export COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1
export COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION=2
export COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION=1
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.3.1-internet2-tier-1
comanage-registry:3.3.3-internet2-tier-1
```

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

```
export COMANAGE_REGISTRY_VERSION=3.3.1
export COMANAGE_REGISTRY_VERSION=3.3.3
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.3.1-mod-auth-openidc-1
comanage-registry:3.3.3-mod-auth-openidc-1
```

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

```
export COMANAGE_REGISTRY_VERSION=3.3.1
export COMANAGE_REGISTRY_VERSION=3.3.3
export COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1
export COMANAGE_REGISTRY_SHIBBOLETH_SP_VERSION=3.1.0
export COMANAGE_REGISTRY_SHIBBOLETH_SP_VERSION=3.2.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.3.1-shibboleth-sp-1
comanage-registry:3.3.3-shibboleth-sp-1
```

## Logging
Expand Down
2 changes: 1 addition & 1 deletion docs/comanage-registry-internet2-tier.md
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.3.1
export COMANAGE_REGISTRY_VERSION=3.3.3
```

* Define the shell variable `COMANAGE_REGISTRY_BASE_IMAGE_VERSION` to be the
Expand Down
2 changes: 1 addition & 1 deletion docs/evaluation.md
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.3.1
export COMANAGE_REGISTRY_VERSION=3.3.3
```

* Build the base COmanage Registry image:
Expand Down
2 changes: 1 addition & 1 deletion docs/mod-auth-openidc-mariadb.md
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.3.1
export COMANAGE_REGISTRY_VERSION=3.3.3
```

* 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
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.3.1
export COMANAGE_REGISTRY_VERSION=3.3.3
```

* 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
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.3.1
export COMANAGE_REGISTRY_VERSION=3.3.3
```

* Define the shell variable `COMANAGE_REGISTRY_BASE_IMAGE_VERSION` to be the
Expand Down
2 changes: 1 addition & 1 deletion docs/simple-development-plugin-mariadb.md
Expand Up @@ -48,7 +48,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.3.1
export COMANAGE_REGISTRY_VERSION=3.3.3
```

## Build necessary images
Expand Down
2 changes: 1 addition & 1 deletion docs/volumes-and-data-persistence.md
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.3.1-shibboleth-sp-1
comanage-registry:3.3.3-shibboleth-sp-1
```

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

0 comments on commit 610b497

Please sign in to comment.