mirror of https://github.com/docker/buildx.git
Merge pull request #2427 from dvdksn/remove-doc-stubs
docs: remove stub files and update links
This commit is contained in:
commit
833fe3b04f
10
README.md
10
README.md
|
@ -187,12 +187,12 @@ through various "drivers". Each driver defines how and where a build should
|
||||||
run, and have different feature sets.
|
run, and have different feature sets.
|
||||||
|
|
||||||
We currently support the following drivers:
|
We currently support the following drivers:
|
||||||
- The `docker` driver ([guide](docs/manuals/drivers/docker.md), [reference](https://docs.docker.com/engine/reference/commandline/buildx_create/#driver))
|
- The `docker` driver ([guide](https://docs.docker.com/build/drivers/docker/), [reference](https://docs.docker.com/engine/reference/commandline/buildx_create/#driver))
|
||||||
- The `docker-container` driver ([guide](docs/manuals/drivers/docker-container.md), [reference](https://docs.docker.com/engine/reference/commandline/buildx_create/#driver))
|
- The `docker-container` driver ([guide](https://docs.docker.com/build/drivers/docker-container/), [reference](https://docs.docker.com/engine/reference/commandline/buildx_create/#driver))
|
||||||
- The `kubernetes` driver ([guide](docs/manuals/drivers/kubernetes.md), [reference](https://docs.docker.com/engine/reference/commandline/buildx_create/#driver))
|
- The `kubernetes` driver ([guide](https://docs.docker.com/build/drivers/kubernetes/), [reference](https://docs.docker.com/engine/reference/commandline/buildx_create/#driver))
|
||||||
- The `remote` driver ([guide](docs/manuals/drivers/remote.md))
|
- The `remote` driver ([guide](https://docs.docker.com/build/drivers/remote/))
|
||||||
|
|
||||||
For more information on drivers, see the [drivers guide](docs/manuals/drivers/index.md).
|
For more information on drivers, see the [drivers guide](https://docs.docker.com/build/drivers/).
|
||||||
|
|
||||||
## Working with builder instances
|
## Working with builder instances
|
||||||
|
|
||||||
|
|
|
@ -275,7 +275,7 @@ type xbake struct {
|
||||||
NoCacheFilter stringArray `yaml:"no-cache-filter,omitempty"`
|
NoCacheFilter stringArray `yaml:"no-cache-filter,omitempty"`
|
||||||
Contexts stringMap `yaml:"contexts,omitempty"`
|
Contexts stringMap `yaml:"contexts,omitempty"`
|
||||||
// don't forget to update documentation if you add a new field:
|
// don't forget to update documentation if you add a new field:
|
||||||
// docs/manuals/bake/compose-file.md#extension-field-with-x-bake
|
// https://github.com/docker/docs/blob/main/content/build/bake/compose-file.md#extension-field-with-x-bake
|
||||||
}
|
}
|
||||||
|
|
||||||
type stringMap map[string]string
|
type stringMap map[string]string
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
# CI/CD
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# CNI networking
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/buildkit/configure/#cni-networking)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Color output controls
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/env-vars/#buildkit_colors)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Using a custom network
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/drivers/docker-container/#custom-network)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Using a custom registry configuration
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/buildkit/configure/#setting-registry-certificates)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# OpenTelemetry support
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/opentelemetry/)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Registry mirror
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/buildkit/configure/#registry-mirror)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Resource limiting
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/buildkit/configure/#resource-limiting)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Defining additional build contexts and linking targets
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/bake/build-contexts)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Building from Compose file
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/bake/compose-file)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Configuring builds
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/bake/configuring-build)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Bake file definition
|
|
||||||
|
|
||||||
This page has moved to [docs/bake-reference.md](../../bake-reference.md)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# User defined HCL functions
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/bake/hcl-funcs)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# High-level build options with Bake
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/bake)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Azure Blob Storage cache storage
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/cache/backends/azblob)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# GitHub Actions cache storage
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/cache/backends/gha)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Cache storage backends
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/cache/backends)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Inline cache storage
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/cache/backends/inline)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Local cache storage
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/cache/backends/local)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Registry cache storage
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/cache/backends/registry)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Amazon S3 cache storage
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/cache/backends/s3)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Docker container driver
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/drivers/docker-container)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Docker driver
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/drivers/docker)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Buildx drivers overview
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/drivers)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Kubernetes driver
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/drivers/kubernetes)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Remote driver
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/drivers/remote)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Image and registry exporters
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/exporters/image-registry)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Exporters overview
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/exporters)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Local and tar exporters
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/exporters/local-tar)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# OCI and Docker exporters
|
|
||||||
|
|
||||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/building/exporters/oci-docker)
|
|
|
@ -574,8 +574,8 @@ $ docker buildx build --load --progress=plain .
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
>
|
>
|
||||||
> Check also our [Color output controls guide](https://github.com/docker/buildx/blob/master/docs/guides/color-output.md)
|
> Check also the [`BUILDKIT_COLORS`](https://docs.docker.com/build/building/variables/#buildkit_colors)
|
||||||
> for modifying the colors that are used to output information to the terminal.
|
> environment variable for modifying the colors of the terminal output.
|
||||||
|
|
||||||
### <a name="provenance"></a> Create provenance attestations (--provenance)
|
### <a name="provenance"></a> Create provenance attestations (--provenance)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue