InvalidDockerReferenceError¶
- exception controller.exceptions.InvalidDockerReferenceError(message, location=None, field_path=None)¶
Bases:
ClientRequestError
Docker reference does not contain a tag.
This is valid to Docker, but for references without a digest we require a tag for debugging, status display inside the lab, etc.
- Parameters:
- error: ClassVar[str] = 'invalid_docker_reference'¶
Used as the
type
field of the error message.Should be overridden by any subclass.