Skip to content

An image without a tag pulls all tags #139

@shawjef3

Description

@shawjef3

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions