Skip to content

Support for platform in client.images.api.push #3324

New issue

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

Open
Khushiyant opened this issue Mar 28, 2025 · 1 comment · May be fixed by #3325
Open

Support for platform in client.images.api.push #3324

Khushiyant opened this issue Mar 28, 2025 · 1 comment · May be fixed by #3325

Comments

@Khushiyant
Copy link
Contributor

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:

def push(self, repository, tag=None, stream=False, auth_config=None,
             decode=False):
@Khushiyant Khushiyant linked a pull request Mar 28, 2025 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@Khushiyant and others