1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00
Commit graph

27 commits

Author SHA1 Message Date
Jason N.
6ce4a8a199 fix conflicts 2024-02-28 10:41:35 -05:00
Noel Miller
f70e8ea027
feat: Allow users to override secure boot key and password (#40)
* feat: Allow users to override secure boot key and password when using container or action

* fix: follow redirects

* chore: update docs

* fix: added comments and removed additional \n

* fix: removed defaults

* fix: added conditional for adding public key

* chore(ci): Added additional test for secure boot

* chore(ci): fixed up workflows to match production

* fix(ci): added workflow dispatch to test

* fix(ci): fixed version and added IMAGE_TAG

* chore(ci): changed to bluefin to test both 38 and 39 secure boot

* chore(ci): added required variables to entrypoint

* chore(ci): added merge_group and added paths-ignore

* chore(ci): updated description

* chore(ci): set to Silverblue since we are testing Bluefin

* chore(ci): Fixed secure boot key not found error

Received error in anaconda when check was hit, need to set as a soft failure to exit the script early without stopping anaconda installation.

* chore: fixed formatting

* chore: fixed whitespace

* chore(ci): Removed duplicate test

* chore: fix whitespace

* chore(ci): fixed test and removed upload to Github Artifacts

* chore: updated README

* fix: set password to ublue default

* fix: changed enrollment password in containerfile
2024-02-28 00:06:38 +00:00
Jason N
97b27601f6
feat: pull back updates from downstream (#14) 2024-02-27 12:42:24 -05:00
Jason N
72f665c64a
Update issue templates (#15) 2024-02-26 12:20:35 -05:00
Noel Miller
42d68772a0
feat(ci): Added ability to run the workflow manually and fix: general fixes (#17) 2024-02-20 17:36:12 -05:00
Jason N.
b3e24eabda fix: match action defaults 2024-02-20 13:13:56 -05:00
Jason N.
2168717533 fix: expand name 2024-02-20 11:55:52 -05:00
Jason N.
441364b76e use var 2024-02-20 10:59:35 -05:00
Jason N.
6e7bef7806 don't include tag 2024-02-20 10:45:01 -05:00
Jason N.
fe7443ffcc fix: remove target 2024-02-19 22:21:27 -05:00
Jason N.
8faf73deaa remove duplicate text and upgrade build version 2024-02-19 20:56:42 -05:00
Jason N.
0a69cfe2e9 fix: only run test on PR 2024-02-19 12:41:39 -05:00
Jason N.
0f9cb8812c fix: always push for testing and include variant in ISO name 2024-02-19 12:38:14 -05:00
Jason N.
1a58c12608 fix: don't push the iso during testing 2024-02-19 12:32:42 -05:00
Jason N.
5ab0abdb2f make pr check requirements easier 2024-02-19 10:15:22 -05:00
Jason N.
c720fb3dc5 move codeowners 2024-02-19 14:39:03 +00:00
Jason N.
31b6b39b23 allow multiple output locations 2024-02-19 14:20:08 +00:00
Jason N.
2c16c58fbc test action in root 2024-02-18 19:43:20 +00:00
Jason N.
91141ce742 fix: add checkout to right workflow 2024-02-18 19:39:31 +00:00
Jason N.
73b0799030 checkout before run 2024-02-18 19:38:08 +00:00
Jason N.
6ab23f79d2 reference file directly 2024-02-18 19:30:20 +00:00
Jason N.
96b1379d6c update workflow 2024-02-18 19:12:30 +00:00
Jason N.
c48c28120b general fixes 2024-02-16 23:40:48 +00:00
Noel Miller
70bc2264ba
fix: tags not properly being set in ostree remote (#6)
* fix: tags are now properly set in remote after install
* refactor: kinoite variant is better as a default except for silverblue
* refactor: use docker to build ISO

---------

Co-authored-by: Benjamin Sherman <benjamin@holyarmy.org>
2024-02-16 14:45:19 -06:00
Noel Miller
2226162399
fix: added workflow_dispatch and fixed workflow 2024-02-16 01:13:04 -06:00
Jason N
feec50596a
Fix inputs 2024-02-15 11:44:41 -05:00
Jason N
9d5ef0c115
POC of OS Install 2024-02-15 09:22:02 -05:00