Skip to content

buildkite/golang-docker-example

Repository files navigation

Buildkite Golang Docker Pipeline Example

Build status Add to Buildkite

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

See the full Getting Started Guide for step-by-step instructions on how to get this running, or Add to Buildkite to try it yourself.

Screenshot of Buildkite Golang Docker example pipeline

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)

About

An example of how to run a Golang project in Docker in a Buildkite pipeline

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8