In the end-to-end testing we use each tool to fetch the image that we will tests against. However, some tools (like docker and nerdctl) use a progress bar for the fetching of the image. This progress bar adds a lot of unnecessary noise in the logs of the action (see https://github.com/urunc-dev/urunc/actions/runs/25661655016/job/75332341660). We should avoid that and pull the images silently.
If required we can add a flag to control if we want the image pulling to be verbose or not.
In the end-to-end testing we use each tool to fetch the image that we will tests against. However, some tools (like docker and nerdctl) use a progress bar for the fetching of the image. This progress bar adds a lot of unnecessary noise in the logs of the action (see https://github.com/urunc-dev/urunc/actions/runs/25661655016/job/75332341660). We should avoid that and pull the images silently.
If required we can add a flag to control if we want the image pulling to be verbose or not.