OpenLiberty / OpenLiberty/ci.docker
For UBI images is chmod -R u+x /usr/bin necessary?
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 48
- Forks
- 60
- Avg merge
- 3h 2m
- Merged PRs (30d)
- 3
Description
It would be good if we could avoid doing this. If this changes any attributes on the files it is like copying a whole new file into our liberty layer of the image.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at line 29 of releases/latest/full/Dockerfile.ubi.openjdk17 and inspect the chmod command in the surrounding image-layer setup. Determine whether it is required for the UBI image, then verify that removing it preserves expected executable behavior and avoids unnecessary file-attribute changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, shell
- Domain
- build-system, devops
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100