From 10d7b9d46f3483e5d57dfa3d7392f96ee814a8ce Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:29:45 -0500 Subject: [PATCH] add external to container image --- .github/workflows/build-and-test.yml | 2 ++ Containerfile | 1 + external/fedora-lorax-templates | 1 + 3 files changed, 4 insertions(+) create mode 160000 external/fedora-lorax-templates diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 3d85ce0..c37bac6 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -25,6 +25,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 + with: + submodules: recursive - name: Docker meta id: meta diff --git a/Containerfile b/Containerfile index 196a151..d1b437c 100644 --- a/Containerfile +++ b/Containerfile @@ -11,6 +11,7 @@ ENV VERSION="${VERSION}" ENV WEB_UI="false" RUN mkdir /build-container-installer +COPY /external /build-container-installer/external COPY /lorax_templates /build-container-installer/lorax_templates COPY /xorriso /build-container-installer/xorriso COPY /Makefile /build-container-installer diff --git a/external/fedora-lorax-templates b/external/fedora-lorax-templates new file mode 160000 index 0000000..cc11553 --- /dev/null +++ b/external/fedora-lorax-templates @@ -0,0 +1 @@ +Subproject commit cc1155372046baa58f9d2cc27a9e5473bf05a3fb