Skip to content

Commit 38f73da

Browse files
committed
Switch Docker image to fabiolb
1 parent 056d3d2 commit 38f73da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build/docker.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# docker.sh will build docker images from
44
# 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
66
# directory and are usually built with the build.sh
77
# or the release.sh script. The last specified
88
# version will be used as the 'latest' image.
@@ -13,11 +13,11 @@
1313
#
1414
# will build three containers
1515
#
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)
1919
#
20-
tag=magiconair/fabio
20+
tag=fabiolb/fabio
2121

2222
if [[ $# = 0 ]]; then
2323
echo "Usage: docker.sh <version> <version>"

0 commit comments

Comments
 (0)