From 061cf8859e6dd846bba22e73ac14eca8d67bc92a Mon Sep 17 00:00:00 2001 From: Corey Daley Date: Wed, 15 Mar 2023 21:34:55 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 73c55c7f2..066e30523 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ +[![Go Reference](https://pkg.go.dev/badge/github.com/openshift/source-to-image.svg)](https://pkg.go.dev/github.com/openshift/source-to-image) +[![License](https://img.shields.io/github/license/openshift/source-to-image.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) + # Source-To-Image (S2I) ## Overview -[![Go Report Card](https://goreportcard.com/badge/github.com/openshift/source-to-image)](https://goreportcard.com/report/github.com/openshift/source-to-image) -[![GoDoc](https://godoc.org/github.com/openshift/source-to-image?status.png)](https://godoc.org/github.com/openshift/source-to-image) -[![Travis](https://travis-ci.org/openshift/source-to-image.svg?branch=master)](https://travis-ci.org/openshift/source-to-image) -[![License](https://img.shields.io/github/license/openshift/source-to-image.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) - Source-to-Image (S2I) is a toolkit and workflow for building reproducible container images from source code. S2I produces ready-to-run images by injecting source code into a container image and letting the container prepare that source code for execution. By creating self-assembling **builder images**, you can version and control your build environments exactly like you use container images to version your runtime environments.