We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7cfe93 commit f38e38bCopy full SHA for f38e38b
plugins/ign-docker-env.py
@@ -33,8 +33,8 @@
33
--vol $LOCAL_PATH:$CONTAINER_PATH Load volumes into Docker container (separate multiple volumes with '::')
34
35
Notes:
36
- Valid inputs for IGN_RELEASE are 'citadel' and 'fortress'.
37
- 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'.
38
"""
39
40
import os
@@ -49,10 +49,8 @@
49
50
# TODO: use a yaml file to get this information
51
# keep track of all valid versions and their default linux distro
52
-bionic = 'ubuntu:bionic'
53
focal = 'ubuntu:focal'
54
IGN_VERSIONS = {
55
- 'citadel': bionic,
56
'fortress': focal
57
}
58
0 commit comments