From 0e219f4caa479ff0f0e47c136b321cb48f9cee80 Mon Sep 17 00:00:00 2001 From: patc Date: Thu, 7 Feb 2019 21:12:46 -0800 Subject: [PATCH] boilerplate fix --- cluster/addons/fluentd-elasticsearch/es-image/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/addons/fluentd-elasticsearch/es-image/Dockerfile b/cluster/addons/fluentd-elasticsearch/es-image/Dockerfile index 134328c7189..68097e73e72 100644 --- a/cluster/addons/fluentd-elasticsearch/es-image/Dockerfile +++ b/cluster/addons/fluentd-elasticsearch/es-image/Dockerfile @@ -11,6 +11,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 golang:1.11.4 AS builder COPY elasticsearch_logging_discovery.go go.mod go.sum / RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -ldflags "-w" -o /elasticsearch_logging_discovery /elasticsearch_logging_discovery.go