Skip to content

buildkite/golang-docker-example

Repository files navigation

Buildkite Golang Docker Example

Add to Buildkite

This repository is an example on how to test a Golang project through Docker using Buildkite.

Using in your own build pipelines

  1. Ensure docker-compose is installed on your build system. For details on how to do this, see: https://docs.docker.com/compose/install/

  2. Use our Dockerfile and docker-compose.yml files as defaults:

    cd /your/golang/repo
    curl -o Dockerfile https://raw.githubusercontent.com/buildkite/golang-docker-example/master/Dockerfile
    curl -o docker-compose.yml https://raw.githubusercontent.com/buildkite/golang-docker-example/master/docker-compose.yml

License

See Licence.md (MIT)