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

[docker] Unpacking a zip ignores executable bit #358

Closed
2 of 4 tasks
aalmiray opened this issue Aug 13, 2021 · 0 comments
Closed
2 of 4 tasks

[docker] Unpacking a zip ignores executable bit #358

aalmiray opened this issue Aug 13, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@aalmiray
Copy link
Member

Task List

  • Steps to reproduce provided
  • Stacktrace (if present) provided
  • Example that reproduces the problem (link to git repository is ideal)
  • Full description of the issue provided (see below)

Steps to Reproduce

  1. Configure a NATIVE_IMAGE distribution and the docker packager.
  2. Make sure the scratch base image is selected.
  3. Generate a Docker template and remove the chmod instruction.
  4. Package the project.
  5. Run the generated docker image.

Expected Behaviour

The application should work as expected.

Actual Behaviour

The executable fails as it does not have the correct permissions.

Environment Information

  • Operating System: N/A
  • JReleaser Version: 0.6.0
  • JDK Version: N/A
@aalmiray aalmiray added the bug Something isn't working label Aug 13, 2021
@aalmiray aalmiray added this to the v0.7.0 milestone Aug 13, 2021
@aalmiray aalmiray self-assigned this Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant