We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
API version v1.48 accepts platform argument as parameter to be passed to /images/{name}/push but it is not implemented in image.py.
/images/{name}/push
Below function should accept platform i.e JSON-encoded OCI platform to select the platform-variant to push:
JSON-encoded OCI platform to select the platform-variant to push
def push(self, repository, tag=None, stream=False, auth_config=None, decode=False):
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
API version v1.48 accepts platform argument as parameter to be passed to
/images/{name}/push
but it is not implemented in image.py.Below function should accept platform i.e
JSON-encoded OCI platform to select the platform-variant to push
:The text was updated successfully, but these errors were encountered: