Tõnis Tiigi
c1ce7300d5
Merge pull request #146 from gfrancesco/master
...
README typo
5 years ago
gfrancesco
e118c4d8e9
UPD: Readme typo
5 years ago
Tibor Vass
5fe779703d
Merge pull request #134 from tonistiigi/group-merge
...
bake: merge targets on same groups
5 years ago
Tonis Tiigi
15a5a42eb1
bake: merge targets on same groups
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
5 years ago
Tõnis Tiigi
5b974158f9
Merge pull request #131 from gracenoah/patch-1
...
Fix some quotes in the readme
5 years ago
gracenoah
1c0a7f14e8
Fix some quotes in the readme
5 years ago
Tibor Vass
7ec8912591
Merge pull request #125 from tiborvass/docs-allow
...
Document build --allow
6 years ago
Tibor Vass
83da6a3378
docs: crosslink buildkitd-flags and config flags in create
...
Signed-off-by: Tibor Vass <tibor@docker.com>
6 years ago
Tibor Vass
cad02a4681
docs: document build --allow
...
Signed-off-by: Tibor Vass <tibor@docker.com>
6 years ago
Tõnis Tiigi
c967f1d570
Merge pull request #124 from tiborvass/update-docs
...
Update docs
6 years ago
Tibor Vass
be3efc979b
docs: add documentation for --buildkitd-flags, --config, --driver-opt on create
...
Signed-off-by: Tibor Vass <tibor@docker.com>
6 years ago
Tibor Vass
5c5f54c6d6
docs: Update install instructions with Docker CE 19.03
...
Signed-off-by: Tibor Vass <tibor@docker.com>
6 years ago
Tibor Vass
6f8f04e1f8
Merge pull request #122 from tonistiigi/custom-image
...
driver: allow setting driver opts
6 years ago
Tonis Tiigi
afd821010d
docker-container: allow setting custom buildkit image
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
6 years ago
Tonis Tiigi
bcc882cbf1
docker-container: allow using host network
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
6 years ago
Tonis Tiigi
75b80c277f
driver: allow setting driver opts
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
6 years ago
Tibor Vass
096d1befc9
Merge pull request #104 from tonistiigi/entitlements
...
build: add allowed entitlements
6 years ago
Tibor Vass
2bf6187a88
Merge pull request #121 from tonistiigi/config
...
driver: allow setting buildkit config file
6 years ago
Tonis Tiigi
8ed8795268
driver: allow setting buildkit config file
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Co-Authored-By: Tibor Vass <tiborvass@users.noreply.github.com>
6 years ago
Tõnis Tiigi
6e32ea3418
Merge pull request #118 from tiborvass/bake-no-cache-pull
...
bake: honor --no-cache and --pull
6 years ago
Tibor Vass
8b2171f78a
bake: honor --no-cache and --pull
...
Signed-off-by: Tibor Vass <tibor@docker.com>
6 years ago
Tibor Vass
92f1234aaa
Merge pull request #116 from tonistiigi/build-arg-default
...
build: load default build args from env
6 years ago
Tibor Vass
73645c8348
Merge pull request #117 from tonistiigi/compose-env
...
bake: replace env in compose files
6 years ago
Tonis Tiigi
662c0768cb
bake: replace env in compose files
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
6 years ago
Tonis Tiigi
43150ef849
build: load default build args from env
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
6 years ago
Tibor Vass
3f18b659a0
Merge pull request #102 from tonistiigi/buildkitd-flags
...
driver: allow configuring buildkitd flags
6 years ago
Tonis Tiigi
6b81b0bed6
build: add allowed entitlements
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
6 years ago
Tonis Tiigi
f0af89a204
driver: allow configuring buildkitd flags
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
6 years ago
Tõnis Tiigi
550c2b9042
Merge pull request #100 from FernandoMiguel/patch-1
...
add chmod
6 years ago
Fernando Miguel
c8cda08209
add chmod
6 years ago
Tõnis Tiigi
2b03339235
Merge pull request #93 from zelahi/enable-fossa-scan
...
[TAR-853] ADDED .fossa file for fossa scans
6 years ago
zelahi
6e1fd0eab6
ADDED .fossa file for fossa scans
6 years ago
Tõnis Tiigi
5336e74bd4
Merge pull request #89 from khs1994/master
...
Fix Dockerfile format
6 years ago
Tõnis Tiigi
afeaed790f
Merge pull request #86 from AkihiroSuda/driver-ls
...
Put driver names to create --help
6 years ago
khs1994
aed531a8a9
Fix Dockerfile format
...
Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
6 years ago
Akihiro Suda
eee78c6c10
Put driver names to create --help
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
6 years ago
Tõnis Tiigi
ab5fe3dec5
Merge pull request #87 from tiborvass/no-build-field
...
[Carry #79 ] Change compose file handling to require valid service specifications
6 years ago
Tibor Vass
b741350afd
bake: compose parser should only error if there are neither build nor image fields
...
Signed-off-by: Tibor Vass <tibor@docker.com>
6 years ago
Tõnis Tiigi
8b6dfbd9c8
Merge pull request #85 from tiborvass/license-contributing
...
Add project files (LICENSE, AUTHORS, MAINTAINERS, Code of Conduct, CONTRIBUTING)
6 years ago
Jack Laxson
4b2666b9d6
Change compose file handling to require valid service specifications
...
Added the checks and some tests
One of the tests wasn't valid docker-compose.yml, that's been changed.
Bad config throws an error and has a test
Signed-off-by: Jack Laxson <jackjrabbit@gmail.com>
6 years ago
Sebastiaan van Stijn
854f704a2f
Add LICENSE file
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Tibor Vass <tibor@docker.com>
6 years ago
Sebastiaan van Stijn
138b2e7415
Add contributing, code of conduct
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
6 years ago
Sebastiaan van Stijn
e1f54de9ac
Add maintainers and authors
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
6 years ago
Tibor Vass
61a6fdd767
Merge pull request #84 from tiborvass/platform-local
...
Update README to use --platform=local with Docker 19.03
6 years ago
Tibor Vass
77c23dd85f
Update README to use --platform=local with Docker 19.03
...
Signed-off-by: Tibor Vass <tibor@docker.com>
6 years ago
Tibor Vass
0eb2df54ce
Merge pull request #83 from tonistiigi/relative-dockerfile-path
...
bake: make dockerfile relative to context
6 years ago
Tonis Tiigi
f1fd9a274b
bake: make dockerfile relative to context
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
6 years ago
Tibor Vass
4e61674ac8
Merge pull request #81 from tiborvass/experimental
...
Allow Docker to ship buildx guarded by the experimental flag
6 years ago
Tibor Vass
695034153a
cmd/buildx: add empty by default experimental variable
...
To guard this Docker CLI plugin with docker's experimental CLI config,
buildx needs to be built with `go build -ldflags "-X main.experimental=1"`
Signed-off-by: Tibor Vass <tibor@docker.com>
6 years ago
Tibor Vass
fb9cf7720a
Merge pull request #82 from tiborvass/vendor-cli
...
vendor: update docker/cli (ab688a9a79a1) and docker/docker (3998dffb806f)
6 years ago