parent
32ca5156c4
commit
3f4d1f1555
9 changed files with 56 additions and 37 deletions
16
common/travis/docker.sh
Executable file
16
common/travis/docker.sh
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# docker.sh
|
||||
|
||||
[ "$XLINT" ] && exit 0
|
||||
|
||||
/bin/echo -e "\x1b[32mPulling docker image for $BOOTSTRAP from $TAG...\x1b[0m"
|
||||
docker pull voidlinux/masterdir-$BOOTSTRAP:$TAG
|
||||
docker run -d \
|
||||
--name void \
|
||||
-v "$(pwd)":/hostrepo \
|
||||
-v /tmp:/tmp \
|
||||
-e XLINT="$XLINT" \
|
||||
-e PATH="$PATH" \
|
||||
voidlinux/masterdir-$BOOTSTRAP:$TAG \
|
||||
/bin/sh -c 'sleep inf'
|
Loading…
Add table
Add a link
Reference in a new issue