You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2022. It is now read-only.
Trying to export a test bundle that also contains an image type that is neither docker, nor oci results in an error:
Error: Error preparing artifacts: Error pulling image c: Error response from daemon: pull access denied for c, repository does not exist or may require 'docker login'
If duffle was to ignore images with types other than oci and docker, then the exported bundle would be incomplete, so I suggest the safest fix to this issue is to fail with an error "unsupported image type: c". That would also allow for support for other image types to be added in the future without breaking backwards compatibility .
Trying to export a test bundle that also contains an image type that is neither
docker
, noroci
results in an error:Test bundle:
The text was updated successfully, but these errors were encountered: