File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 99 apk add --root /tmp/test --repositories-file /etc/apk/repositories --allow-untrusted --no-cache --no-scripts --initdb -- docker-cli
1010 export PATH=/tmp/test/usr/bin:$PATH
1111
12- docker run --rm --interactive --user 0:0 --volume /:/hostfs --entrypoint /usr/sbin/chroot "$(docker inspect "$(hostname)" --format "{{ .Image }}")" /hostfs /bin/bash -eo pipefail -xc \
12+ docker run --rm --interactive --user 0:0 --volume /:/hostfs --entrypoint /usr/sbin/chroot "$(docker inspect "$(hostname)" --format "{{ .Image }}")" /hostfs /bin/bash -eo pipefail -xc \
1313 'find "$0" -type f -executable -name node -not -path "*_alpine/*" -print0 | DOCKER_CONFIG="$(readlink -f "$0/../../../.docker")" xargs -0 -n 1 -- echo /bin/bash -xc "$@" --' \
1414 "$(docker inspect "$(hostname)" --format '{{ range.Mounts }}{{ if eq .Destination "/__e" }}{{ .Source }}{{ end }}{{ end }}')" \
1515 'echo $0'
You can’t perform that action at this time.
0 commit comments