OpenLiberty / OpenLiberty/ci.docker
Include a features.sh script in the full/beta images
Open
Nobody has claimed this yet.
zenhub-dev
- Dominant language
- Shell
- Stars
- 48
- Forks
- 60
- Avg merge
- 3h 2m
- Merged PRs (30d)
- 3
Description
Currently the features.sh script is only in the kernel feature. This has two inconveniences
- When switching the
FROMimage from kernel to full one must always remember to remove any calls tofeatures.shfrom theirDockerfile - If a user has created product extensions they cannot use the
features.shscript to install them on the full image like the would when using the kernel 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 by locating the Dockerfiles or image definitions for the kernel, full, and beta images, then inspect how the existing features.sh script is included in the kernel image. Make the script available in the full and beta images, and verify that switching images does not require removing features.sh calls and that product extensions can use it there.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, shell
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100