docker-workflow-plugin
docker-workflow-plugin copied to clipboard
Fix: Distroless containers do not have a PATH - sponsored by SDA SE
By using distroless container images (see https://github.com/GoogleContainerTools/distroless), we try to remove as much components as possible. Actually, we just copy the components needed. Therefore, no bash/sh/$PATH is there. To be able to run distroless-images in the pipeline, the absolute path would be very helpful.
Alternative suggestions are welcome.
(conflict with #305)