Skip to content

"internal error" on ordinary pull errors #2465

@mtrmac

Description

@mtrmac

E.g. podman-container-tools/podman#26567:

Error: internal error: unable to copy from source docker://oci.example.com/alpine:latest: initializing source docker://oci.example.com/alpine:latest: pinging container registry oci.example.com: Get "https://oci.example.com/v2/": tls: failed to verify certificate: x509: certificate signed by unknown authority

The “internal error” comes from

return nil, fmt.Errorf("internal error: unable to copy from source %s: %w", transports.ImageName(source), err)
, and that is (unlike the following two error cases) not an internal inconsistency in the code; so s/internal error: //.

Metadata

Metadata

Assignees

Labels

Type

No type
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