Skip to content

Conversation

@fank
Copy link
Member

@fank fank commented Jan 30, 2026

Summary

Updates various config files with modern syntax and better defaults.

Changes

  • .dockerignore: Exclude unnecessary files from Docker build context

    • .git, .github, docs/, *.md, *.log
    • Build artifacts and local config
  • .gitignore: Use *.log pattern instead of specific log files

  • Dockerfile: Use modern ENV key=value syntax (fixes LegacyKeyValueFormat warning)

  • main.yml: Fix version comment (v5.10.0, not v3)

Supersedes #72

Test plan

  • Docker build succeeds without warnings
  • All tests pass

- .dockerignore: exclude .git, .github, docs, *.md, *.log, local config
- .gitignore: use *.log pattern instead of specific log files
- Dockerfile: use modern ENV key=value syntax
- main.yml: fix version comment (v5.10.0, not v3)
@fank fank merged commit 2a3076e into main Jan 30, 2026
3 checks passed
@fank fank deleted the chore/update-ignore-files branch January 30, 2026 13:45
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.

2 participants