V8.03.644.2025.06.07
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m19s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-07 09:39:03 +02:00
parent 1282d40191
commit 28d89d6693

View File

@@ -9,7 +9,7 @@
# SPDX-PackageName: CISS.debian.live.builder # SPDX-PackageName: CISS.debian.live.builder
# SPDX-Security-Contact: security@coresecret.eu # SPDX-Security-Contact: security@coresecret.eu
### Version Master V8.03.644.2025.06.07 ### Version Master V8.03.512.2025.06.06
name: 🔐 Generating a Private Live ISO FLV 1. name: 🔐 Generating a Private Live ISO FLV 1.
@@ -26,17 +26,11 @@ on:
jobs: jobs:
generate-private-ciss-debian-live-iso: generate-private-ciss-debian-live-iso:
name: 🔐 Generating a Private Live ISO FLV 1. name: 🔐 Generating a Private Live ISO FLV 1.
runs-on: ciss.debian.live.builder runs-on: ciss.debian.live.builder:iso-generator
### Run all steps inside Debian Bookworm ### Run all steps inside Debian Bookworm
container: container:
image: debian:bookworm image: debian:bookworm
options: >-
--privileged
--volume /sys/fs/cgroup:/sys/fs/cgroup:ro
--entrypoint /sbin/init
env:
container: docker
steps: steps:
- name: 🛠️ Basic Image Setup and enable Bookworm Backports. - name: 🛠️ Basic Image Setup and enable Bookworm Backports.