Docker image for Bluez Build
Docker image can be built manually for internal testing:
docker build . --file Dockerfile --tag bluez-build:<tag>and can be used to test like
docker run -ti --workdir /github/workspace -v "<local/path>":"/gihub/workspace" bluez-build:<tag> /bin/bashUse the following command to build for publishing.
docker build . --file Dockerfile \
--tag blueztestbot/bluez-build:latestUse the following command to push the image to Docker.io for publishing.
docker login -u "<username>" -p "<passowrd>" docker.io
docker push blueztestbot/bluez-build:<tag>docker pull blueztestbot/bluez-build:latestdocker images