-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
@@ -5,7 +5,6 @@ | |||
|
|||
## BuildKit | |||
|
|||
<!-- godoc is mainly for LLB stuff --> |
There was a problem hiding this comment.
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/
8be3f83
to
3c9c7d0
Compare
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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: us -> is
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
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 | ||
|
There was a problem hiding this comment.
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?
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
3c9c7d0
to
a8e9c7e
Compare
Updated |
@AkihiroSuda
Signed-off-by: Tonis Tiigi tonistiigi@gmail.com