Skip to content

Commit

Permalink
Update public-site/docs/src/references/reference-radix-config/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fredrik Hatletvedt <[email protected]>
  • Loading branch information
satr and Pespiri authored Oct 4, 2023
1 parent 6ac5a66 commit 5581669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The `build` section of the spec contains configuration needed during build (CI p
`useBuildKit` - (optional, default `false`) build a component with Docker BuildKit. Read [more](../../guides/build-secrets/#build-secrets-with-buildkit) in the guide.

:::tip
When an option `useBuildKit` is `true`, Radix uses [buildah](https://www.redhat.com/en/topics/containers/what-is-buildah) to build components. Buildah requires the `Dockerfile` instruction `FROM` to have a repository prefixing the docker image name.
When the option `useBuildKit` is set to `true`, Radix will use [buildah](https://www.redhat.com/en/topics/containers/what-is-buildah) to build the components. Buildah requires the `Dockerfile` instruction `FROM` to have a repository prefixing the docker image name.
Otherwise, there will be an error during the docker image build:
```bash
Error: creating build container: short-name resolution enforced but cannot prompt without a TTY
Expand Down

0 comments on commit 5581669

Please sign in to comment.