blob: d54c8d9946e3d129c5c3796e500cc0ee1f52ea38 [file] [log] [blame]
#!/bin/sh
set -e
export LANG=C
tag=$(basename $PWD)
[ -z $ECR ] && echo "Error: ECR environment variable not set" && exit 1
cp ../eclair-linaro/ECLAIR_3.13.1-MC23P1-l64P_Setup.run .
cp -a ../bin .
image=${ECR}/misra:$tag
docker build --pull --tag=$image .
echo $image > .docker-tag