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
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
$ docker run --rm -ti --entrypoint "" logstash:7.6.0 ls -l /bin/
ls: cannot access /bin/rpm: No such file or directory
total 0
c????????? ? ? ? ? ? rpm
works correctly with v0.16.0 (and docker):
$ docker run --rm -ti --entrypoint "" logstash:7.6.0 ls -l /bin/
total 40856
-rwxr-xr-x 1 root root 41488 Aug 20 06:25 [
-rwxr-xr-x 1 root root 1661 Nov 20 2015 abs2rel
-rwxr-xr-x 1 root root 29104 Feb 4 16:35 addr2line
-rwxr-xr-x 1 root root 29 Aug 8 2019 alias
... snip ...
Expected behavior
A functioning /bin just like with v0.16.0
Actual behavior
v0.17.0 corrupts
/bin:works correctly with
v0.16.0(and docker):Expected behavior
A functioning
/binjust like withv0.16.0To Reproduce
Steps to reproduce the behavior:
/kaniko/executor --context /path/to/Dockerfile/ --destination logstash:7.6.0docker run --rm -ti --entrypoint "" logstash:7.6.0 ls -l /bin/Additional Information
gcr.io/kaniko-project/executor:debug
025bd79d3e06
Triage Notes for the Maintainers
--cacheflag