@@ -15,11 +15,13 @@ jobs:
|
||||
BUILDER_IMAGE: localhost/devimgs/centos-7-rust-flat:latest
|
||||
PODMAN_STORAGE: ${{ gitea.workspace }}/.podman-storage
|
||||
PODMAN_RUNROOT: ${{ gitea.workspace }}/.podman-runroot
|
||||
PODMAN: podman --storage-driver=vfs --root $PODMAN_STORAGE --runroot $PODMAN_RUNROOT
|
||||
steps:
|
||||
- name: Install podman
|
||||
run: dnf install --assumeyes podman
|
||||
- name: Load build image
|
||||
run: |
|
||||
echo PODMAN COMMAND [["$PODMAN"]]
|
||||
ls /etc/*release
|
||||
cat /etc/*release
|
||||
cat > storage.conf <<EOF
|
||||
@@ -30,7 +32,6 @@ jobs:
|
||||
[storage.options]
|
||||
EOF
|
||||
mkdir -p "$PODMAN_STORAGE" "$PODMAN_RUNROOT"
|
||||
PODMAN="podman --storage-driver=vfs --root $PODMAN_STORAGE --runroot $PODMAN_RUNROOT"
|
||||
$PODMAN info
|
||||
curl -L -o "$IMAGE_FN.tgz" "https://gitea.psi.ch/api/packages/daqbuf/generic/$IMAGE_FN/0.1.0/$IMAGE_FN.tgz"
|
||||
zstd -d <"$IMAGE_FN.tgz" >"$IMAGE_FN.tar"
|
||||
|
||||
Reference in New Issue
Block a user