Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An image without a tag pulls all tags #139

Open
shawjef3 opened this issue Aug 31, 2020 · 0 comments
Open

An image without a tag pulls all tags #139

shawjef3 opened this issue Aug 31, 2020 · 0 comments

Comments

@shawjef3
Copy link

shawjef3 commented Aug 31, 2020

I have DockerContainer("scylladb/scylla"), which causes Could not pull image: write /var/lib/docker/tmp/GetImageBlob235684002: no space left on device because it tries to pull every tag, instead of just the latest one.

When I manually set the tag with DockerContainer("scylladb/scylla:latest"), it just got the latest tag and I no longer got the error.

I'm using com.whisk:docker-testkit-impl-docker-java_2.11:0.9.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant