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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: vanilla-os/vib-gh-action@v0.3.3-1
|
- uses: vanilla-os/vib-gh-action@v0.6.2
|
||||||
with:
|
with:
|
||||||
recipe: 'recipe.yml'
|
recipe: 'recipe.yml'
|
||||||
plugins: 'Vanilla-OS/vib-fsguard:v1.2-1'
|
plugins: 'Vanilla-OS/vib-fsguard:v1.3-2'
|
||||||
|
|
||||||
- name: Generate image name
|
- name: Generate image name
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
4
.github/workflows/vib-pr.yml
vendored
4
.github/workflows/vib-pr.yml
vendored
|
|
@ -13,10 +13,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: vanilla-os/vib-gh-action@v0.3.3-1
|
- uses: vanilla-os/vib-gh-action@v0.6.2
|
||||||
with:
|
with:
|
||||||
recipe: 'recipe.yml'
|
recipe: 'recipe.yml'
|
||||||
plugins: 'Vanilla-OS/vib-fsguard:v1.2-1'
|
plugins: 'Vanilla-OS/vib-fsguard:v1.3-2'
|
||||||
|
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: docker image build -f Containerfile --tag testing .
|
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
|
name: Custom Vanilla Desktop
|
||||||
id: vanilla-custom
|
id: vanilla-custom
|
||||||
|
stages:
|
||||||
|
- id: build
|
||||||
|
base: ghcr.io/vanilla-os/desktop:main
|
||||||
|
singlelayer: false
|
||||||
labels:
|
labels:
|
||||||
maintainer: self-maintained
|
maintainer: self-maintained
|
||||||
args:
|
args:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
|
runs:
|
||||||
|
- echo 'APT::Install-Recommends "1";' > /etc/apt/apt.conf.d/01norecommends
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
- name: init-setup
|
- name: init-setup
|
||||||
|
|
@ -29,14 +34,14 @@ modules:
|
||||||
- name: example-modules
|
- name: example-modules
|
||||||
type: includes
|
type: includes
|
||||||
includes:
|
includes:
|
||||||
- modules/50-install-debs
|
- modules/50-install-debs.yml
|
||||||
|
|
||||||
# Put your custom actions before this comment
|
# Put your custom actions before this comment
|
||||||
|
|
||||||
- name: set-image-name-abroot
|
- name: set-image-name-abroot
|
||||||
type: includes
|
type: includes
|
||||||
includes:
|
includes:
|
||||||
- modules/80-set-image-abroot-config
|
- modules/80-set-image-abroot-config.yml
|
||||||
|
|
||||||
- name: cleanup
|
- name: cleanup
|
||||||
type: shell
|
type: shell
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue