diff --git a/README.md b/README.md index f39a00951dd8..5023d93fb8ce 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ BuildKit builds are based on a binary intermediate format called LLB that is use See [`solver/pb/ops.proto`](./solver/pb/ops.proto) for the format definition, and see [`./examples/README.md`](./examples/README.md) for example LLB applications. -Currently, the following high-level languages has been implemented for LLB: +Currently, the following high-level languages have been implemented for LLB: - Dockerfile (See [Exploring Dockerfiles](#exploring-dockerfiles)) - [Buildpacks](https://github.com/tonistiigi/buildkit-pack) @@ -536,7 +536,7 @@ S3 configuration: AWS Authentication: The simplest way is to use an IAM Instance profile. -Others options are: +Other options are: * Any system using environment variables / config files supported by the [AWS Go SDK](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html). The configuration must be available for the buildkit daemon, not for the client. * Using the following attributes: diff --git a/docs/stargz-estargz.md b/docs/stargz-estargz.md index f747ca092263..eda1722298bc 100644 --- a/docs/stargz-estargz.md +++ b/docs/stargz-estargz.md @@ -264,5 +264,5 @@ You can also create any stargz/eStargz image using the variety of tools includin - [`ctr-remote`](https://github.com/containerd/stargz-snapshotter/blob/v0.13.0/docs/ctr-remote.md): containerd CLI developed in stargz snapshotter project. This supports converting an OCI/Docker image into eStargz and [optimizing](https://github.com/containerd/stargz-snapshotter/blob/v0.13.0/docs/estargz.md#example-use-case-of-prioritized-files-workload-based-image-optimization-in-stargz-snapshotter) it. - [`stargzify`](https://github.com/google/crfs/tree/master/stargz/stargzify): CLI tool to convert an OCI/Docker image to stargz. This is developed in CRFS project. Creating eStargz is unsupported. -There also other tools including Kaniko, ko, builpacks.io that support eStargz creation. +There are also other tools including Kaniko, ko, builpacks.io that support eStargz creation. For more details, please refer to [`Creating eStargz images with tools in the community` section in the introductory post](https://medium.com/nttlabs/lazy-pulling-estargz-ef35812d73de). diff --git a/frontend/dockerfile/docs/reference.md b/frontend/dockerfile/docs/reference.md index d4b34f3f9894..1679462d0ca3 100644 --- a/frontend/dockerfile/docs/reference.md +++ b/frontend/dockerfile/docs/reference.md @@ -2115,7 +2115,7 @@ RUN echo "I'm building for $TARGETPLATFORM" | `BUILDKIT_CACHE_MOUNT_NS` | String | Set optional cache ID namespace. | | `BUILDKIT_CONTEXT_KEEP_GIT_DIR` | Bool | Trigger git context to keep the `.git` directory. | | `BUILDKIT_INLINE_CACHE`[^2] | Bool | Inline cache metadata to image config or not. | -| `BUILDKIT_MULTI_PLATFORM` | Bool | Opt into determnistic output regardless of multi-platform output or not. | +| `BUILDKIT_MULTI_PLATFORM` | Bool | Opt into deterministic output regardless of multi-platform output or not. | | `BUILDKIT_SANDBOX_HOSTNAME` | String | Set the hostname (default `buildkitsandbox`) | | `BUILDKIT_SYNTAX` | String | Set frontend image | | `SOURCE_DATE_EPOCH` | Int | Set the UNIX timestamp for created image and layers. More info from [reproducible builds](https://reproducible-builds.org/docs/source-date-epoch/). Supported since Dockerfile 1.5, BuildKit 0.11 |