executor:debug doesn't expose /bin/sh #1828
Labels
area/container
For all bugs related to the kaniko container
kind/bug
Something isn't working
priority/p2
High impact feature/bug. Will get a lot of users happy
Actual behavior
executor:debug image doesn't expose /bin/sh but executor:v1.7.0-debug does and they are supposed to be the same image per v1.7.0 release notes.
Ticket #1748 added a symlink to /bin/sh and the actual change is reflected here.
Expected behavior
executor:debug image should expose /bin/sh.
To Reproduce
Steps to reproduce the behavior:
docker run -it --entrypoint=/bin/sh gcr.io/kaniko-project/executor:debug
, it will produce the following error:docker run -it --entrypoint=/bin/sh gcr.io/kaniko-project/executor:v1.7.0-debug
, it works fine:Triage Notes for the Maintainers
--cache
flagI suspect
gcr.io/kaniko-project/executor
image tags are assigned incorrectly.The text was updated successfully, but these errors were encountered: