Skip to content

Commit

Permalink
Merge pull request openshift#241 from elfosardo/changes-pre-merge
Browse files Browse the repository at this point in the history
Prepare merging ironic and ironic-inspector repositories
  • Loading branch information
metal3-io-bot committed Mar 15, 2021
2 parents 216be3e + cf25e51 commit fb76218
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Build iPXE w/ IPv6 Support
## Note: we are pinning to a specific commit for reproducible builds.
## Updated as needed.
FROM docker.io/centos:centos8 AS builder
FROM docker.io/centos:centos8 AS ironic-builder
RUN dnf install -y gcc git make xz-devel
WORKDIR /tmp
COPY . .
Expand Down Expand Up @@ -31,7 +31,7 @@ RUN if [ $(uname -m) = "x86_64" ]; then \

FROM docker.io/centos:centos8

ENV PKGS_LIST=main-packages-list.txt
ENV PKGS_LIST=ironic-packages-list.txt
ARG EXTRA_PKGS_LIST
ARG PATCH_LIST

Expand All @@ -41,9 +41,9 @@ COPY prepare-image.sh patch-image.sh /bin/
RUN prepare-image.sh && \
rm -f /bin/prepare-image.sh

COPY --from=builder /tmp/ipxe/src/bin/undionly.kpxe /tmp/ipxe/src/bin-x86_64-efi/snponly.efi /tmp/ipxe/src/bin-x86_64-efi/ipxe.efi /tftpboot/
COPY --from=ironic-builder /tmp/ipxe/src/bin/undionly.kpxe /tmp/ipxe/src/bin-x86_64-efi/snponly.efi /tmp/ipxe/src/bin-x86_64-efi/ipxe.efi /tftpboot/

COPY --from=builder /tmp/esp.img /tmp/uefi_esp.img
COPY --from=ironic-builder /tmp/esp.img /tmp/uefi_esp.img

COPY config/ironic.conf.j2 /etc/ironic/

Expand Down
File renamed without changes.

0 comments on commit fb76218

Please sign in to comment.