Skip to content

Commit

Permalink
remove EOL dome and edifice from ign-docker-env tool (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashton Larkin <42042756+adlarkin@users.noreply.github.com>
  • Loading branch information
adlarkin committed Apr 5, 2022
1 parent 0b06ec4 commit 3129e5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/ign-docker-env.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
--vol $LOCAL_PATH:$CONTAINER_PATH Load volumes into Docker container (separate multiple volumes with '::')
Notes:
Valid inputs for IGN_RELEASE are 'citadel', 'dome', 'edifice', and 'fortress'.
Valid inputs for IGN_RELEASE are 'citadel' and 'fortress'.
Valid inputs for the --linux-distro arg are 'ubuntu:bionic' or 'ubuntu:focal'.
"""

Expand All @@ -53,8 +53,6 @@
focal = 'ubuntu:focal'
IGN_VERSIONS = {
'citadel': bionic,
'dome': bionic,
'edifice': focal,
'fortress': focal
}

Expand Down

0 comments on commit 3129e5a

Please sign in to comment.