@@ -52,10 +52,10 @@ jobs:
|
||||
PODMAN="podman --storage-driver=vfs --root $PODMAN_STORAGE --runroot $PODMAN_RUNROOT"
|
||||
echo PODMAN COMMAND [["$PODMAN"]]
|
||||
$PODMAN image list
|
||||
$PODMAN run --rm localhost/devimgs/centos-7-rust-flat id
|
||||
$PODMAN run --rm localhost/devimgs/centos-7-rust-flat pwd
|
||||
$PODMAN run --rm localhost/devimgs/centos-7-rust-flat ls /data
|
||||
$PODMAN run --rm localhost/devimgs/centos-7-rust-flat cc --version
|
||||
$PODMAN run --rm localhost/devimgs/centos-7-rust-flat rustup --version
|
||||
$PODMAN run --rm localhost/devimgs/centos-7-rust-flat cargo --version
|
||||
$PODMAN run --rm localhost/devimgs/centos-7-rust-flat rustc --version
|
||||
$PODMAN run --rm centos-7-rust-flat:latest id
|
||||
$PODMAN run --rm centos-7-rust-flat:latest pwd
|
||||
$PODMAN run --rm centos-7-rust-flat:latest ls /data
|
||||
$PODMAN run --rm centos-7-rust-flat:latest cc --version
|
||||
$PODMAN run --rm centos-7-rust-flat:latest rustup --version
|
||||
$PODMAN run --rm centos-7-rust-flat:latest cargo --version
|
||||
$PODMAN run --rm centos-7-rust-flat:latest rustc --version
|
||||
|
||||
Reference in New Issue
Block a user