Skip to content

Commit ad5189a

Browse files
committed
chore: update ubuntu version to 25.10
- ubuntu base image from 25.04 to 25.10 - formatting consistency Signed-off-by: Hareesh Puthalath <hareeshp@nvidia.com>
1 parent 112101e commit ad5189a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Dockerfile.ovn-kubernetes.fedora

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} make -C ovn-kubernetes/d
3636
# Main Ubuntu Image Stage #
3737
#################################
3838

39-
FROM ubuntu:25.04
39+
FROM ubuntu:25.10
4040

4141
ARG TARGETARCH
4242
ARG TARGETOS=linux
@@ -81,4 +81,5 @@ LABEL io.k8s.display-name="ovn-kubernetes" \
8181
io.k8s.description="ovnkube ubuntu image"
8282

8383
WORKDIR /root
84-
ENTRYPOINT /root/ovnkube.sh
84+
ENTRYPOINT /root/ovnkube.sh
85+

Dockerfile.ovn-kubernetes.ubuntu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# So this file will change over time.
1010

1111
ARG BUILDER_IMAGE
12+
1213
#############################################
1314
# Stage to build OVN Kubernetes from Source #
1415
#############################################
@@ -81,3 +82,4 @@ LABEL io.k8s.display-name="ovn-kubernetes" \
8182

8283
WORKDIR /root
8384
ENTRYPOINT /root/ovnkube.sh
85+

0 commit comments

Comments
 (0)