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
Hey guys.
I have a problem when trying to perform the delivery stage, when using the "cdrx/pyinstaller-linux" image it presents the following error:
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).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
I tried to put this argument that was mentioned in the error "--entrypoint='' the error changes:
/var/lib/jenkins/workspace/Python@tmp/durable-3985890e/script.sh.copy: 1: /var/lib/jenkins/workspace/Python@tmp/durable-3985890e/script.sh.copy: pyinstaller: not found
I also tried to upload a Python container and install "pyinstaller" but the error changes to permission.
Installing collected packages: altgraph, packaging, pyinstaller-hooks-contrib, pyinstaller
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/.local'
Check the permissions.
Could anyone help me resolve these errors?
The text was updated successfully, but these errors were encountered:
Hey guys.
I have a problem when trying to perform the delivery stage, when using the "cdrx/pyinstaller-linux" image it presents the following error:
I tried to put this argument that was mentioned in the error "--entrypoint='' the error changes:
I also tried to upload a Python container and install "pyinstaller" but the error changes to permission.
Could anyone help me resolve these errors?
The text was updated successfully, but these errors were encountered: