This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 3b6215455008fba1677b32f8b66df26928cbeb87 Author: Willem Jiang <willem.ji...@gmail.com> AuthorDate: Thu Jun 6 08:40:05 2019 +0800 Added ASL header on Dockerfile --- build/Dockerfile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/build/Dockerfile b/build/Dockerfile index de93cae..c2fd9d2 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# 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 fabric8/s2i-java:3.0-java8 ADD build/_maven_output /tmp/artifacts/m2