Skip to content

Commit 285e696

Browse files
JohanDevlclaude
andcommitted
docs: move Docker documentation to wiki and clean references
- Remove DOCKER_STRATEGY.md and DOCKER_CHANGES.md from main repository - Update CLAUDE.md to reference comprehensive Docker wiki documentation - Clean up redundant Docker documentation in favor of centralized wiki - Maintain quick usage examples while pointing to detailed wiki guide All Docker documentation is now consolidated in the English wiki at: https://github.com/JohanDevl/Export_Trakt_4_Letterboxd/wiki/Docker 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 441b69e commit 285e696

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

CLAUDE.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -233,28 +233,15 @@ The project uses GitHub Actions with:
233233

234234
### Docker Image Management
235235

236-
The project implements an intelligent Docker image management system:
236+
The project implements an intelligent Docker image management system with semantic versioning and automatic cleanup. For comprehensive Docker documentation including image strategy, compose profiles, and usage examples, see the [Docker Wiki](https://github.com/JohanDevl/Export_Trakt_4_Letterboxd/wiki/Docker).
237237

238-
**Tagging Strategy:**
239-
- `latest` + `main` + `v1.2.3` for main branch (semantic versioning)
240-
- `develop` for develop branch
241-
- `PR-123` for pull requests (testing before merge)
242-
243-
**Automatic Cleanup:**
244-
- PR images are deleted when PR is closed
245-
- Daily cleanup (2 AM UTC) removes obsolete images
246-
- Protected tags: `latest`, `main`, `develop`, semantic versions (`v*`), and active PR tags
247-
- Cleanup applies to both Docker Hub and GitHub Container Registry
248-
249-
**Usage Examples:**
238+
**Quick Usage:**
250239
```bash
251240
docker pull johandevl/export-trakt-4-letterboxd:latest # Production
252241
docker pull johandevl/export-trakt-4-letterboxd:develop # Development
253242
docker pull johandevl/export-trakt-4-letterboxd:PR-123 # Test PR
254243
```
255244

256-
See `DOCKER_STRATEGY.md` for detailed information.
257-
258245
## Common Patterns
259246

260247
**Structured Logging**: All log messages use structured format with message keys:

0 commit comments

Comments
 (0)