Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
upgrade php to 8.1.23 and bump Match to v1.2.0
  • Loading branch information
satkinson committed Sep 30, 2023
1 parent 18de9e0 commit 3b4657d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -5,7 +5,7 @@ pipeline {
maintainer_credential_ref = 'dockerhub-tier'
imagename = 'g'
tag = 'l'
version='1.1.1'
version='1.2.0'
}
stages {
stage('Setting build context') {
Expand Down
2 changes: 1 addition & 1 deletion comanage-match-base/Dockerfile
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:8.1.21-apache-bullseye
FROM php:8.1.23-apache-bullseye

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

```
export COMANAGE_MATCH_VERSION=1.1.1
export COMANAGE_MATCH_VERSION=1.2.0
export COMANAGE_MATCH_BASE_IMAGE_VERSION=1
TAG="${COMANAGE_MATCH_VERSION}-${COMANAGE_MATCH_BASE_IMAGE_VERSION}"
docker build \
Expand Down
2 changes: 1 addition & 1 deletion comanage-match-internet2-tap-base/Dockerfile
Expand Up @@ -25,7 +25,7 @@ RUN yum -y remove \
postgresql-devel \
postgresql

ARG PHP_VERSION=8.1.21
ARG PHP_VERSION=8.1.23
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-match-internet2-tap/Dockerfile
Expand Up @@ -141,7 +141,7 @@ EXPOSE 80 443
# following line (to prevent other scripts from processing it).
##### ENV TIER_BEACON_OPT_OUT True

ENV TIER_RELEASE=230726
ENV TIER_RELEASE=230929
ENV TIER_MAINTAINER=tier

ENTRYPOINT ["docker-supervisord-entrypoint"]
4 changes: 2 additions & 2 deletions comanage-match-internet2-tap/README.md
Expand Up @@ -59,7 +59,7 @@ docker build \
## Building Example

```
export COMANAGE_MATCH_VERSION=1.1.1
export COMANAGE_MATCH_VERSION=1.2.0
export COMANAGE_MATCH_BASE_IMAGE_VERSION=1
export COMANAGE_MATCH_I2_BASE_IMAGE_VERSION=1
export COMANAGE_MATCH_I2_IMAGE_VERSION=1
Expand Down Expand Up @@ -133,7 +133,7 @@ docker run -d \
-v /etc/shibboleth/my-org-metadata.xml:/etc/shibboleth/my-org-metadata.xml \
-p 80:80 \
-p 443:443 \
comanage-match:1.1.1-internet2-tap-1
comanage-match:1.2.0-internet2-tap-1
```

## Logging
Expand Down
2 changes: 1 addition & 1 deletion common.bash
@@ -1,3 +1,3 @@
maintainer="i2incommon"
imagename="comanage-match"
COMANAGE_MATCH_VERSION="1.1.1"
COMANAGE_MATCH_VERSION="1.2.0"

0 comments on commit 3b4657d

Please sign in to comment.