blob: f71c526071533d93f203f175806ca90de85da6f0 [file] [log] [blame]
Matteo Scandolo3896c472017-08-01 13:31:42 -07001
2# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16
Andy Bavier75e17122017-07-26 09:07:19 -070017FROM {{ pull_docker_registry }}xosproject/xos:{{ pull_docker_tag }}
Andy Baviera6cffe12017-03-15 17:33:42 -040018
19ARG XOS_GIT_COMMIT_HASH=unknown
20ARG XOS_GIT_COMMIT_DATE=unknown
21
22LABEL XOS_GIT_COMMIT_HASH=$XOS_GIT_COMMIT_HASH
23LABEL XOS_GIT_COMMIT_DATE=$XOS_GIT_COMMIT_DATE
24
25# Include local certificates for onboarding
26ADD im_cert_chain.pem /usr/local/share/ca-certificates/local_certs.crt
27RUN update-ca-certificates