Skip to content

Commit

Permalink
Revert "update base image to ubuntu:23.10 (#3289)"
Browse files Browse the repository at this point in the history
This reverts commit 995b3fc.
  • Loading branch information
hongzhen-ma committed Oct 13, 2023
1 parent 995b3fc commit 682f191
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:23.10 as ovs-builder
FROM ubuntu:22.04 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:23.10
FROM ubuntu:22.04

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

0 comments on commit 682f191

Please sign in to comment.