posit-dev / posit-dev/images-shared

Unify condensed OS identifier formatting

Open
#346 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

cvp:0 docker enhancement priority/medium python tdp:2 tech debt
Dominant language
Python
Stars
2
Forks
0
Avg merge
4d 13h
Merged PRs (30d)
22

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the paths that format condensed OS identifiers in artifact filenames, then trace how those filenames handle extension splitting. Check every affected representation and define the change as complete when identifiers consistently use the readable ubuntu-22.04 style without breaking extension handling.

Written by the indexing model from the issue text.

Assessment

Domain
build-system, tooling
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.