Closed peterebden closed 4 years ago
communicate expects a bytes-like thing for input; was erroring out with
communicate
input
memoryview: a bytes-like object is required, not 'str'
Depends on the destination repo whether that codepath is hit or not though so doesn't happen every time.
Landed in https://github.com/google/containerregistry/pull/160
communicate
expects a bytes-like thing forinput
; was erroring out withDepends on the destination repo whether that codepath is hit or not though so doesn't happen every time.