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

readme: update instructions #240

Merged
merged 1 commit into from
Dec 21, 2017
Merged

Conversation

tonistiigi
Copy link
Member

@AkihiroSuda

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

@@ -5,7 +5,6 @@

## BuildKit

<!-- godoc is mainly for LLB stuff -->
Copy link
Member Author

Choose a reason for hiding this comment

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

removed this because it shows up in https://hub.docker.com/r/tonistiigi/buildkit/

README.md Outdated

##### Building a Dockerfile using [external frontend](https://hub.docker.com/r/tonistiigi/dockerfile/tags/):

During development, an external version of the Dockerfile frontend us pushed to https://hub.docker.com/r/tonistiigi/dockerfile that can be used with the gateway frontend. The source for the external frontend is currently located in `./frontend/dockerfile/cmd/dockerfile-frontend` but will move out of this repository in the future (#163).
Copy link
Member

Choose a reason for hiding this comment

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

typo: us -> is

Copy link
Member

Choose a reason for hiding this comment

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

#163

Could you set hyperlink?

README.md Outdated
buildctl build --frontend=dockerfile.v0 --local context=. --local dockerfile=.
buildctl build --frontend=dockerfile.v0 --local context=. --local dockerfile=. --frontend-opt target=foo --frontend-opt build-arg:foo=bar
```
go build -o /usr/local/bin/build-using-dockerfile ./examples/build-using-dockerfile
Copy link
Member

Choose a reason for hiding this comment

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

Typically this command should be executed as a non-privileged user.

go build ./examples/build-using-dockerfile && sudo install build-using-dockerfile /usr/local/bin ?

We are open to adding more backends.

#### Exploring LLB

Copy link
Member

Choose a reason for hiding this comment

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

Can we have this image here, so that people can visually understand the concept of the graph?

https://image.slidesharecdn.com/buildkitossna-170920080230/95/state-of-builder-and-buildkit-by-tonis-tiigi-docker-4-638.jpg?cb=1505894644

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

Updated

@AkihiroSuda AkihiroSuda merged commit c360b7a into moby:master Dec 21, 2017
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.

2 participants