File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# docker.sh will build docker images from
4
4
# the versions provided on the command line.
5
- # The binaries must already exist in the /vagrant
5
+ # The binaries must already exist in the build/builds
6
6
# directory and are usually built with the build.sh
7
7
# or the release.sh script. The last specified
8
8
# version will be used as the 'latest' image.
13
13
#
14
14
# will build three containers
15
15
#
16
- # * magiconair /fabio:1.1-go1.5.4
17
- # * magiconair /fabio:1.1-go1.6.2
18
- # * magiconair /fabio (which contains 1.1-go1.6.2)
16
+ # * fabiolb /fabio:1.1-go1.5.4
17
+ # * fabiolb /fabio:1.1-go1.6.2
18
+ # * fabiolb /fabio (which contains 1.1-go1.6.2)
19
19
#
20
- tag=magiconair /fabio
20
+ tag=fabiolb /fabio
21
21
22
22
if [[ $# = 0 ]]; then
23
23
echo " Usage: docker.sh <version> <version>"
You can’t perform that action at this time.
0 commit comments