Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
upgrade php to 8.1.21, bump to v 1.1.1
satkinson committed Jul 26, 2023
1 parent bb50f2f commit 18de9e0
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion comanage-match-base/Dockerfile
@@ -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.20-apache-bullseye
FROM php:8.1.21-apache-bullseye

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

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

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

RUN yum -y install epel-release \
2 changes: 1 addition & 1 deletion comanage-match-internet2-tap/Dockerfile
@@ -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=230613
ENV TIER_RELEASE=230726
ENV TIER_MAINTAINER=tier

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

```
export COMANAGE_MATCH_VERSION=1.1.0
export COMANAGE_MATCH_VERSION=1.1.1
export COMANAGE_MATCH_BASE_IMAGE_VERSION=1
export COMANAGE_MATCH_I2_BASE_IMAGE_VERSION=1
export COMANAGE_MATCH_I2_IMAGE_VERSION=1
@@ -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.0-internet2-tap-1
comanage-match:1.1.1-internet2-tap-1
```

## Logging

0 comments on commit 18de9e0

Please sign in to comment.