On Mon, Jan 16, 2023 at 5:45 PM Dumitru Ceara <[email protected]> wrote:
> Fedora 35 is EOL: > https://docs.fedoraproject.org/en-US/releases/eol/ > > Signed-off-by: Dumitru Ceara <[email protected]> > --- > .ci/ovn-kubernetes/Dockerfile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/.ci/ovn-kubernetes/Dockerfile b/.ci/ovn-kubernetes/Dockerfile > index 7edf86a13a..1cb26d0d0e 100644 > --- a/.ci/ovn-kubernetes/Dockerfile > +++ b/.ci/ovn-kubernetes/Dockerfile > @@ -1,7 +1,7 @@ > ARG OVNKUBE_COMMIT=master > ARG LIBOVSDB_COMMIT=8081fe24e48f > > -FROM fedora:35 AS ovnbuilder > +FROM fedora:37 AS ovnbuilder > > USER root > > @@ -64,7 +64,7 @@ COPY --from=ovnbuilder /tmp/ovn/ovn-sb.ovsschema > pkg/sbdb/ovn-sb.ovsschema > RUN go generate ./pkg/nbdb && go generate ./pkg/sbdb && make > > # Build the final image > -FROM fedora:35 > +FROM fedora:37 > > # install needed dependencies > RUN INSTALL_PKGS=" \ > -- > 2.31.1 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > Looks good to me, thanks. Acked-by: Ales Musil <[email protected]> -- Ales Musil Senior Software Engineer - OVN Core Red Hat EMEA <https://www.redhat.com> [email protected] IM: amusil <https://red.ht/sig> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
