-
Notifications
You must be signed in to change notification settings - Fork 0
Unify condensed OS identifier formatting #346
Copy link
Copy link
Open
Labels
cvp:0Necessary projects we are undertaking that don’t directly deliver value to the customerNecessary projects we are undertaking that don’t directly deliver value to the customerdockerRelated to container images we produceRelated to container images we produceenhancementNew feature or requestNew feature or requestpriority/mediumMedium priorityMedium prioritypythonPull requests that update python codePull requests that update python codetdp:2The team notices.The team notices.tech debtTechnical debt we should addressTechnical debt we should address
Metadata
Metadata
Assignees
Labels
cvp:0Necessary projects we are undertaking that don’t directly deliver value to the customerNecessary projects we are undertaking that don’t directly deliver value to the customerdockerRelated to container images we produceRelated to container images we produceenhancementNew feature or requestNew feature or requestpriority/mediumMedium priorityMedium prioritypythonPull requests that update python codePull requests that update python codetdp:2The team notices.The team notices.tech debtTechnical debt we should addressTechnical debt we should address
Type
Fields
Give feedbackNo fields configured for Enhancement.
We have two different representation formats for short-hand or condensed OS identifiers in artifacts such as filenames. For instance, Ubuntu 22.04 could be condensed as "ubuntu2204" or "ubuntu-22.04" depending on where its used. At some point, we should unify our identifiers to be the "ubuntu-22.04" style as it is more readable and usable in most cases. We will need to consider that this will affect extension splitting when used in filenames.