docker-node icon indicating copy to clipboard operation
docker-node copied to clipboard

Test for execute bit on docker-entrypoint.sh

Open nschonni opened this issue 4 years ago • 0 comments

Environment

  • Platform:
  • Docker Version:
  • Node.js Version:
  • Image Tag:

Expected Behavior

Current Behavior

Old directory is usually copied to create a new major release line. This seems to lose the execute bit depending on the platform. This is caught by the upstream CI, but isn't caught here.

Possible Solution

Look at the setup upstream to see if there is something to use, or do a basic check for the execute bit in CI job that filters on only the entrypoint files

Steps to Reproduce

Additional Information

nschonni avatar Oct 20 '21 01:10 nschonni