chore: bump Vib to v0.6.2
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
cbfc5cf8f2
commit
171b12a59a
3 changed files with 71 additions and 66 deletions
4
.github/workflows/vib-build.yml
vendored
4
.github/workflows/vib-build.yml
vendored
|
|
@ -91,10 +91,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: vanilla-os/vib-gh-action@v0.3.3-1
|
||||
- uses: vanilla-os/vib-gh-action@v0.6.2
|
||||
with:
|
||||
recipe: 'recipe.yml'
|
||||
plugins: 'Vanilla-OS/vib-fsguard:v1.2-1'
|
||||
plugins: 'Vanilla-OS/vib-fsguard:v1.3-2'
|
||||
|
||||
- name: Generate image name
|
||||
run: |
|
||||
|
|
|
|||
4
.github/workflows/vib-pr.yml
vendored
4
.github/workflows/vib-pr.yml
vendored
|
|
@ -13,10 +13,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: vanilla-os/vib-gh-action@v0.3.3-1
|
||||
- uses: vanilla-os/vib-gh-action@v0.6.2
|
||||
with:
|
||||
recipe: 'recipe.yml'
|
||||
plugins: 'Vanilla-OS/vib-fsguard:v1.2-1'
|
||||
plugins: 'Vanilla-OS/vib-fsguard:v1.3-2'
|
||||
|
||||
- name: Build the Docker image
|
||||
run: docker image build -f Containerfile --tag testing .
|
||||
|
|
|
|||
11
recipe.yml
11
recipe.yml
|
|
@ -1,10 +1,15 @@
|
|||
base: ghcr.io/vanilla-os/desktop:main
|
||||
name: Custom Vanilla Desktop
|
||||
id: vanilla-custom
|
||||
stages:
|
||||
- id: build
|
||||
base: ghcr.io/vanilla-os/desktop:main
|
||||
singlelayer: false
|
||||
labels:
|
||||
maintainer: self-maintained
|
||||
args:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
runs:
|
||||
- echo 'APT::Install-Recommends "1";' > /etc/apt/apt.conf.d/01norecommends
|
||||
|
||||
modules:
|
||||
- name: init-setup
|
||||
|
|
@ -29,14 +34,14 @@ modules:
|
|||
- name: example-modules
|
||||
type: includes
|
||||
includes:
|
||||
- modules/50-install-debs
|
||||
- modules/50-install-debs.yml
|
||||
|
||||
# Put your custom actions before this comment
|
||||
|
||||
- name: set-image-name-abroot
|
||||
type: includes
|
||||
includes:
|
||||
- modules/80-set-image-abroot-config
|
||||
- modules/80-set-image-abroot-config.yml
|
||||
|
||||
- name: cleanup
|
||||
type: shell
|
||||
|
|
|
|||
Loading…
Reference in a new issue