From: Fiete Ostkamp Date: Tue, 6 May 2025 09:26:11 +0000 (+0200) Subject: Use official python base image X-Git-Tag: 6.2.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F42%2F140842%2F1;p=oom%2Freadiness.git Use official python base image - use the official python image since it is kept up-to-date in terms of security vulnerabilities Issue-ID: INT-2316 Change-Id: I0becbf360aee23d1bdebd7cc201da27c318e47fc Signed-off-by: Fiete Ostkamp --- diff --git a/Dockerfile b/Dockerfile index cab5972..726c449 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nexus3.onap.org:10001/onap/integration-python:12.0.0 +FROM python:3.11-alpine ENV CERT="/var/run/secrets/kubernetes.io/serviceaccount/ca.crt" ENV TOKEN="/var/run/secrets/kubernetes.io/serviceaccount/token"