Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

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
@bahuy110104

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants