You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Keep fresh with the 'lifecycle/frozen' label.
Describe the bug
I want to use
crane mutate
to create an updated image, and, among other things, to change theentrypoint
to[""]
.However, this does not work.
Is there a trick to remove the entrypoint using crane/setting
[""]
?To Reproduce
Create the mutated image
crane mutate \ --platform linux/amd64 \ --entrypoint="" \ --tag your-new-image:new-tag \ gcr.io/distroless/static-debian12:debug-nonroot
Inspect the config
... and the entrypoint is still there.
Expected behavior
should show
Additional context
Add any other context about the problem here.
crane version
:0.20.1
The text was updated successfully, but these errors were encountered: