Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
add support for pack to extend base images using daemon #1791
base: main
Are you sure you want to change the base?
add support for pack to extend base images using daemon #1791
Changes from 17 commits
ca07b65
abdf62c
5c460c5
8710e46
88c8fbd
b8295c5
98fd87d
4ad4631
9466204
0e2fce6
c8ac171
888d1a8
f935dd2
38d0278
b69ddad
aa78c43
57f88a2
72c6fde
02858bf
d33f1df
40ca4f6
3ca6ad1
e401acd
cd7ee2e
77a2c5c
147699b
1311893
3e64a54
bb255dc
c560e9f
7cf7e08
b416335
3b52e66
abb040c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Ideally here we'd also want to check that the options provided to the second Dockerfile are correct.
Dockerfile
andBuildArgs
seem to be the most important to test.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.
@itsdarshankumar please take a look at this suggestion, I think is very valid to make test useful
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.
yes eyes on it :)
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.
I think we still need to do this, no? Have a look at
DoAndReturn
(we use this a bunch in the lifecycle) as a mechanism for testing some (but not all) inputs. This can be useful since one of the build args is a UUID and we can't predict its value in advance.