Code Review
/
oom
/
readiness.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4df9c2f
)
Use official python base image
42/140842/1
author
Fiete Ostkamp
<Fiete.Ostkamp@telekom.de>
Tue, 6 May 2025 09:26:11 +0000
(11:26 +0200)
committer
Fiete 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
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
cab5972
..
726c449
100644
(file)
--- 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"