You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a container specified in user code to be launched by testcontainers is not present in local repository with podman, the pull sometimes (50% chance locally) fails with the following message:
01:15:29.792 [docker-java-stream-529819944] DEBUG com.github.dockerjava.api.command.PullImageResultCallback - ResponseItem(stream=null, status=Downloading, progressDetail=ResponseItem.ProgressDetail(current=103418223, total=129109796, start=null), progress=null, id=4ffe534daa34, from=null, time=null, errorDetail=null, error=null, aux=null)
01:15:30.749 [docker-java-stream-529819944] DEBUG com.github.dockerjava.api.command.PullImageResultCallback - ResponseItem(stream=null, status=Download complete, progressDetail=ResponseItem.ProgressDetail(current=null, total=null, start=null), progress=null, id=4ffe534daa34, from=null, time=null, errorDetail=null, error=null, aux=null)
01:15:30.749 [docker-java-stream-529819944] INFO 🐳 [mongo:4.2.6] - Pulling image layers: 0 pending, 13 downloaded, 0 extracted, (118 MB/148 MB)
01:15:30.770 [docker-java-stream-529819944] DEBUG com.github.dockerjava.api.command.PullImageResultCallback - ResponseItem(stream=null, status=null, progressDetail=ResponseItem.ProgressDetail(current=null, total=null, start=null), progress=null, id=null, from=null, time=null, errorDetail=null, error=writing blob: adding layer with blob "sha256:4ffe534daa349b7d8b4a3eee9920bfa77e5a067f6c8698d81419fde9bb1f06d4": Error processing tar file(exit status 1): unexpected EOF, aux=null)
01:15:30.771 [docker-java-stream-529819944] INFO 🐳 [mongo:4.2.6] - Pull complete. 14 layers, pulled in 9s (downloaded 118 MB at 13 MB/s)
01:15:30.771 [main] DEBUG org.testcontainers.utility.PrefixingImageNameSubstitutor - No prefix is configured
01:15:30.771 [main] DEBUG org.testcontainers.utility.ImageNameSubstitutor - Did not find a substitute image for mongo:4.2.6 (using image substitutor: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor'))
If the container is present in local repository, this will not occur.
TC version: 1.15.2
podman version 3.3.0
The text was updated successfully, but these errors were encountered:
If a container specified in user code to be launched by testcontainers is not present in local repository with podman, the pull sometimes (50% chance locally) fails with the following message:
If the container is present in local repository, this will not occur.
TC version: 1.15.2
podman version 3.3.0
The text was updated successfully, but these errors were encountered: