Make it work with Jenkins?!? Just add the busybox-apk! #4852
koffeiniker
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Thanks for suggesting. How much would it increase the size of the Docker image? |
Beta Was this translation helpful? Give feedback.
2 replies
-
That's what I do already. Ok, I keep doing that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Jenkins offers build pipeline with docker containers.
Regrettably the plugin is a bit nerdy and it requires the command "cat" to work. Easy to override the --entrypoint to sh, but cat is missing.
Could you integrate "apk add busybox", pretty please?
Until then it is always possible to integrate a Dockerfile to derive the image and adapt it. But just adding busybox and thus the cat command would do the trick ;-).
Thanks in advance!
--- Some background:
The docker_pipeline plugin of jenkins assumes to start the container on "cat", thus keeping it alive until it closes the stdin. It sideways executes the build steps in that containers using the equiv of "docker exec", I presume.
Beta Was this translation helpful? Give feedback.
All reactions