-
Notifications
You must be signed in to change notification settings - Fork 542
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 crane mutate to set labels and entrypoint #982
Conversation
62b39e7
to
dadce20
Compare
edit: This was silly. Just base it on a real image. This change also updates |
I can now append a file to an image, make it the entrypoint and run it in a one-liner:
|
Or, for Go binaries:
|
This is glorious. |
a93a87e
to
7e44a98
Compare
Codecov Report
@@ Coverage Diff @@
## main #982 +/- ##
==========================================
- Coverage 74.60% 74.54% -0.06%
==========================================
Files 107 107
Lines 5040 5040
==========================================
- Hits 3760 3757 -3
- Misses 725 727 +2
- Partials 555 556 +1
Continue to review full report at Codecov.
|
5b8e79c
to
a7118d1
Compare
Fixes #281
(
bar=baz
was previously set during testing)