Skip to content

Commit 4d240fb

Browse files
authored
Merge pull request #69 from JohanDevl/develop
fix: Docker tagging strategy and documentation migration
2 parents d96daf5 + e470e30 commit 4d240fb

File tree

3 files changed

+2
-271
lines changed

3 files changed

+2
-271
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:

DOCKER_CHANGES.md

Lines changed: 0 additions & 167 deletions
This file was deleted.

DOCKER_STRATEGY.md

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)