On 6/4/25 8:18 AM, Ales Musil wrote:
> The Fedora image versions were different accross the whole pipeline.
> Unify and bump them at the same time to the 42 which is the current
> latest version.
> 
> Signed-off-by: Ales Musil <amu...@redhat.com>
> ---

Hi Ales,

>  .github/workflows/ovn-fake-multinode-tests.yml | 4 ++--
>  .github/workflows/test.yml                     | 2 +-
>  utilities/containers/fedora/Dockerfile         | 2 +-
>  3 files changed, 4 insertions(+), 4 deletions(-)
> 

It seems you missed one instance of fedora:41, in ovn-kubernetes.yml:

    - name: Build ovn-kubernetes container
      run: |
        docker build --build-arg OVNKUBE_COMMIT=${{ env.OVNKUBE_COMMIT }} \
          --build-arg GO_VERSION=${{ env.GO_VERSION }} \
          --build-arg FEDORA_VERSION=41 \
          --squash -t ovn-daemonset-f:dev -f .ci/ovn-kubernetes/Dockerfile .
        mkdir /tmp/_output
        docker save ovn-daemonset-f:dev > /tmp/_output/image.tar

With that addressed (and assuming CI is still green):
Acked-by: Dumitru Ceara <dce...@redhat.com>

Regards,
Dumitru

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to