Skip to content

Commit

Permalink
update base image to ubuntu:23.10 (#3289)
Browse files Browse the repository at this point in the history
Signed-off-by: 马洪贞 <hzma@alauda.io>
  • Loading branch information
hongzhen-ma committed Oct 10, 2023
1 parent a932658 commit 995b3fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM ubuntu:22.04 as ovs-builder
FROM ubuntu:23.10 as ovs-builder

ARG ARCH
ARG NO_AVX512=false
Expand Down Expand Up @@ -78,7 +78,7 @@ RUN mkdir /packages/ && \
cp /usr/src/ovn-*deb /packages && \
cd /packages && rm -f *datapath* *docker* *vtep* *test* *dev*

FROM ubuntu:22.04
FROM ubuntu:23.10

ARG DEBIAN_FRONTEND=noninteractive
RUN apt update && apt upgrade -y && apt install ca-certificates python3 hostname libunwind8 netbase \
Expand Down

0 comments on commit 995b3fc

Please sign in to comment.