mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-19 17:38:43 +02:00
RHEL build test
This commit is contained in:
parent
1905bea214
commit
672a543919
6
.github/workflows/images_build_rhel.yml
vendored
6
.github/workflows/images_build_rhel.yml
vendored
@ -251,7 +251,7 @@ jobs:
|
|||||||
podman rmi -i -f "${IMAGE_TAG}"
|
podman rmi -i -f "${IMAGE_TAG}"
|
||||||
buildah rm -a
|
buildah rm -a
|
||||||
podman system prune --external
|
podman system prune --external
|
||||||
podman system prune -a --volumes
|
podman system prune -a --volumes -f
|
||||||
podman system reset -f
|
podman system reset -f
|
||||||
rm -rf /home/podman/.local/share/containers/
|
rm -rf /home/podman/.local/share/containers/
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
@ -396,7 +396,7 @@ jobs:
|
|||||||
podman rmi -i -f "${IMAGE_TAG}"
|
podman rmi -i -f "${IMAGE_TAG}"
|
||||||
buildah rm -a
|
buildah rm -a
|
||||||
podman system prune --external
|
podman system prune --external
|
||||||
podman system prune -a --volumes
|
podman system prune -a --volumes -f
|
||||||
podman system reset -f
|
podman system reset -f
|
||||||
rm -rf /home/podman/.local/share/containers/
|
rm -rf /home/podman/.local/share/containers/
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
@ -601,7 +601,7 @@ jobs:
|
|||||||
echo "$TAGS" | while IFS= read -r image_name ; do podman rmi -i -f "$image_name"; done
|
echo "$TAGS" | while IFS= read -r image_name ; do podman rmi -i -f "$image_name"; done
|
||||||
buildah rm -a
|
buildah rm -a
|
||||||
podman system prune --external
|
podman system prune --external
|
||||||
podman system prune -a --volumes
|
podman system prune -a --volumes -f
|
||||||
podman system reset -f
|
podman system reset -f
|
||||||
rm -rf /home/podman/.local/share/containers/
|
rm -rf /home/podman/.local/share/containers/
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user