Skip to content

Commit

Permalink
Bump kairos-agent through framework and remove tmp hack
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Apr 10, 2024
1 parent a3ea95c commit b8993c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG LUET_VERSION=0.35.1
# renovate: datasource=docker depName=aquasec/trivy
ARG TRIVY_VERSION=0.50.1
# renovate: datasource=github-releases depName=kairos-io/kairos-framework
ARG KAIROS_FRAMEWORK_VERSION=v2.7.24
ARG KAIROS_FRAMEWORK_VERSION=v2.7.26
ARG COSIGN_SKIP=".*quay.io/kairos/.*"
# TODO: rename ISO_NAME to something like ARTIFACT_NAME because there are place where we use ISO_NAME to refer to the artifact name

Expand Down Expand Up @@ -295,8 +295,6 @@ base-image:
ARG KAIROS_AGENT_DEV_BRANCH
ARG IMMUCORE_DEV_BRANCH

# TODO: Remove this
ENV KAIROS_AGENT_DEV_BRANCH="2281-no-format-custom-partitioning"
IF [ "$KAIROS_AGENT_DEV_BRANCH" != "" ]
RUN rm -rf /usr/bin/kairos-agent
COPY github.com/kairos-io/kairos-agent:$KAIROS_AGENT_DEV_BRANCH+build-kairos-agent/kairos-agent /usr/bin/kairos-agent
Expand Down

0 comments on commit b8993c0

Please sign in to comment.