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

chore: burndown remaining dockerfile lint issues #984

Open
justinthelaw opened this issue Sep 5, 2024 · 0 comments
Open

chore: burndown remaining dockerfile lint issues #984

justinthelaw opened this issue Sep 5, 2024 · 0 comments
Labels
good first issue Good for newcomers tech-debt Not a feature, but still necessary
Milestone

Comments

@justinthelaw
Copy link
Contributor

Describe what should be investigated or refactored

The Dockerfile lint is still bringing up several warnings and errors throughout our manifests that may be good to fix in the future:

failure-threshold: error
# TODO: slowly burn down these lower priority container issues
ignored:
  - DL3007 # use of latest image
  - DL3042 # pip --no-cache-dir
  - DL4006 # shell usage warning
  - DL3009 # apt-get list
  - DL3015 # --no-install-recommends
  - DL3018 # pinning distro package versions
  - DL3008 # pinning distro package versions
  - DL3045 # usage of relative COPY
  - DL3002 # last user as root
  - SC2086 # double quote vs single quote usage

Links to any relevant code

Additional context

Testing and some investigation will be required to ensure these changes do not break existing functionality.

@justinthelaw justinthelaw added good first issue Good for newcomers tech-debt Not a feature, but still necessary labels Sep 5, 2024
@justinthelaw justinthelaw added this to the EVERGREEN milestone Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers tech-debt Not a feature, but still necessary
Projects
None yet
Development

No branches or pull requests

1 participant