Skip to content

Commit

Permalink
Add correspondances for Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 28, 2023
1 parent 3858612 commit 0f69a3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions c2cciutils/scripts/docker_versions_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def main() -> None:
if dist not in cache:
correspondence = {
"ubuntu_22_04": ("22.04", "jammy"),
"debian_11": ("11", "bullseye"),
"debian_12": ("12", "bookworm"),
}
if dist in correspondence:
tag, dist_name = correspondence[dist]
Expand Down

0 comments on commit 0f69a3f

Please sign in to comment.