-
Notifications
You must be signed in to change notification settings - Fork 76
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
Added --image-name flag for software, similar to astro #1758
Conversation
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.
Left some minor nits, but functionally it looks fine
…orWorkingDir and buildDockerImageForCustomImage) and pushDockerImage. 2. Increased test coverage
…orWorkingDir and buildDockerImageForCustomImage) and pushDockerImage. 2. Increased test coverage
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.
Left some minor nits, functionally looks ok
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.
Left a final comment to squash
…unctions for deploy_test.go
Description
Added --image-name flag for software, similar to astro.
If image-name is set, we tag the passed image with our standard tag instead of building a new image and then the rest of the flow remains the same.
The behaviour is the same as astro.
🎟 Issue(s)
Related https://github.com/astronomer/issues/issues/6828
🧪 Functional Testing
locally
📸 Screenshots
📋 Checklist
make test
before taking out of draftmake lint
before taking out of draft