Skip to content

Commit

Permalink
fix: lock commit hash of ovn-kubernetes project for ovn image build (#…
Browse files Browse the repository at this point in the history
…1030)

Co-authored-by: okozachenko1203 <[email protected]>
  • Loading branch information
okozachenko1203 and okozachenko1203 authored Mar 19, 2024
1 parent e721510 commit c7f5aa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/ovn/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ VERSION 0.7

ARG --global SERIES=23.03
ARG --global VERSION=23.03.0-69
ARG --global PROJECT_REF=cbff639b83af00e4887b540fc06b880108662780

ovn-kubernetes:
FROM --platform=linux/amd64 golang:1.20
GIT CLONE --branch master https://github.com/ovn-org/ovn-kubernetes /src
GIT CLONE --branch ${PROJECT_REF} https://github.com/ovn-org/ovn-kubernetes /src
WORKDIR /src
COPY patches/ovn-kubernetes /patches
DO ../+APT_INSTALL --PACKAGES "git"
Expand Down

0 comments on commit c7f5aa5

Please sign in to comment.