Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: add more tagReplace patterns (#2816)
Adds additional tag pattern replacements for image metadata This PR extends the tag replacement patterns in `image_metadata.json` to support more standardized formatting of: - Python versions (py35 → Python 3.5) - ROCm GPU versions (rocm5 → GPU:ROCm5) - Ubuntu versions (ubuntu20.04 → Ubuntu 20.04) - Anaconda versions (anaconda3.7 → Anaconda 3.7) - Julia versions (ji1.6 → Julia 1.6) - TPU versions (tpuv3 → TPU:TPUv3) - Alpine Linux versions (alpine3 → Alpine Linux 3) **Checklist:** - [ ] Documentation - [ ] Test case(s) to demonstrate the difference of before/after Example transformations: ``` py37 → Python 3.7 rocm5 → GPU:ROCm5 ubuntu20.04 → Ubuntu 20.04 ji1.6 → Julia 1.6 tpuv3 → TPU:TPUv3 alpine3 → Alpine Linux 3 ```
- Loading branch information