summaryrefslogtreecommitdiffstats
path: root/deployments
diff options
context:
space:
mode:
Diffstat (limited to 'deployments')
-rw-r--r--deployments/Dockerfile9
-rwxr-xr-xdeployments/build.sh3
-rwxr-xr-xdeployments/start.sh2
3 files changed, 10 insertions, 4 deletions
diff --git a/deployments/Dockerfile b/deployments/Dockerfile
index 407af509..65c44b8c 100644
--- a/deployments/Dockerfile
+++ b/deployments/Dockerfile
@@ -1,3 +1,12 @@
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
FROM debian:jessie
ARG HTTP_PROXY=${HTTP_PROXY}
diff --git a/deployments/build.sh b/deployments/build.sh
index a1f093a7..6272c467 100755
--- a/deployments/build.sh
+++ b/deployments/build.sh
@@ -10,8 +10,7 @@
set -o nounset
set -o pipefail
-
-source /etc/environment
+set -o xtrace
k8s_path="$(git rev-parse --show-toplevel)"
export GOPATH=$k8s_path
diff --git a/deployments/start.sh b/deployments/start.sh
index 19c5ff8c..498dc770 100755
--- a/deployments/start.sh
+++ b/deployments/start.sh
@@ -11,8 +11,6 @@
set -o nounset
set -o pipefail
-source /etc/environment
-
k8s_path="$(git rev-parse --show-toplevel)"
export GOPATH=$k8s_path