feat: add-image-extraction (#207)

Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
Peter W. J. Staar
2026-02-04 17:35:00 +01:00
committed by GitHub
parent fe25ac9854
commit 25672da1e8
18 changed files with 1753 additions and 114 deletions
+3 -3
View File
@@ -25,6 +25,6 @@ jobs:
python-version: 3.11
- name: Install podman
run: sudo apt-get update && sudo apt-get install -y podman
- name: Run build in docker
run: ./.github/scripts/build_rhel.sh
shell: bash
# - name: Run build in docker
# run: ./.github/scripts/build_rhel.sh
# shell: bash