-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: port to vib-action, add dependabot config
Signed-off-by: K.B.Dharun Krishna <[email protected]>
- Loading branch information
Showing
10 changed files
with
17 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "monthly" |
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 |
---|---|---|
|
@@ -17,17 +17,14 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Vib | ||
run: | | ||
wget https://github.com/Vanilla-OS/Vib/releases/download/v0.3.1/vib | ||
chmod +x vib | ||
./vib build recipe.yml | ||
- uses: vanilla-os/[email protected] | ||
|
||
- name: Build the Docker image | ||
run: docker image build -f Containerfile --tag ghcr.io/vanilla-os/vso:main . | ||
|
||
# Push the image to GHCR (Image Registry) | ||
- name: Push To GHCR | ||
if: github.repository == 'vanilla-os/vso-image' | ||
run: | | ||
docker login ghcr.io -u ${{ env.REGISTRY_USER }} -p ${{ env.REGISTRY_PASSWORD }} | ||
docker image push "ghcr.io/vanilla-os/vso:main" |
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 |
---|---|---|
|
@@ -13,16 +13,12 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Vib | ||
run: | | ||
wget https://github.com/Vanilla-OS/Vib/releases/download/v0.3.1/vib | ||
chmod +x vib | ||
./vib build recipe.yml | ||
- uses: vanilla-os/[email protected] | ||
|
||
- name: Build the Docker image | ||
run: docker image build -f Containerfile --tag vso:validation . | ||
|
||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: Containerfile | ||
path: Containerfile |
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 |
---|---|---|
@@ -1 +1 @@ | ||
DPkg::Post-Invoke {"/usr/share/vso/hooks/apt-post"} | ||
DPkg::Post-Invoke {"/usr/share/vso/hooks/apt-post"} |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
DPkg::Pre-Install-Pkgs {"/usr/share/vso/hooks/apt-pre"} | ||
Dpkg::Tools::Options::/usr/share/vso/hooks/apt-pre::Version "1"; | ||
Dpkg::Tools::Options::/usr/share/vso/hooks/apt-pre::Version "1"; |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
host-spawn pkexec abroot "$@" | ||
host-spawn pkexec abroot "$@" |
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