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 Aug 14, 2020. It is now read-only.
When debugging an ACI, it would be extremely useful to see the line number or field for the error in the manifest along with the error. Currently, I'm debugging a manifest and the error I get is as follows: img.tar.gz: error validating: image manifest validation failed: ACName must contain only lower case alphanumeric characters plus "-". I now know that one of the fields which is supposed to be an ACName is not following the regex for ACName, but I do not know which field.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When debugging an ACI, it would be extremely useful to see the line number or field for the error in the manifest along with the error. Currently, I'm debugging a manifest and the error I get is as follows:
img.tar.gz: error validating: image manifest validation failed: ACName must contain only lower case alphanumeric characters plus "-"
. I now know that one of the fields which is supposed to be an ACName is not following the regex for ACName, but I do not know which field.The text was updated successfully, but these errors were encountered: