test
Some checks failed
CI/CD Pipeline with Direct Podman Access / test-backend (push) Failing after 24s
Some checks failed
CI/CD Pipeline with Direct Podman Access / test-backend (push) Failing after 24s
This commit is contained in:
parent
c0000b9e93
commit
f1f061bf1b
1 changed files with 5 additions and 5 deletions
|
@ -26,14 +26,14 @@ jobs:
|
||||||
echo "Current user: $(id)"
|
echo "Current user: $(id)"
|
||||||
echo "DOCKER_HOST: $DOCKER_HOST"
|
echo "DOCKER_HOST: $DOCKER_HOST"
|
||||||
ls -la /run/ || echo "No /run directory"
|
ls -la /run/ || echo "No /run directory"
|
||||||
which docker || echo "Docker not found"
|
which podman || echo "Podman not found"
|
||||||
docker --version || echo "Docker command failed"
|
podman --version || echo "Podman command failed"
|
||||||
|
|
||||||
- name: Test Docker/Podman access
|
- name: Test Podman access
|
||||||
run: |
|
run: |
|
||||||
# Test using the Docker CLI with the socket
|
# Test using the Docker CLI with the socket
|
||||||
docker info || echo "Docker info failed"
|
podman info || echo "podman info failed"
|
||||||
docker ps || echo "Docker ps failed"
|
podman ps || echo "podman ps failed"
|
||||||
|
|
||||||
- name: Verify pinned digests
|
- name: Verify pinned digests
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue