Skip to content

build images with tag with https prefix never ends #3153

Description

@axel7083

Reproduces

docker_client = docker.from_env()
docker_client .images.build(path="{my-path}", tag="https://dummy:latest", dockerfile="{dockerfile-path})

Using the debugger, we can see it loop on the _post request here:

response = self._post(
u,
data=context,
params=params,
headers=headers,
stream=True,
timeout=timeout,
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions