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 Oct 10, 2020. It is now read-only.
We have an intermittent issue with atomic trying to sign our docker containers.
Most of the time, the shell command succeeds but at periods, it sometimes fails with a "No such file or directory" error. Then, during the exception handling, another exception occurs and it seems to swallow information that would be useful in debugging this.
The docker manifest itself has schemaVersion 2 and mediaType application/vnd.docker.distribution.manifest.v2+json , as well as a config object and an array of layers objects.
We are using both skopeo and atomic, latest versions from github
We have an intermittent issue with atomic trying to sign our docker containers.
Most of the time, the shell command succeeds but at periods, it sometimes fails with a "No such file or directory" error. Then, during the exception handling, another exception occurs and it seems to swallow information that would be useful in debugging this.
The docker manifest itself has schemaVersion 2 and mediaType application/vnd.docker.distribution.manifest.v2+json , as well as a config object and an array of layers objects.
We are using both skopeo and atomic, latest versions from github
The text was updated successfully, but these errors were encountered: