Use official python base image 42/140842/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Tue, 6 May 2025 09:26:11 +0000 (11:26 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Tue, 6 May 2025 09:26:11 +0000 (11:26 +0200)
- 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 <Fiete.Ostkamp@telekom.de>
Dockerfile

index cab5972..726c449 100644 (file)
@@ -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"