Skip to content

Commit

Permalink
Update php image tag to php:7.0-apache-jessie
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
skoranda committed May 30, 2018
1 parent 64a7c1f commit 7a0285a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion comanage-registry-basic-auth/Dockerfile.template
Original file line number Diff line number Diff line change
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:7.0-apache
FROM php:7.0-apache-jessie

RUN apt-get update && apt-get install -y \
libldap-2.4-2 \
Expand Down
2 changes: 1 addition & 1 deletion comanage-registry-mod-auth-openidc/Dockerfile.template
Original file line number Diff line number Diff line change
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:7.0-apache
FROM php:7.0-apache-jessie

RUN apt-get update && apt-get install -y \
libldap-2.4-2 \
Expand Down
2 changes: 1 addition & 1 deletion comanage-registry-shibboleth-sp/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion comanage-registry/Dockerfile.template
Original file line number Diff line number Diff line change
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:7.0-apache
FROM php:7.0-apache-jessie

RUN apt-get update && apt-get install -y \
libldap-2.4-2 \
Expand Down

0 comments on commit 7a0285a

Please sign in to comment.