Skip to content

Commit 23b323e

Browse files
committed
Tag 2025 containers as "latest"
Signed-off-by: Jean-Francois Panisset <[email protected]>
1 parent 3392f14 commit 23b323e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

python/aswfdocker/data/versions.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ versions:
141141
ASWF_CLANG_VERSION: "15.0.7"
142142
"4":
143143
major_version: "4"
144-
tags: ["latest"]
145144
ci_common_version: "4"
146145
conan_profile: "ci_common4"
147146
package_versions:
@@ -168,15 +167,14 @@ versions:
168167
"4-clang17":
169168
parent_versions: ["4"]
170169
major_version: "4"
171-
tags: ["latest"]
172170
ci_common_version: "4"
173171
use_major_version_as_tag: true
174172
package_versions:
175173
ASWF_CLANG_MAJOR_VERSION: "17"
176174
ASWF_CLANG_VERSION: "17.0.6"
177175
"5":
178176
major_version: "5"
179-
tags: ["draft"]
177+
tags: ["latest"]
180178
ci_common_version: "5"
181179
conan_profile: "ci_common5"
182180
package_versions:
@@ -203,7 +201,7 @@ versions:
203201
"5-clang19":
204202
parent_versions: ["5"]
205203
major_version: "5"
206-
tags: ["draft"]
204+
tags: ["latest"]
207205
ci_common_version: "5"
208206
use_major_version_as_tag: true
209207
package_versions:
@@ -467,7 +465,6 @@ versions:
467465
"2024":
468466
parent_versions: ["4", "4-clang16"]
469467
major_version: "2024"
470-
tags: ["latest"]
471468
ci_common_version: "4"
472469
conan_profile: "vfx2024"
473470
package_versions:
@@ -584,13 +581,12 @@ versions:
584581
"2024-clang17":
585582
parent_versions: ["4", "4-clang17", "2024"]
586583
major_version: "2024"
587-
tags: ["latest"]
588584
use_major_version_as_tag: true
589585
ci_common_version: "4"
590586
"2025":
591587
parent_versions: ["5", "5-clang18"]
592588
major_version: "2025"
593-
tags: ["draft"]
589+
tags: ["latest"]
594590
ci_common_version: "5"
595591
conan_profile: "vfx2025"
596592
package_versions:
@@ -707,7 +703,7 @@ versions:
707703
"2025-clang19":
708704
parent_versions: ["5", "5-clang19", "2025"]
709705
major_version: "2025"
710-
tags: ["draft"]
706+
tags: ["latest"]
711707
use_major_version_as_tag: true
712708
ci_common_version: "5"
713709

0 commit comments

Comments
 (0)