summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2018-10-22 11:53:41 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2018-10-22 11:54:10 +0800
commit2fb63f01a1322c3e2f88f45c7f19220b5e3be2d7 (patch)
tree75909b179d9f7ef76a207b95bdfb1dc29198439c
parent355a9011d214831b5901fc3b411b25e3b19bcf06 (diff)
Fix base image tag for compass-tasks containers
JIRA: - Change-Id: Id9c2a66408ec7307a76db9b09c90420363278358 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
-rw-r--r--compass-tasks-k8s/Dockerfile2
-rw-r--r--compass-tasks-osa/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/compass-tasks-k8s/Dockerfile b/compass-tasks-k8s/Dockerfile
index 70da42e..027963c 100644
--- a/compass-tasks-k8s/Dockerfile
+++ b/compass-tasks-k8s/Dockerfile
@@ -1,4 +1,4 @@
-FROM opnfv/compass-tasks-base
+FROM opnfv/compass-tasks-base:gambia
ARG BRANCH=master
ADD ./run.sh /root/
diff --git a/compass-tasks-osa/Dockerfile b/compass-tasks-osa/Dockerfile
index bc2a0c2..cfaca43 100644
--- a/compass-tasks-osa/Dockerfile
+++ b/compass-tasks-osa/Dockerfile
@@ -1,4 +1,4 @@
-FROM opnfv/compass-tasks-base
+FROM opnfv/compass-tasks-base:gambia
ARG BRANCH=master
ADD ./run.sh /root/