Skip to content

Commit

Permalink
Remove Citadel from ign-docker-env tool
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero committed Dec 26, 2024
1 parent a7cfe93 commit ae8a7e4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plugins/ign-docker-env.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
--vol $LOCAL_PATH:$CONTAINER_PATH Load volumes into Docker container (separate multiple volumes with '::')
Notes:
Valid inputs for IGN_RELEASE are 'citadel' and 'fortress'.
Valid inputs for the --linux-distro arg are 'ubuntu:bionic' or 'ubuntu:focal'.
Valid inputs for IGN_RELEASE are: 'fortress'.
Valid inputs for the --linux-distro arg are: 'ubuntu:focal'.
"""

import os
Expand All @@ -49,10 +49,8 @@

# TODO: use a yaml file to get this information
# keep track of all valid versions and their default linux distro
bionic = 'ubuntu:bionic'
focal = 'ubuntu:focal'
IGN_VERSIONS = {
'citadel': bionic,
'fortress': focal
}

Expand Down

0 comments on commit ae8a7e4

Please sign in to comment.