Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fail stage delivery #85

Open
brunohmg89 opened this issue Apr 3, 2024 · 0 comments
Open

fail stage delivery #85

brunohmg89 opened this issue Apr 3, 2024 · 0 comments

Comments

@brunohmg89
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant