diff --git a/plugins/ign-docker-env.py b/plugins/ign-docker-env.py index 8428d43..986a365 100644 --- a/plugins/ign-docker-env.py +++ b/plugins/ign-docker-env.py @@ -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'. """ @@ -53,8 +53,6 @@ focal = 'ubuntu:focal' IGN_VERSIONS = { 'citadel': bionic, - 'dome': bionic, - 'edifice': focal, 'fortress': focal }