Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 346 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 346 Bytes

docker-barebox-mkall

barebox MKALL build environment in Docker.

Usage

IMAGE=barebox-debian11
WORKDIR=$(pwd)/workdir

docker build -t $IMAGE -f Dockerfile.debian11 .
mkdir -p $WORKDIR/
cp MKALL-barebox.sh $WORKDIR/
docker run -it -v $WORKDIR:/workdir $IMAGE /workdir/MKALL-barebox.sh | tee $WORKDIR/$IMAGE-$(date +'%Y%m%d%H%M').log