Skip to content
Permalink
Browse files
bump php to 8.0.30 and Registry version to 4.3.0-rc1
  • Loading branch information
satkinson committed Aug 25, 2023
1 parent fa9f453 commit 71eac75fe4a745b9be773e781024e00022b63dc7
Showing 10 changed files with 11 additions and 11 deletions.
@@ -5,7 +5,7 @@ pipeline {
maintainer_credential_ref = 'dockerhub-tier'
imagename = 'g'
tag = 'l'
version='4.2.1'
version='4.3.0-rc1'
}
stages {
stage('Setting build context') {
@@ -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:8.0.29-apache-bullseye
FROM php:8.0.30-apache-bullseye

# Official PHP image with Apache HTTPD includes
# --with-openssl
@@ -53,7 +53,7 @@ docker build \
## Building Example

```
export COMANAGE_REGISTRY_VERSION=4.2.1
export COMANAGE_REGISTRY_VERSION=4.3.0-rc1
export COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1
TAG="${COMANAGE_REGISTRY_VERSION}-${COMANAGE_REGISTRY_BASE_IMAGE_VERSION}"
docker build \
@@ -52,7 +52,7 @@ docker build \
## Building Example

```
export COMANAGE_REGISTRY_VERSION=4.2.1
export COMANAGE_REGISTRY_VERSION=4.3.0-rc1
export COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1
export COMANAGE_REGISTRY_CRON_IMAGE_VERSION=1
TAG="${COMANAGE_REGISTRY_VERSION}-${COMANAGE_REGISTRY_CRON_IMAGE_VERSION}"
@@ -25,7 +25,7 @@ RUN yum -y remove \
postgresql-devel \
postgresql

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

RUN yum -y install epel-release \
@@ -145,7 +145,7 @@ EXPOSE 80 443
# following line (to prevent other scripts from processing it).
##### ENV TIER_BEACON_OPT_OUT True

ENV TIER_RELEASE=230725
ENV TIER_RELEASE=230825
ENV TIER_MAINTAINER=tier

WORKDIR /srv/comanage-registry
@@ -58,7 +58,7 @@ docker build \
## Building Example

```
export COMANAGE_REGISTRY_VERSION=4.2.1
export COMANAGE_REGISTRY_VERSION=4.3.0-rc1
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.2.1-internet2-tier-1
comanage-registry:4.3.0-rc1-internet2-tier-1
```

## Logging
@@ -1,3 +1,3 @@
maintainer="i2incommon"
imagename="comanage-registry"
COMANAGE_REGISTRY_VERSION="4.2.1"
COMANAGE_REGISTRY_VERSION="4.3.0-rc1"
@@ -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.2.1
export COMANAGE_REGISTRY_VERSION=4.3.0-rc1
```

* Define the shell variable `COMANAGE_REGISTRY_BASE_IMAGE_VERSION` to be the
@@ -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.2.1
export COMANAGE_REGISTRY_VERSION=4.3.0-rc1
```

* Build the base COmanage Registry image:

0 comments on commit 71eac75

Please sign in to comment.