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 docker push command line options like --all-tags #469

Open
jasonouellet-qc opened this issue Jan 5, 2024 · 2 comments
Open

Support docker push command line options like --all-tags #469

jasonouellet-qc opened this issue Jan 5, 2024 · 2 comments
Labels
feature request New feature or request

Comments

@jasonouellet-qc
Copy link

It's very frustrating to not be able to use tool usability in a tool wrapper like this.
The "docker push" and "docker pull" commands are universal and widely used options.

It doesn't make sense for me to call the tool 4 times in my pipeline to post 4 tags to the same generated image. This makes pipeline execution more cumbersome and inefficient.

My thinking started with the simple need to use the "--all-tags" flag of the docker push command but I believe that the tools should be more open to using the other options of Docker's Pull and Push commands.

I propose adding an input variable in the "advanced" visual and adding the content of this variable to the command line for Pull and Push commands. Validation of the content will be at the user's risk because this type of option is dependent on the validation of the called command and this is not the purpose of this tool.

@jasonouellet-qc jasonouellet-qc added the feature request New feature or request label Jan 5, 2024
@cb645j
Copy link

cb645j commented Feb 28, 2024

i second this

@sgoschin
Copy link

yes agreed. I had the same issue was hoping to provide the flag....

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

No branches or pull requests

3 participants