From 2cc40ce1de4206a9bc55e38331937b4bd7d58700 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 1 Aug 2016 09:55:58 -0700 Subject: [PATCH] Apply update.sh --- 5.5/Dockerfile | 6 ++++++ 5.5/alpine/Dockerfile | 6 ++++++ 5.5/apache/Dockerfile | 6 ++++++ 5.5/fpm/Dockerfile | 6 ++++++ 5.5/fpm/alpine/Dockerfile | 6 ++++++ 5.5/zts/Dockerfile | 6 ++++++ 5.5/zts/alpine/Dockerfile | 6 ++++++ 5.6/Dockerfile | 6 ++++++ 5.6/alpine/Dockerfile | 6 ++++++ 5.6/apache/Dockerfile | 6 ++++++ 5.6/fpm/Dockerfile | 6 ++++++ 5.6/fpm/alpine/Dockerfile | 6 ++++++ 5.6/zts/Dockerfile | 6 ++++++ 5.6/zts/alpine/Dockerfile | 6 ++++++ 7.0/Dockerfile | 6 ++++++ 7.0/alpine/Dockerfile | 6 ++++++ 7.0/apache/Dockerfile | 6 ++++++ 7.0/fpm/Dockerfile | 6 ++++++ 7.0/fpm/alpine/Dockerfile | 6 ++++++ 7.0/zts/Dockerfile | 6 ++++++ 7.0/zts/alpine/Dockerfile | 6 ++++++ 21 files changed, 126 insertions(+) diff --git a/5.5/Dockerfile b/5.5/Dockerfile index 01e7e7a9..a23c5e78 100644 --- a/5.5/Dockerfile +++ b/5.5/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM debian:jessie # persistent / runtime deps diff --git a/5.5/alpine/Dockerfile b/5.5/alpine/Dockerfile index 454ba985..bfc7ae12 100644 --- a/5.5/alpine/Dockerfile +++ b/5.5/alpine/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM alpine:3.4 # persistent / runtime deps diff --git a/5.5/apache/Dockerfile b/5.5/apache/Dockerfile index 3a151764..61b8856c 100644 --- a/5.5/apache/Dockerfile +++ b/5.5/apache/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM debian:jessie # persistent / runtime deps diff --git a/5.5/fpm/Dockerfile b/5.5/fpm/Dockerfile index b7a89138..40d3e322 100644 --- a/5.5/fpm/Dockerfile +++ b/5.5/fpm/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM debian:jessie # persistent / runtime deps diff --git a/5.5/fpm/alpine/Dockerfile b/5.5/fpm/alpine/Dockerfile index 603f4ef9..650a8302 100644 --- a/5.5/fpm/alpine/Dockerfile +++ b/5.5/fpm/alpine/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM alpine:3.4 # persistent / runtime deps diff --git a/5.5/zts/Dockerfile b/5.5/zts/Dockerfile index 3b1406d9..4b72b0c4 100644 --- a/5.5/zts/Dockerfile +++ b/5.5/zts/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM debian:jessie # persistent / runtime deps diff --git a/5.5/zts/alpine/Dockerfile b/5.5/zts/alpine/Dockerfile index a47ef0a5..1c649e2a 100644 --- a/5.5/zts/alpine/Dockerfile +++ b/5.5/zts/alpine/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM alpine:3.4 # persistent / runtime deps diff --git a/5.6/Dockerfile b/5.6/Dockerfile index 28b9d383..3f1bd7bc 100644 --- a/5.6/Dockerfile +++ b/5.6/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM debian:jessie # persistent / runtime deps diff --git a/5.6/alpine/Dockerfile b/5.6/alpine/Dockerfile index c9c42f4f..fb36fbba 100644 --- a/5.6/alpine/Dockerfile +++ b/5.6/alpine/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM alpine:3.4 # persistent / runtime deps diff --git a/5.6/apache/Dockerfile b/5.6/apache/Dockerfile index 8d7192af..47537490 100644 --- a/5.6/apache/Dockerfile +++ b/5.6/apache/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM debian:jessie # persistent / runtime deps diff --git a/5.6/fpm/Dockerfile b/5.6/fpm/Dockerfile index 9e6987fc..a6fc1787 100644 --- a/5.6/fpm/Dockerfile +++ b/5.6/fpm/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM debian:jessie # persistent / runtime deps diff --git a/5.6/fpm/alpine/Dockerfile b/5.6/fpm/alpine/Dockerfile index f79e7449..6e53331c 100644 --- a/5.6/fpm/alpine/Dockerfile +++ b/5.6/fpm/alpine/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM alpine:3.4 # persistent / runtime deps diff --git a/5.6/zts/Dockerfile b/5.6/zts/Dockerfile index 61acf9fc..eebd731f 100644 --- a/5.6/zts/Dockerfile +++ b/5.6/zts/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM debian:jessie # persistent / runtime deps diff --git a/5.6/zts/alpine/Dockerfile b/5.6/zts/alpine/Dockerfile index b12fd969..f8709c08 100644 --- a/5.6/zts/alpine/Dockerfile +++ b/5.6/zts/alpine/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM alpine:3.4 # persistent / runtime deps diff --git a/7.0/Dockerfile b/7.0/Dockerfile index 1f7a99d1..766d24a0 100644 --- a/7.0/Dockerfile +++ b/7.0/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM debian:jessie # persistent / runtime deps diff --git a/7.0/alpine/Dockerfile b/7.0/alpine/Dockerfile index 2c0c00df..5fc91c76 100644 --- a/7.0/alpine/Dockerfile +++ b/7.0/alpine/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM alpine:3.4 # persistent / runtime deps diff --git a/7.0/apache/Dockerfile b/7.0/apache/Dockerfile index af391b90..4683c1cb 100644 --- a/7.0/apache/Dockerfile +++ b/7.0/apache/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM debian:jessie # persistent / runtime deps diff --git a/7.0/fpm/Dockerfile b/7.0/fpm/Dockerfile index 9bb13851..b9654c1d 100644 --- a/7.0/fpm/Dockerfile +++ b/7.0/fpm/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM debian:jessie # persistent / runtime deps diff --git a/7.0/fpm/alpine/Dockerfile b/7.0/fpm/alpine/Dockerfile index 06ca33c0..076fd33d 100644 --- a/7.0/fpm/alpine/Dockerfile +++ b/7.0/fpm/alpine/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM alpine:3.4 # persistent / runtime deps diff --git a/7.0/zts/Dockerfile b/7.0/zts/Dockerfile index ff0527cb..21bc54d3 100644 --- a/7.0/zts/Dockerfile +++ b/7.0/zts/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM debian:jessie # persistent / runtime deps diff --git a/7.0/zts/alpine/Dockerfile b/7.0/zts/alpine/Dockerfile index 3a99addf..308c1500 100644 --- a/7.0/zts/alpine/Dockerfile +++ b/7.0/zts/alpine/Dockerfile @@ -1,3 +1,9 @@ +# +# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" +# +# PLEASE DO NOT EDIT IT DIRECTLY. +# + FROM alpine:3.4 # persistent / runtime deps