Skip to content

BluezTestBot/docker-bluez-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

docker-bluez-build

Docker image for Bluez Build

Manual 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/bash

Build for publishing

Use the following command to build for publishing.

docker build . --file Dockerfile \
               --tag blueztestbot/bluez-build:latest

Publishing to Docker.io

Use 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>

Useful commands

Pull the image from Docker.io

docker pull blueztestbot/bluez-build:latest

Show list of images

docker images

About

Docker image for Bluez Build

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors