From 3587b726b574ae40437ae39e82ce130c7d741d08 Mon Sep 17 00:00:00 2001 From: Gregg Juan Eduardo Palomo Herrera Date: Thu, 8 Apr 2021 09:20:29 -0500 Subject: [PATCH 1/4] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10256a2f..6442988b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# buildx + # buildx [![PkgGoDev](https://img.shields.io/badge/go.dev-docs-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/docker/buildx) [![Build Status](https://github.com/docker/buildx/workflows/build/badge.svg)](https://github.com/docker/buildx/actions?query=workflow%3Abuild) From 18534b36e37ad5e4ebf8082d1c854d7831b55fb8 Mon Sep 17 00:00:00 2001 From: Gregg Juan Eduardo Palomo Herrera Date: Thu, 8 Apr 2021 09:21:00 -0500 Subject: [PATCH 2/4] CONTRIBUTING.md --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 24461870..6e0217c7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contribute to the Buildx project + # Contribute to the Buildx project This page contains information about reporting issues as well as some tips and guidelines useful to experienced open source contributors. @@ -289,4 +289,4 @@ The rules: If you are having trouble getting into the mood of idiomatic Go, we recommend reading through [Effective Go](https://golang.org/doc/effective_go.html). The -[Go Blog](https://blog.golang.org) is also a great resource. \ No newline at end of file +[Go Blog](https://blog.golang.org) is also a great resource. From 2f148c10c19a167fc7b640ca7ec43fe90cc8733b Mon Sep 17 00:00:00 2001 From: Gregg Juan Eduardo Palomo Herrera Date: Thu, 8 Apr 2021 09:23:39 -0500 Subject: [PATCH 3/4] buildx_build.md --- docs/reference/buildx_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/buildx_build.md b/docs/reference/buildx_build.md index d7711085..e9bf364f 100644 --- a/docs/reference/buildx_build.md +++ b/docs/reference/buildx_build.md @@ -1,4 +1,4 @@ -# buildx build +# buildx build ``` docker buildx build [OPTIONS] PATH | URL | - From 9995970ae203adf273aede90c9a6213a6afc9545 Mon Sep 17 00:00:00 2001 From: Gregg Juan Eduardo Palomo Herrera Date: Thu, 8 Apr 2021 09:25:19 -0500 Subject: [PATCH 4/4] buildx_create.md --- docs/reference/buildx_create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/buildx_create.md b/docs/reference/buildx_create.md index 28a68798..f7fe9696 100644 --- a/docs/reference/buildx_create.md +++ b/docs/reference/buildx_create.md @@ -1,4 +1,4 @@ -# buildx create +# buildx create ``` docker buildx create [OPTIONS] [CONTEXT|ENDPOINT]