mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
add external to container image
This commit is contained in:
parent
86b3c51ba7
commit
10d7b9d46f
3 changed files with 4 additions and 0 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
|
@ -25,6 +25,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ ENV VERSION="${VERSION}"
|
||||||
ENV WEB_UI="false"
|
ENV WEB_UI="false"
|
||||||
|
|
||||||
RUN mkdir /build-container-installer
|
RUN mkdir /build-container-installer
|
||||||
|
COPY /external /build-container-installer/external
|
||||||
COPY /lorax_templates /build-container-installer/lorax_templates
|
COPY /lorax_templates /build-container-installer/lorax_templates
|
||||||
COPY /xorriso /build-container-installer/xorriso
|
COPY /xorriso /build-container-installer/xorriso
|
||||||
COPY /Makefile /build-container-installer
|
COPY /Makefile /build-container-installer
|
||||||
|
|
|
||||||
1
external/fedora-lorax-templates
vendored
Submodule
1
external/fedora-lorax-templates
vendored
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit cc1155372046baa58f9d2cc27a9e5473bf05a3fb
|
||||||
Loading…
Add table
Add a link
Reference in a new issue