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
File "<>\oras\client.py", line 131, in push
return self.remote.push(*args, **kwargs)
File "<>\oras\provider.py", line 718, in push
response = self.upload_blob(config_file, container, conf)
File "<>\oras\provider.py", line 217, in upload_blob
response = self.put_upload(blob, container, layer)
File "<>\oras\provider.py", line 474, in put_upload
with open(blob, "rb") as fd:
OSError: [Errno 22] Invalid argument: 'C:\\dev\\null'
I have made a fix for this and will submit a PR. The fix is in oci.py ManifestConfig:
My code runs fine on Linux. On Windows it fails with an error.
Here's my code:
I have made a fix for this and will submit a PR. The fix is in oci.py ManifestConfig:
The text was updated successfully, but these errors were encountered: