git clone git://git.yoctoproject.org/poky
cd poky
git checkout -b zeus origin/zeus
./yocto-docker/docker-bake.sh core-image-minimal
docker pull 3mdeb/yocto-docker
./build.sh
Refer to the docker-release-manager
If similar message appears:
dirname: missing operand
Try 'dirname --help' for more information.
dirname: missing operand
Try 'dirname --help' for more information.
It probably means that your SSH key
is not exposed via the
ssh-agent. In this case you could run:
eval `ssh-agent`
ssh-add