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 image conversion and push across repositories #230

Open
1 task done
xianbintang opened this issue Oct 10, 2023 · 0 comments
Open
1 task done

Support image conversion and push across repositories #230

xianbintang opened this issue Oct 10, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@xianbintang
Copy link

xianbintang commented Oct 10, 2023

What is the version of your Accelerated Container Image

latest

What would you like to be added?

The convertor command currently only supports image conversion within the same repository. However, it may be beneficial to support image conversion between two different repositories. For example, pulling an image from repository A, performing the conversion, and then pushing it to repository B. To achieve this, two new flags could be added: --output-repository and --output-username. If specified, the converted image would be pushed to the specified output-repository. If these flags are not provided, the command will continue to follow the existing logic.

Why is this needed for Accelerated Container Image?

For large enterprises, having multiple image repositories is common, and it is important to support image conversion and push across repositories. Otherwise, users would need to perform unnecessary operations such as pulling the image from one repository and pushing it to another before conversion.

Are you willing to submit PRs to contribute to this feature?

  • Yes, I am willing to implement it.
@xianbintang xianbintang added the enhancement New feature or request label Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant