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
chore: add docker image for hermetic build scripts #2493
chore: add docker image for hermetic build scripts #2493
Changes from 38 commits
683c31f
5807d4e
d4cc19a
a5f3c8e
6ca4360
7e111b2
80d73ee
1988bc5
f096c3c
bd81ca2
24b591b
6880df9
9c82bec
76965c2
bb95d9c
6ffde65
73ae31c
46ea110
720d5f0
e622ccb
b28fd30
70c5d82
5cbcdc6
ee1d5fd
f6e73ae
f39cb82
c7e30eb
6c43da9
f9894ba
3671aeb
5ab1d90
a14f407
91cc061
60fd188
ade90e4
77214c6
ed45a9c
fbf133b
19f75f9
460ded2
53d1fe4
fa23a3c
fbcf12e
0af136c
e204536
8029dc2
d26c5da
6248c2d
2717c54
c253f8d
ad79348
a4bf286
6ff386c
dc520fb
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.
nit: Since this requires a bit of docker-specific knowledge, perhaps we can add a quick comment explaining what we're trying to do here?
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.
Added a comment explaining why we create this volume
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.
How about we pass this in as an argument to the script? In case the image id changes in the future (or if we pick a different project), it can all be changes in a single location in the cloudbuild yaml file.
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.
Sounds good. I added
IMAGE_ID
as a passed env var