@@ -16,9 +16,11 @@ jobs:
|
||||
PODMAN_STORAGE: ${{ gitea.workspace }}/.podman-storage
|
||||
PODMAN_RUNROOT: ${{ gitea.workspace }}/.podman-runroot
|
||||
steps:
|
||||
- name: Install Podman
|
||||
- name: Install podman
|
||||
run: dnf install --assumeyes podman
|
||||
- run: |
|
||||
- name: Load build image
|
||||
run: |
|
||||
ls /etc/*release
|
||||
cat /etc/*release
|
||||
cat > storage.conf <<EOF
|
||||
[storage]
|
||||
@@ -41,7 +43,16 @@ jobs:
|
||||
$PODMAN images
|
||||
$PODMAN image list
|
||||
$PODMAN container list
|
||||
- name: Install Node
|
||||
- name: Install node
|
||||
run: dnf install --assumeyes nodejs
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Build
|
||||
run: |
|
||||
podman run -it --rm localhost/devimgs/centos-7-rust-flat id
|
||||
podman run -it --rm localhost/devimgs/centos-7-rust-flat pwd
|
||||
podman run -it --rm localhost/devimgs/centos-7-rust-flat ls /data
|
||||
podman run -it --rm localhost/devimgs/centos-7-rust-flat cc --version
|
||||
podman run -it --rm localhost/devimgs/centos-7-rust-flat rustup --version
|
||||
podman run -it --rm localhost/devimgs/centos-7-rust-flat cargo --version
|
||||
podman run -it --rm localhost/devimgs/centos-7-rust-flat rustc --version
|
||||
|
||||
Reference in New Issue
Block a user