Skip to content

Commit b1e2e43

Browse files
committed
Incorporate feedback on versioning doc
1 parent da28cf2 commit b1e2e43

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

docs/docker-images/IMAGE_TAGGING.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,27 @@ View Docker Image Tags here:
1212

1313
## Tagging Format
1414

15-
Ping Identity uses a number of standardized naming conventions
15+
Ping Identity uses a number of standardized naming conventions.
1616

1717
### product:edge
1818

1919
Eg. **pingaccess:edge**
2020

21-
The **edge** tag includes the latest product version and the latest enhancements of our Docker Image running on Alpine OS.
21+
The **edge** tag includes:
22+
23+
* Latest product version
24+
* Docker Image enhancements/fixes from our current sprint
25+
* Running on Alpine OS.
2226

2327
### product:latest
2428

2529
Eg. **pingfederate:latest**
2630

27-
The **latest** tag includes the latest product version and the most recent stable build of our Docker Image running on Alpine OS.
31+
The **latest** tag includes:
32+
33+
* The latest product version
34+
* Docker Image: All completed and qualified enhacements/fixes from our previous monthly sprint
35+
* Running on Alpine OS.
2836

2937
### product:ProductVersion-edge
3038

@@ -33,7 +41,7 @@ Eg. **pingaccess:5.3.0-edge**
3341
ProductVersion-edge tags use Alpine for the container OS.
3442

3543
* **5.3.0**: PingAccess product version
36-
* **edge**: Latest enhancements of our Docker Image
44+
* **edge**: Docker Image enhancements/fixes from our current sprint
3745

3846
### product:ImageVersion-ContainerOS-ProductVersion
3947

@@ -53,7 +61,15 @@ Eg. **pingaccess:1908-alpine-5.3.0**
5361
* Use the image digest in your deployment YAML Eg.
5462
`pingidentity/pingfederate@sha256:1d797fdd0d0dcd57e6873c8b8e1f58da661c677940cbe18de818003bd2d345b6`
5563

56-
> **NOTE**: Docker Images produced before Oct 1, 2019 having a tag format of **:product-edge** or **:productVersion:edge** will not receive further updates.
64+
## Docker Image Versioning
65+
66+
* Versions follow a YYMM format
67+
* Eg. 1909 is the build for September 2019
68+
* Build is reflective of the Sprint work completed for that month
69+
* Build is generated at the end of the sprint/month
70+
* Eg. 1909 - is built at the end of September, made available first week of October
71+
72+
> **NOTE**: Docker Images produced before September 1, 2019 having a tag format of **:product-edge** or **:productVersion:edge** will not receive further updates.
5773
5874
## Container OS
5975

0 commit comments

Comments
 (0)