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

Adds ability for user to define additional tags for images #1388

Merged
merged 4 commits into from
Dec 5, 2024

Conversation

fcaroline2020
Copy link
Contributor

@fcaroline2020 fcaroline2020 commented Nov 14, 2024

Adds new build cli flag tag that will tag the image with the user defined tag and then push

Example CLI command
./devpod-cli build . --devcontainer-path ./devcontainer.json --force-build --debug --tag test,arm64

@fcaroline2020 fcaroline2020 changed the title Adds ability for use to define additional tags for images Adds ability for user to define additional tags for images Nov 14, 2024
@bkneis bkneis requested a review from a team November 14, 2024 14:42
Copy link
Contributor

@bkneis bkneis left a 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

cmd/build.go Outdated Show resolved Hide resolved
pkg/devcontainer/prebuild.go Outdated Show resolved Hide resolved
pkg/devcontainer/prebuild.go Outdated Show resolved Hide resolved
pkg/devcontainer/prebuild.go Outdated Show resolved Hide resolved
@fcaroline2020 fcaroline2020 requested a review from bkneis November 22, 2024 11:02
Copy link
Contributor

@bkneis bkneis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@pascalbreuninger
Copy link
Member

pascalbreuninger commented Dec 2, 2024

@fcaroline2020 Looks like there are some linting issues in the PR, once they are fixed we're good to merge imo

@fcaroline2020 fcaroline2020 requested a review from bkneis December 5, 2024 09:23
Copy link
Member

@pascalbreuninger pascalbreuninger left a 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 🙌

@pascalbreuninger pascalbreuninger merged commit 6e37df8 into loft-sh:main Dec 5, 2024
23 checks passed
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 this pull request may close these issues.

3 participants