cnabio / cnab-to-oci

Tool to convert CNAB bundle.json to OCI index
Apache License 2.0
54 stars 41 forks source link

Simplify the pull error returned on not found #83

Closed zappy-shu closed 4 years ago

zappy-shu commented 4 years ago

Simplify the error message returned when attempting to pull a CNAB that is not found reducing the current error message:

<image>: failed to resolve bundle manifest "docker.io/<image>:latest": docker.io/<image>:latest not found

To:

<image>: docker.io/<image>:latest: not found