We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c85bf commit fb0d627Copy full SHA for fb0d627
1 file changed
container_build.py
@@ -39,7 +39,7 @@
39
import re
40
import argparse
41
42
-IMAGE = 'nefelinetworks/bess_build:' + os.getenv('TAG_SUFFIX', 'latest')
+IMAGE = os.getenv('IMAGE', 'nefelinetworks/bess_build') + ':' + os.getenv('TAG_SUFFIX', 'latest')
43
BESS_DIR_HOST = os.path.dirname(os.path.abspath(__file__))
44
BESS_DIR_CONTAINER = '/build/bess'
45
BUILD_SCRIPT = './build.py'
0 commit comments