Skip to content

Commit

Permalink
Refactor image tagging and management section
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytes committed Feb 14, 2024
1 parent 46bd3d2 commit 4c7662c
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions slides/Slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,24 +181,17 @@ Container images bundle application code with the necessary runtime, libraries,

---

# Image Tagging and Management
## Organizing and Versioning

- **Tagging**: Assigns identifiable tags to Docker images, aiding in version control and organization.
- **Best Practices**:
- Use semantic versioning or specific build identifiers.
- Maintain clear and consistent tagging conventions for easy tracking.

---

# Image Tags: Stable vs Unique

| Stable Tags | Unique Tags |
|-------------|----------------|
| latest | sha256:1234567890 |
| stable | build-1234 |
| v1.0 | 2022-01-01 |
| | 1.0.0 |
- Use semantic versioning or specific build identifiers.
- Maintain clear and consistent tagging conventions for easy tracking.

> | Stable Tags | Unique Tags |
> |-------------|----------------|
> | latest | sha256:1234567890 |
> | stable | build-1234 |
> | v1.0 | 2022-01-01 |
> | production | 1.0.2 |
---

Expand Down

0 comments on commit 4c7662c

Please sign in to comment.