Skip to content

Commit

Permalink
core(buildgo): Update buildgo image README.md (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukkor authored Mar 8, 2019
1 parent afc942c commit 67cd439
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion buildgo/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Current version: `golang:1.12.0-stretch` and `librdkafka-0.11.5`

# buildgo

Docker image used at JobTeaser to build golang related projects.

It is based on `golang:1.XX.XX-alpine` image with added `librdkafka-dev` package as we use Kafka in our projects.
It is based on `golang:1.XX.XX-stretch` image with added `librdkafka-${LIBRDKAFKA_VERSION}` package as we use Kafka in our projects.

We rebuild `librdkafka` from scratch to use the right version working with `golang`.

0 comments on commit 67cd439

Please sign in to comment.