Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 396 Bytes

File metadata and controls

12 lines (10 loc) · 396 Bytes

Dockerfile of Bossa

You can use the Dockerfile in the current directory to build a Docker image of Bossa:

# build a Docker image
docker build -t bossa-image .
# build a Docker image from a specific Bossa commit
docker build -t bossa-image --build-arg BOSSA_HASH=<COMMIT_HASH> .
# setup GitHub proxy when building image
docker build -t bossa-image --build-arg GITHUB_PROXY=<URL> .