luckyframework / luckyframework/authentic

Dockerfile optimizations

Open
#40 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.