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: //.
E.g. podman-container-tools/podman#26567:
The “internal error” comes from
common/libimage/copier.go
Line 491 in 2b4e95a
s/internal error: //.