blob: 6ea061409dc98490efba30fb86e404105e43a5a6 [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.12.0-MC23P1-l64P_Setup.run .
cp -a ../bin .
image=${ECR}/misra:$tag
docker build --pull --tag=$image .
echo $image > .docker-tag