Elib
Elib
@RobertKrawitz, any comments ?
@RobertKrawitz, You right, fix it with the following code: ``` # Check if the image exists if [[ "$(sudo podman images -q ${QUAY_BENCHMARK_RUNNER_REPOSITORY} 2> /dev/null)" != "" ]]; then #...
I want to remove the image and not only the running container, thats the reason I must use rmi and not rm
@RobertKrawitz, got it. fixed.
@RobertKrawitz, do you have any further comments?