Skip to content

Commit

Permalink
pillar and xen-tools: Update uefi-build base image for latest OVMF fi…
Browse files Browse the repository at this point in the history
…les.

Updated the uefi-build base image in both pillar and xen-tools
Dockerfiles. This ensures that the latest OVMF-related files are used in
the containers.

Signed-off-by: Nikolay Martyanov <nikolay@zededa.com>
  • Loading branch information
OhmSpectator committed Sep 18, 2024
1 parent 14be12f commit 626374e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/pillar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG BUILD_PKGS_BASE="git gcc linux-headers libc-dev make linux-pam-dev m4 findut
# we use the same image in several places
ARG EVE_ALPINE_IMAGE=lfedge/eve-alpine:82df60e43ab9f8c935584b8c7b4d0a4b0271d608

FROM lfedge/eve-uefi:d821658883d6748d8bbf0d6640c62288e3ce8c6f as uefi-build
FROM lfedge/eve-uefi:c3952dcfa952195fbe2fe34ad0599a457ef9f402 as uefi-build
FROM lfedge/eve-dom0-ztools:09f378d92d6c8ada04fb8e9cf5d45fc8fdf934f9 as zfs
RUN mkdir /out
# copy zfs-related files from dom0-ztools using prepared list of files
Expand Down
2 changes: 1 addition & 1 deletion pkg/xen-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2023 Zededa, Inc.
# SPDX-License-Identifier: Apache-2.0

FROM lfedge/eve-uefi:d821658883d6748d8bbf0d6640c62288e3ce8c6f as uefi-build
FROM lfedge/eve-uefi:c3952dcfa952195fbe2fe34ad0599a457ef9f402 as uefi-build

FROM lfedge/eve-alpine:82df60e43ab9f8c935584b8c7b4d0a4b0271d608 as runx-build
ENV BUILD_PKGS mkinitfs gcc musl-dev e2fsprogs chrony agetty
Expand Down

0 comments on commit 626374e

Please sign in to comment.