-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add docker build task (tarxz), clean up tasks?
- Loading branch information
1 parent
97dd040
commit 6c89f49
Showing
7 changed files
with
163 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
builder: dnf | ||
|
||
dnf: | ||
releasever: 39 | ||
options: | ||
- --setopt=cachedir=/var/cache/dnf | ||
- --nogpgcheck | ||
- --setopt=keepcache=True | ||
exclude: | ||
- fedora-release* | ||
- generic-release* | ||
packages: | ||
- filesystem | ||
- setup | ||
- lvm2 | ||
- btrfs-progs | ||
- dmraid | ||
- nvme-cli | ||
- kernel | ||
- glibc | ||
- glibc-common | ||
- dracut-config-generic | ||
- dracut-tools | ||
- dnf | ||
- dracut | ||
# - mkpasswd # maybe not needed soon | ||
- "@core" | ||
- "@standard" | ||
- grub2-tools | ||
- "@hardware-support" | ||
- NetworkManager | ||
- rpm | ||
- libgomp | ||
- ultramarine-release-identity-basic | ||
- ultramarine-release-basic | ||
- fedora-repos | ||
- efibootmgr | ||
|
||
arch_packages: | ||
aarch64: | ||
- grub2-efi-aa64 | ||
- grub2-efi-aa64-modules | ||
- grub2-efi-aa64-cdboot | ||
- shim-aa64 | ||
- shim-unsigned-aarch64 | ||
- bcm283x-firmware | ||
- bcm283x-overlays | ||
- "@arm-tools" | ||
x86_64: | ||
- grub2-efi-x64 | ||
- grub2-efi-x64-modules | ||
- grub2-efi-x64-cdboot | ||
- grub2-pc | ||
- grub2-pc-modules | ||
- shim-x64 | ||
- shim-unsigned-x64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
builder: dnf | ||
distro: Ultramarine Linux 39 | ||
|
||
dnf: | ||
releasever: 39 | ||
arch: aarch64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
builder: dnf | ||
distro: Ultramarine Linux 39 | ||
|
||
dnf: | ||
releasever: 39 | ||
arch: x86_64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
builder: dnf | ||
|
||
dnf: | ||
releasever: 39 | ||
options: | ||
- --setopt=cachedir=/var/cache/dnf | ||
- --nogpgcheck | ||
- --setopt=keepcache=True | ||
exclude: | ||
- fedora-release* | ||
- generic-release* | ||
- kernel* | ||
packages: | ||
- filesystem | ||
- setup | ||
- glibc | ||
- glibc-common | ||
- dnf | ||
# - mkpasswd # maybe not needed soon | ||
- "@core" | ||
- "@hardware-support" | ||
- rpm | ||
- libgomp | ||
- ultramarine-release-identity-basic | ||
- ultramarine-release-basic | ||
- fedora-repos | ||
|