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 9, 2022. It is now read-only.
When trying to run the image as a jenkins build envirornment I get the following result:
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
The suggested approach of using docker run requires mounting the current volume (-v $PWD:/target). Due to particulars of the Jenkins setup, the volume mounting doesn't work.
The link on the error message (and some comments on the tickets linked above) suggests using a script as entrypoint so that non arguments can be run as is.