Skip to content

Fix all hadolint warnings in Dockerfile#580

Merged
yaronkoren merged 2 commits intomasterfrom
fix-dockerfile-lint
Feb 13, 2026
Merged

Fix all hadolint warnings in Dockerfile#580
yaronkoren merged 2 commits intomasterfrom
fix-dockerfile-lint

Conversation

@cicalese
Copy link
Contributor

@cicalese cicalese commented Feb 13, 2026

Summary

  • Double-quote variable reference in RUN sed command
  • Use absolute paths for COPY destinations (no WORKDIR set in this stage)

Closes #579

Test plan

  • hadolint Dockerfile produces no output
  • Image builds successfully

- Double-quote variable reference in RUN sed command (SC2086)
- Use absolute paths for COPY destinations (DL3045)
@github-actions
Copy link

🐳 The image based on 7430d89c commit has been built with 1.43.6-20260213-580 tag as ghcr.io/canastawiki/canasta:1.43.6-20260213-580

@cicalese cicalese marked this pull request as ready for review February 13, 2026 15:50
@yaronkoren yaronkoren merged commit 69425dd into master Feb 13, 2026
2 checks passed
@yaronkoren yaronkoren deleted the fix-dockerfile-lint branch February 13, 2026 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix hadolint warnings in Dockerfile

2 participants