-
Notifications
You must be signed in to change notification settings - Fork 222
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
redundant dockerfile issue with build #812
redundant dockerfile issue with build #812
Conversation
dbc7562
to
951d1f1
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.
Overall the change makes sense to me, left some comments. Thanks!
9b75a1a
to
16d9d10
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 PR! Left a few comments.
16d9d10
to
9b10555
Compare
9b10555
to
ad05d1d
Compare
ad05d1d
to
b80617f
Compare
@prathameshzarkar9 I see you removed the test. Our hope was that we could have the test just without the |
b80617f
to
92e51fa
Compare
92e51fa
to
de4d1bf
Compare
de4d1bf
to
f90f8a7
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.
Looks good to me!
@chrmarti Can you help take another peek? Thanks!
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, thanks!
#791 Redundant Dockerfile required in order to push to correct repo
if we pass this argument value then it is stored in the additionaImageNames parameter which is used to check the additional names are provided. if yes, then it should not use cli-generated-image accordingly modification have been incorporated.