From e5c53e1d2d8e1b1a9a0a1298731946fe4a3d016e Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Mon, 29 Jan 2018 13:50:54 -0500 Subject: [PATCH] Update the README - Removes the incubation line (already graduated) - Go 1.5 is 3 years old. Remove not regarding building on 1.5 - Remove not working Slack widget --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index a5db9eb4..803a5aad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kompose (Kubernetes + Compose) -[![Build Status Widget]][Build Status] [![Coverage Status Widget]][Coverage Status] [![GoDoc Widget]][GoDoc] [![GoReportCard Widget]][GoReportCardResult] [![Slack Widget]][Slack] +[![Build Status Widget]][Build Status] [![Coverage Status Widget]][Coverage Status] [![GoDoc Widget]][GoDoc] [![GoReportCard Widget]][GoReportCardResult] `kompose` is a tool to help users who are familiar with `docker-compose` move to [Kubernetes](http://kubernetes.io). `kompose` takes a Docker Compose file and translates it into Kubernetes resources. @@ -112,12 +112,6 @@ Or `go build`: $ go build -o kompose main.go ``` -If you have `go` v1.5, it's still good to build `kompose` with the following settings: - -```console -$ CGO_ENABLED=0 GO15VENDOREXPERIMENT=1 go build -o kompose main.go -``` - To create a multi-platform binary, use the `cross` command via `make`: ```console @@ -143,8 +137,6 @@ __Issues:__ If you find any issues, please [file it](https://github.com/kubernet __Kubernetes Community:__ As part of the Kubernetes ecosystem, we follow the Kubernetes community principles. More information can be found on the [community page](http://kubernetes.io/community/). -__Kubernetes Incubation:__ Kompose is being incubated into the Kubernetes community via [SIG-APPS](https://github.com/kubernetes/community/tree/master/sig-apps) on [kubernetes/community](https://github.com/kubernetes/community). [@ericchiang](https://github.com/ericchiang) is acting champion for [incubation](https://github.com/kubernetes/community/blob/master/incubator.md). - __Chat (Slack):__ We're fairly active on [Slack](http://slack.kubernetes.io#kompose) and you can find us in the #kompose channel. ## Road Map @@ -159,8 +151,6 @@ Participation in the Kubernetes community is governed by the [Kubernetes Code of [Build Status Widget]: https://travis-ci.org/kubernetes/kompose.svg?branch=master [GoDoc]: https://godoc.org/github.com/kubernetes/kompose [GoDoc Widget]: https://godoc.org/github.com/kubernetes/kompose?status.svg -[Slack]: http://slack.kubernetes.io#kompose -[Slack Widget]: https://s3.eu-central-1.amazonaws.com/ngtuna/join-us-on-slack.png [Coverage Status Widget]: https://coveralls.io/repos/github/kubernetes/kompose/badge.svg?branch=master [Coverage Status]: https://coveralls.io/github/kubernetes/kompose?branch=master [GoReportCard Widget]: https://goreportcard.com/badge/github.com/kubernetes/kompose