Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updates for COmanage Registry 4.0.0-rc1
Updates for COmanage Registry 4.0.0-rc1 including updating
PHP to 7.3.30 and the Debian base to bullseye.
skoranda committed Sep 10, 2021
1 parent 5eb6f2b commit 895cc7e
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='3.3.4'
version='4.0.0-rc1'
}
stages {
stage('Setting build context') {
4 changes: 2 additions & 2 deletions comanage-registry-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:7.3.28-apache-buster
FROM php:7.3.30-apache-bullseye

# Official PHP image with Apache HTTPD includes
# --with-openssl
@@ -26,7 +26,7 @@ FROM php:7.3.28-apache-buster
RUN apt-get update && apt-get install -y \
libldap-2.4-2 \
libldap2-dev \
libmariadbclient-dev \
libmariadb-dev \
libpq-dev \
libxml2 \
libxslt1-dev \
2 changes: 1 addition & 1 deletion comanage-registry-internet2-tier-base/Dockerfile
@@ -20,7 +20,7 @@ FROM centos/python-38-centos7 AS php-build

USER root

ARG PHP_VERSION=7.3.28
ARG PHP_VERSION=7.3.30
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-registry-internet2-tier/Dockerfile
@@ -138,7 +138,7 @@ EXPOSE 80 443
# following line (to prevent other scripts from processing it).
##### ENV TIER_BEACON_OPT_OUT True

ENV TIER_RELEASE=210213
ENV TIER_RELEASE=210910
ENV TIER_MAINTAINER=tier

ENTRYPOINT ["docker-supervisord-entrypoint"]
2 changes: 1 addition & 1 deletion comanage-registry-mod-auth-openidc/Dockerfile
@@ -22,7 +22,7 @@ ARG MOD_AUTH_OPENIDC_SRC_URL=https://github.com/zmartzone/mod_auth_openidc/relea

FROM comanage-registry-base:${COMANAGE_REGISTRY_VERSION}-${COMANAGE_REGISTRY_BASE_IMAGE_VERSION} AS comanage

FROM debian:buster AS building
FROM debian:bullseye AS building

ARG MOD_AUTH_OPENIDC_SRC_URL
ENV MOD_AUTH_OPENIDC_SRC_URL ${MOD_AUTH_OPENIDC_SRC_URL}
2 changes: 1 addition & 1 deletion comanage-registry-shibboleth-sp-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 debian:buster
FROM debian:bullseye

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
2 changes: 1 addition & 1 deletion common.bash
@@ -1,3 +1,3 @@
maintainer="i2incommon"
imagename="comanage-registry"
COMANAGE_REGISTRY_VERSION="3.3.4"
COMANAGE_REGISTRY_VERSION="4.0.0-rc1"

0 comments on commit 895cc7e

Please sign in to comment.