1
0
mirror of https://github.com/rancher/os.git synced 2025-06-22 04:57:04 +00:00
os/build.sh

11 lines
188 B
Bash
Raw Normal View History

2015-02-09 04:38:37 +00:00
#!/bin/bash
set -e
cd $(dirname $0)
export DOCKER_IMAGE=rancher-os-build
2015-02-19 18:26:59 +00:00
./scripts/ci "$@"
2015-02-09 04:38:37 +00:00
mkdir -p dist
docker run -it -e CHOWN_ID=$(id -u) -v $(pwd)/dist:/source/target $DOCKER_IMAGE