Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump Image for cron to 4.4.2 version
Ioannis committed Mar 24, 2025
1 parent d4ba086 commit 2cf54e4
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -5,7 +5,7 @@ pipeline {
maintainer_credential_ref = 'dockerhub-tier'
imagename = 'g'
tag = 'l'
version='4.4.1'
version='4.4.2'
}
stages {
stage('Setting build context') {
2 changes: 1 addition & 1 deletion comanage-registry-base/README.md
@@ -53,7 +53,7 @@ docker build \
## Building Example

```
export COMANAGE_REGISTRY_VERSION=4.4.1
export COMANAGE_REGISTRY_VERSION=4.4.2
export COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1
TAG="${COMANAGE_REGISTRY_VERSION}-${COMANAGE_REGISTRY_BASE_IMAGE_VERSION}"
docker build \
2 changes: 1 addition & 1 deletion comanage-registry-cron/README.md
@@ -52,7 +52,7 @@ docker build \
## Building Example

```
export COMANAGE_REGISTRY_VERSION=4.4.1
export COMANAGE_REGISTRY_VERSION=4.4.2
export COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1
export COMANAGE_REGISTRY_CRON_IMAGE_VERSION=1
TAG="${COMANAGE_REGISTRY_VERSION}-${COMANAGE_REGISTRY_CRON_IMAGE_VERSION}"
4 changes: 2 additions & 2 deletions comanage-registry-internet2-tier/README.md
@@ -58,7 +58,7 @@ docker build \
## Building Example

```
export COMANAGE_REGISTRY_VERSION=4.4.1
export COMANAGE_REGISTRY_VERSION=4.4.2
export COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1
export COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION=1
export COMANAGE_REGISTRY_I2_IMAGE_VERSION=1
@@ -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:4.4.1-internet2-tier-1
comanage-registry:4.4.2-internet2-tier-1
```

## Logging
2 changes: 1 addition & 1 deletion common.bash
@@ -1,3 +1,3 @@
maintainer="i2incommon"
imagename="comanage-registry"
COMANAGE_REGISTRY_VERSION="4.4.1"
COMANAGE_REGISTRY_VERSION="4.4.2"
2 changes: 1 addition & 1 deletion docs/comanage-registry-internet2-tier.md
@@ -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=4.4.1
export COMANAGE_REGISTRY_VERSION=4.4.2
```

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

* Build the base COmanage Registry image:

0 comments on commit 2cf54e4

Please sign in to comment.