Skip to content

Commit

Permalink
switch t o debian sid as base image
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Nov 28, 2024
1 parent 6af9f6f commit 11c144e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 22 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,8 @@ env:
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

jobs:
verify-image:
runs-on: ubuntu-latest

steps:
- name: Verify Base Image Integrity
run:
gh attestation verify oci://ghcr.io/vanilla-os/pico:main --owner Vanilla-OS
env:
GH_TOKEN: ${{ github.token }}

release:
runs-on: ubuntu-latest
needs: verify-image
permissions:
contents: write # Allow actions to create release
attestations: write # To create and write attestations
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,9 @@ env:
BUILDX_NO_DEFAULT_ATTESTATIONS: 1

jobs:
verify-image:
runs-on: ubuntu-latest

steps:
- name: Verify Base Image Integrity
run:
gh attestation verify oci://ghcr.io/vanilla-os/pico:main --owner Vanilla-OS
env:
GH_TOKEN: ${{ github.token }}

build:
runs-on: ubuntu-latest
needs: verify-image
permissions:
contents: write # Allow actions to create release
packages: write # Allow pushing images to GHCR
Expand Down
11 changes: 11 additions & 0 deletions includes.container/etc/os-release
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
PRETTY_NAME="Vanilla OS 2.0"
NAME="Vanilla OS"
VERSION_ID="2.0"
VERSION="2.0 Orchid"
VERSION_CODENAME="orchid"
ID=vanilla
ID_LIKE=debian
HOME_URL="https://vanillaos.org"
SUPPORT_URL="https://vanillaos.org/help"
BUG_REPORT_URL="https://github.com/vanilla-os"
PRIVACY_POLICY_URL="https://vanillaos.org/os-privacy-policy"
2 changes: 1 addition & 1 deletion recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Vanilla VSO
id: vso
stages:
- id: build
base: ghcr.io/vanilla-os/pico:main
base: debian:sid
singlelayer: false
labels:
maintainer: Vanilla OS Contributors
Expand Down

0 comments on commit 11c144e

Please sign in to comment.