luckyframework / luckyframework/authentic
Dockerfile optimizations
Nobody has claimed this yet.
- Dominant language
- Crystal
- Stars
- 15
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
These are fixed in #39 but I am making an issue nonetheless.
1. Remove packages which exist in the base image at the same version
2. move WORKDIR to the top
3. `COPY` over `ADD` -- `ADD` is for archive files such as zip, tarballs, etc.
Contributor guide
No contributing guide indexed for this repository
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
Issue #39 says these changes are fixed, so verify its status before doing any work. Then inspect the repository Dockerfile and check the three listed optimizations: package duplication, WORKDIR placement, and ADD versus COPY usage. Done means all three changes are present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dockerfile
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 15/100