-
Notifications
You must be signed in to change notification settings - Fork 377
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
Adds ability for user to define additional tags for images #1388
Conversation
4b0b4ee
to
9b4264e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @fcaroline2020! The implementation looks good to me. Just a couple of small remarks and the lint issues to address
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@fcaroline2020 Looks like there are some linting issues in the PR, once they are fixed we're good to merge imo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @fcaroline2020 🙌
Adds new build cli flag
tag
that will tag the image with the user defined tag and then pushExample CLI command
./devpod-cli build . --devcontainer-path ./devcontainer.json --force-build --debug --tag test,arm64