From 7a0285ab5c357a6ca1a0a0b90af33063973bd456 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Wed, 30 May 2018 08:20:02 -0500 Subject: [PATCH] Update php image tag to php:7.0-apache-jessie Update the base image tag from php:7.0-apache to php:7.0-apache-jessie since php:7.0-apache now uses stretch as a base and the package dependencies need to be evolved before just switching to stretch. --- comanage-registry-basic-auth/Dockerfile.template | 2 +- comanage-registry-mod-auth-openidc/Dockerfile.template | 2 +- comanage-registry-shibboleth-sp/Dockerfile.template | 2 +- comanage-registry/Dockerfile.template | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/comanage-registry-basic-auth/Dockerfile.template b/comanage-registry-basic-auth/Dockerfile.template index e7e62fc..af8d757 100644 --- a/comanage-registry-basic-auth/Dockerfile.template +++ b/comanage-registry-basic-auth/Dockerfile.template @@ -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.0-apache +FROM php:7.0-apache-jessie RUN apt-get update && apt-get install -y \ libldap-2.4-2 \ diff --git a/comanage-registry-mod-auth-openidc/Dockerfile.template b/comanage-registry-mod-auth-openidc/Dockerfile.template index 28b6451..d10a3ae 100644 --- a/comanage-registry-mod-auth-openidc/Dockerfile.template +++ b/comanage-registry-mod-auth-openidc/Dockerfile.template @@ -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.0-apache +FROM php:7.0-apache-jessie RUN apt-get update && apt-get install -y \ libldap-2.4-2 \ diff --git a/comanage-registry-shibboleth-sp/Dockerfile.template b/comanage-registry-shibboleth-sp/Dockerfile.template index 2e4f1e8..ee4e2ac 100644 --- a/comanage-registry-shibboleth-sp/Dockerfile.template +++ b/comanage-registry-shibboleth-sp/Dockerfile.template @@ -23,7 +23,7 @@ # and includes pdo # but xls, pdo_mysql, pdo_pgsql, mysqli, pgsql, # and ldap extensions must be built. -FROM php:7.0-apache +FROM php:7.0-apache-jessie RUN apt-get update \ && apt-get install -y --no-install-recommends \ diff --git a/comanage-registry/Dockerfile.template b/comanage-registry/Dockerfile.template index e7e62fc..af8d757 100644 --- a/comanage-registry/Dockerfile.template +++ b/comanage-registry/Dockerfile.template @@ -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.0-apache +FROM php:7.0-apache-jessie RUN apt-get update && apt-get install -y \ libldap-2.4-2 \