Skip to content

Commit

Permalink
Update enki to v0.0.9 (#2181)
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales authored Jan 25, 2024
1 parent c6929b4 commit 37d0b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ARG RENOVATE_VERSION=37
# renovate: datasource=docker depName=koalaman/shellcheck-alpine versioning=docker
ARG SHELLCHECK_VERSION=v0.9.0
# renovate: datasource=docker depName=quay.io/kairos/enki versioning=docker
ARG ENKI_VERSION=v0.0.8
ARG ENKI_VERSION=v0.0.9

ARG IMAGE_REPOSITORY_ORG=quay.io/kairos

Expand Down Expand Up @@ -334,7 +334,7 @@ uki-iso:
COPY ./tests/keys /keys
RUN echo $BASE_IMAGE > /IMAGE

RUN --no-cache enki build-uki $(cat /IMAGE) /tmp/kairos.uki.iso /keys
RUN --no-cache enki build-uki $(cat /IMAGE) -o /tmp/kairos.uki.iso -k /keys
SAVE ARTIFACT /tmp/kairos.uki.iso kairos.uki.iso AS LOCAL build/$ISO_NAME.uki.iso

# WARNING the following targets are just for development purposes, use them at your own risk
Expand Down

0 comments on commit 37d0b01

Please sign in to comment.