Code Review
/
multicloud
/
k8s.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d31d441
)
Update base image to ubuntu 24.04
27/142727/1
author
Fiete Ostkamp
<fiete.ostkamp@telekom.de>
Thu, 11 Dec 2025 10:17:38 +0000
(11:17 +0100)
committer
Fiete Ostkamp
<fiete.ostkamp@telekom.de>
Thu, 11 Dec 2025 10:17:38 +0000
(11:17 +0100)
- update docker base image (18.04 -> 24.04)
Issue-ID: MULTICLOUD-1540
Change-Id: I69b7798c46a735ed2ed4079ce8027988b5ca7459
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
deployments/Dockerfile
patch
|
blob
|
history
diff --git
a/deployments/Dockerfile
b/deployments/Dockerfile
index
abe37ad
..
3e11b1b
100644
(file)
--- a/
deployments/Dockerfile
+++ b/
deployments/Dockerfile
@@
-7,7
+7,7
@@
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-FROM nexus3.onap.org:10001/ubuntu:
18
.04
+FROM nexus3.onap.org:10001/ubuntu:
24
.04
ARG HTTP_PROXY=${HTTP_PROXY}
ARG HTTPS_PROXY=${HTTPS_PROXY}