ab5fe3dec5
Merge pull request #87 from tiborvass/no-build-field
...
[Carry #79 ] Change compose file handling to require valid service specifications
v0.2.2
2019-05-29 19:22:22 -07:00
b741350afd
bake: compose parser should only error if there are neither build nor image fields
...
Signed-off-by: Tibor Vass <tibor@docker.com >
2019-05-29 18:12:30 -07:00
8b6dfbd9c8
Merge pull request #85 from tiborvass/license-contributing
...
Add project files (LICENSE, AUTHORS, MAINTAINERS, Code of Conduct, CONTRIBUTING)
2019-05-24 18:39:53 -07:00
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 >
2019-05-24 17:41:48 -07:00
854f704a2f
Add LICENSE file
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Signed-off-by: Tibor Vass <tibor@docker.com >
2019-05-24 17:35:34 -07:00
138b2e7415
Add contributing, code of conduct
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2019-05-24 17:34:06 -07:00
e1f54de9ac
Add maintainers and authors
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2019-05-24 17:33:28 -07:00
61a6fdd767
Merge pull request #84 from tiborvass/platform-local
...
Update README to use --platform=local with Docker 19.03
2019-05-24 17:16:03 -07:00
77c23dd85f
Update README to use --platform=local with Docker 19.03
...
Signed-off-by: Tibor Vass <tibor@docker.com >
2019-05-24 23:29:14 +00:00
0eb2df54ce
Merge pull request #83 from tonistiigi/relative-dockerfile-path
...
bake: make dockerfile relative to context
v0.2.1
2019-05-24 16:18:50 -07:00
f1fd9a274b
bake: make dockerfile relative to context
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2019-05-24 16:04:01 -07:00
4e61674ac8
Merge pull request #81 from tiborvass/experimental
...
Allow Docker to ship buildx guarded by the experimental flag
2019-05-23 14:42:28 -07:00
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 >
2019-05-23 21:21:27 +00:00
fb9cf7720a
Merge pull request #82 from tiborvass/vendor-cli
...
vendor: update docker/cli (ab688a9a79a1) and docker/docker (3998dffb806f)
2019-05-23 14:20:40 -07:00
03ae6f8e54
vendor: update docker/cli (ab688a9a79a1) and docker/docker (3998dffb806f)
...
Signed-off-by: Tibor Vass <tibor@docker.com >
2019-05-23 20:43:16 +00:00
715d38ff96
Merge pull request #75 from tonistiigi/update-buildkit
...
vendor: update buildkit to f238f1e
2019-05-15 10:39:55 -07:00
3045eb1b10
Merge pull request #76 from tonistiigi/build-flags
...
build: add missing flags
2019-05-15 10:39:05 -07:00
717a4afae0
build: add missing flags
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2019-05-14 18:06:42 -07:00
b68b005f68
vendor: update buildkit to f238f1e
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2019-05-14 17:59:01 -07:00
cb83df7a69
Merge pull request #71 from cpuguy83/docker_bake_file_help
...
Correct help output for default bake file.
2019-05-08 10:56:37 -07:00
e23e4a6bdc
Correct help output for default bake file.
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2019-05-08 08:54:00 -07:00
84f7e9d02d
Merge pull request #70 from tonistiigi/local-platform
...
platformutil: add local platform
2019-05-06 17:24:41 -07:00
dcd8ca9308
Merge pull request #69 from tonistiigi/progress-env
...
progress: add env config
2019-05-06 17:24:31 -07:00
b3fe1a333d
Merge pull request #68 from tonistiigi/arm-variant
...
imagetools: keep arm variant
2019-05-06 17:11:49 -07:00
f38dfd2032
Merge pull request #67 from tonistiigi/unfork-cli
...
dockerfile: unfork cli
2019-05-06 17:07:49 -07:00
250558eb3a
Merge pull request #66 from tonistiigi/df-update
...
dockerfile: update to 1.1
2019-05-06 17:05:58 -07:00
5d0db8be7f
Merge pull request #64 from tonistiigi/skip-target
...
readme: simplify install instructions
2019-05-06 17:05:10 -07:00
13b74e0d80
platformutil: add local platform
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2019-05-06 16:55:36 -07:00
9b57f9e872
imagetools: keep arm variant
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2019-05-06 16:50:42 -07:00
f8e8f17f4e
progress: add env config
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2019-05-06 16:39:09 -07:00
361f52ab6c
Merge pull request #65 from tiborvass/load-multiarch
...
Explain single-platform limitation of docker export type
2019-05-06 16:14:05 -07:00
bffca0b271
dockerfile: unfork cli
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2019-05-06 16:12:09 -07:00
9bc85fc3d8
dockerfile: update to 1.1
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2019-05-06 16:04:23 -07:00
707e17d05c
Explain single-platform limitation of docker export type
...
Signed-off-by: Tibor Vass <tibor@docker.com >
2019-05-06 15:33:17 -07:00
0066fcc9db
Merge pull request #60 from tiborvass/linux-install
...
Add Linux Nightly Docker install instructions
2019-05-06 14:40:16 -07:00
c222726c15
Add Linux Docker install instructions
...
Signed-off-by: Tibor Vass <tibor@docker.com >
2019-05-06 14:24:22 -07:00
25ae122153
readme: simplify install instructions
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2019-05-06 14:20:41 -07:00
7339f85248
Merge pull request #61 from northtyphoon/bindu/readme
...
fix the typo in --cache-to example
2019-05-06 14:15:25 -07:00
c5a19f754f
fix the typo in --cache-to example
...
Signed-off-by: Bin Du <bindu@microsoft.com >
2019-05-05 23:38:39 -07:00
bbbbc2ca4b
Merge pull request #58 from tiborvass/readme-install
...
Update install instructions in README
2019-05-01 10:16:49 -07:00
93d21f1a86
Update install instructions in README
...
Signed-off-by: Tibor Vass <tibor@docker.com >
2019-05-01 10:01:45 -07:00
509c4b6bd4
Merge pull request #54 from tonistiigi/readme-update
...
readme: more guide content
2019-04-25 23:48:54 -07:00
9e4a609346
readme: more guide content
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2019-04-25 23:27:27 -07:00
4c84819a32
Merge pull request #53 from tonistiigi/compose-target
...
bake: fix parsing target from compose files
2019-04-25 22:53:49 -07:00
43356bbbbe
bake: fix parsing target from compose files
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2019-04-25 21:36:28 -07:00
d5a84b1593
Merge pull request #52 from tonistiigi/title-format
...
readme: better title formatting
2019-04-25 09:16:01 -07:00
1c35bc7d91
readme: better title formatting
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2019-04-24 21:35:54 -07:00
91a2774376
Merge pull request #51 from tonistiigi/travis
...
add releases to travis
v0.2.0
2019-04-24 20:41:16 -07:00
bc0260db73
add releases to travis
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2019-04-24 20:25:15 -07:00
c7c08e10dd
Merge pull request #50 from docker/rename
...
rename to docker/buildx
2019-04-24 20:23:51 -07:00