Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add readme #19

Merged
merged 1 commit into from
Jun 23, 2017
Merged

add readme #19

merged 1 commit into from
Jun 23, 2017

Conversation

tonistiigi
Copy link
Member

@thaJeztah

Signed-off-by: Tonis Tiigi tonistiigi@gmail.com

readme.md Outdated
### Important: This repository is in an early development phase and not suitable for practical workloads. It does not compare with `docker build` features yet.


## Buildkit
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we standardised on using capital K for the kits (BuildKit)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(here, and other occurrences below)

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some minor nits for the README (also - can you wrap to 80-chars? easier for future reviews), and some questions

readme.md Outdated

[![asciicinema example](https://asciinema.org/a/gPEIEo1NzmDTUu2bEPsUboqmU.png)](https://asciinema.org/a/gPEIEo1NzmDTUu2bEPsUboqmU)

Buildkit daemon can be built in two different versions: one that uses [containerd](https://github.com/containerd/containerd) for execution and distribution and a standalone version that doesn't have other dependencies apart from [runc](https://github.com/opencontainers/runc). We are open for adding more backends. `buildd` is a CLI utility for running the gRPC API.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/Buildkit daemon/The BuildKit daemon/ ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"for execution and distribution and a standalone" -> "for execution and distribution, and a standalone" (add comma before the last "and")

readme.md Outdated

Buildkit daemon can be built in two different versions: one that uses [containerd](https://github.com/containerd/containerd) for execution and distribution and a standalone version that doesn't have other dependencies apart from [runc](https://github.com/opencontainers/runc). We are open for adding more backends. `buildd` is a CLI utility for running the gRPC API.

```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a bash language-hint here?

readme.md Outdated

You can use `buildctl debug dump` to see what data is this definition.

```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

```bash

(here, and other occurrences)

readme.md Outdated
```

To start building use `buildctl build` command. The script accepts `--target` flag to choose between `containerd` and `standalone` configurations. In standalone mode buildkit binaries are built together with `runc`. In containerd mode, `containerd` binary is built as well from the upstream repo.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"containerd binary is built as well" -> "the containerd binary is built as well..."

readme.md Outdated

```
make validate-all
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this repository stay in your name, or be moved to the "docker" or "moby" org?

Can you also;

We may have to configure leeroy to do the DCO check on PR's 😄

Let me know if you want me to take care of those

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's leave these to separate PR

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

(per our discussion; other files will be added at a later stage)

@tonistiigi tonistiigi merged commit 5831eea into master Jun 23, 2017
@tonistiigi tonistiigi deleted the add-readme branch June 23, 2017 18:46
alexcb added a commit to alexcb/buildkit that referenced this pull request Jan 21, 2021
- fix IsSSHTransport to also check for explicitly-defined ssh-based git repos

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
goller added a commit to goller/buildkit that referenced this pull request Jun 6, 2023
alexcb added a commit to alexcb/buildkit that referenced this pull request Sep 13, 2023
Open files for local writes with truncate flag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants