summaryrefslogtreecommitdiffstats
path: root/k8s/centos.wagon-builder.dockerfile
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2021-02-24 13:14:44 +0100
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2021-02-26 14:03:55 +0100
commit721b765248cd1661a06470e190b8467fe777d3dd (patch)
tree8dce07401ba8ca0761c29191c69e0133660320d8 /k8s/centos.wagon-builder.dockerfile
parent56f25871c2ee7f33799a3985ec5e1215b196f3dd (diff)
Add certificate custom resource creation when CertManager CMPv2 integration is enabled
Issue-ID: DCAEGEN2-2440 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Icc2006af0520d592bfdf46d4f9fe419d7b5bc81e
Diffstat (limited to 'k8s/centos.wagon-builder.dockerfile')
-rw-r--r--k8s/centos.wagon-builder.dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/centos.wagon-builder.dockerfile b/k8s/centos.wagon-builder.dockerfile
index 401c1a5..aeaec9d 100644
--- a/k8s/centos.wagon-builder.dockerfile
+++ b/k8s/centos.wagon-builder.dockerfile
@@ -1,4 +1,4 @@
-FROM centos/python-27-centos7:latest as cent
+FROM centos/python-36-centos7:latest as cent
# Sometimes it's necessary to set a proxy (e.g. in case of local development).
# To do it just uncomment those two env variables and set appriopriate values for them.