-
Notifications
You must be signed in to change notification settings - Fork 174
ROX-33792: optimize operator builds #19417
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
Changes from all commits
efe108a
3704d9f
20109b4
f71ff1a
d0c0468
46370a4
ddc1953
d04befd
a76549d
6c50ea5
45b8f15
49dcf98
1922332
160eeef
da07c95
748345f
dadf683
7c312c6
ab0e532
a016547
d889496
28d5326
74e6b32
0e29168
7588692
8168ac0
4a9fedd
ded96e5
756bd07
9a7e19f
1b82680
c2253ef
49a5817
30c697d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| **/node_modules/ | ||
| /.git/ | ||
| /bin/ | ||
| !/bin/linux_*/stackrox-operator | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Locally, if I have the stackrox-operator binary it will get included in my other docker built images from here, won't it? Maybe this could go in a different .dockerignore?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It will be included in builder context but will not appear in final image unless you |
||
| /image/bin/ | ||
| /image/rhel/bin/ | ||
| /linux-gocache/ | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.