Compare commits
3 Commits
fda8718761
...
local-podm
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ec681a418 | |||
| 2b5621f925 | |||
| fbb1362bcb |
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -33,9 +33,6 @@ jobs:
|
|||||||
|
|
||||||
# the build is fully handled by the reusable github action
|
# the build is fully handled by the reusable github action
|
||||||
- name: Build Custom Image
|
- name: Build Custom Image
|
||||||
env:
|
|
||||||
_BUILDAH_STARTED_IN_USERNS: ""
|
|
||||||
BUILDAH_ISOLATION: chroot
|
|
||||||
uses: blue-build/github-action@v1.8
|
uses: blue-build/github-action@v1.8
|
||||||
with:
|
with:
|
||||||
recipe: ${{ matrix.recipe }}
|
recipe: ${{ matrix.recipe }}
|
||||||
@@ -47,4 +44,3 @@ jobs:
|
|||||||
# enabled by default, disable if your image is small and you want faster builds
|
# enabled by default, disable if your image is small and you want faster builds
|
||||||
maximize_build_space: "true"
|
maximize_build_space: "true"
|
||||||
rechunk: "true"
|
rechunk: "true"
|
||||||
use_unstable_cli: "true"
|
|
||||||
|
|||||||
5
recipes/components/cleanup-usr-etc.yml
Normal file
5
recipes/components/cleanup-usr-etc.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
modules:
|
||||||
|
- type: script
|
||||||
|
snippets:
|
||||||
|
- "sudo cp -n -r /usr/etc /etc"
|
||||||
|
- "sudo rm -rf /usr/etc"
|
||||||
@@ -17,6 +17,7 @@ modules:
|
|||||||
- from-file: components/sys-files-module.yml
|
- from-file: components/sys-files-module.yml
|
||||||
- from-file: components/systemd-module.yml
|
- from-file: components/systemd-module.yml
|
||||||
- from-file: components/chezmoi-module.yml
|
- from-file: components/chezmoi-module.yml
|
||||||
|
- from-file: components/cleanup-usr-etc.yml
|
||||||
|
|
||||||
- type: signing
|
- type: signing
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user