Container runtime Permission Denied
Summary
The current source cannot be used for build/run as it receives a permission denied for the /entrypoint.py
Steps to reproduce
- Build image
- Run Image interactively
What is the current bug behavior?
(Image built locally from source)
docker run jira-data-center/jira-node:8.5.13
docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: exec: "/entrypoint.py": permission denied: unknown.
ERRO[0000] error waiting for container: context canceled
What is the expected correct behavior?
When running the container in interactive mode, it should start the loading of the application and provide access to the application over the published port.
Relevant logs and/or screenshots
** See above
Possible fixes
After the entrypoint.py script is copied into the container image during build (in the Dockerfile), the file needs to be modified for execution.
IE
RUN chmod +x /entrypoint.py
Defintion of Done
-
Bug has been identified and corrected within the container
/cc @ironbank-notifications/bug