Commit Graph

1599 Commits (367f114cc7337b65b2e23d520852110a9e601ef7)
 

Author SHA1 Message Date
Tõnis Tiigi 12db50748b
Merge pull request from tonistiigi/new-bake-parser
New bake parser
CrazyMax 9b4937f062
Merge pull request from crazy-max/buildx-image
Create buildx image
CrazyMax 3d48359e95
Create buildx image
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
CrazyMax 70002ebbc7
Merge pull request from crazy-max/moby-ioutils
Use `ioutils.AtomicWriteFile` from moby
CrazyMax ef95f8135b
Use `ioutils.AtomicWriteFile` from moby
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
CrazyMax 9215fc56a3
Merge pull request from crazy-max/bake-iidfile
Add `metadata-file` flag
CrazyMax 1253020b3d
Add metadata-file flag
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Tõnis Tiigi 621c55066c
Merge pull request from tonistiigi/enable-win-arm64
Dockerfile: enable windows/arm64
Tonis Tiigi 77632ac15f Dockerfile: enable windows/arm64
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tõnis Tiigi db6aa34252
Merge pull request from tonistiigi/xx-v2
Dockerfile: update xx
CrazyMax 7ecfd3d298
Merge pull request from tonistiigi/enable-riscv64
enable linux/riscv64 builds
Tonis Tiigi 9a8c287629 Dockerfile: update xx
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tonis Tiigi 591099a4b8 enable linux/riscv64 builds
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tõnis Tiigi 31309b9205
Merge pull request from rumpl/feat-fail-fast
Fail fast on multi platform build with load
CrazyMax 8c0cefcd89
Merge pull request from admackin/patch-3
note that buildx not in all distros
Andy MacKinlay a07f5cdf42
note that buildx not in all distros
Signed-off-by: Andy MacKinlay <admackin@gmail.com>
Djordje Lukic a1d899d400 Fail fast on multi platform build with load
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
CrazyMax 886e1a378c
Merge pull request from eitsupi/fix-link
Minor fix to links in the document
SHIMA Tatsuya 47b7ba4e79 change the default branch name of the linked repo
Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
Tonis Tiigi 79433cef7a bake: fix target merge between compose and hcl
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tonis Tiigi c5eb8f58b4 bake: new hclparser package
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tõnis Tiigi 03b7128b60
Merge pull request from tonistiigi/user-func-vars
bake: allow user functions in variables and vice-versa
Tõnis Tiigi 15b358bec6
Merge pull request from MichalAugustyn/handle-resources
feat: add resources handling to kubernetes driver
Michal Augustyn a53e392afb feat: add resources handling to kubernetes driver
Signed-off-by: Michal Augustyn <michal.augustyn@mail.com>
Akihiro Suda 4fec647b9d
Merge pull request from tonistiigi/docs-update
readme: update installation instructions
Tonis Tiigi d7b28fb4d3 docs: update bake notes
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tonis Tiigi 9bc9291fc9 readme: update installation instructions
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tonis Tiigi df7a318ec0 bake: allow user functions in variables and vice-versa
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tõnis Tiigi 908a856079
Merge pull request from AkihiroSuda/split-flagparser
build: split buildflags package
Akihiro Suda 8d64b6484f
Merge pull request from tonistiigi/descriptor-merge
imagetools: fix merging JSON descriptor with old one
Akihiro Suda 399df854ea
build: split buildflags package
Planned to be imported by nerdctl in future.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Tonis Tiigi 328441cdc6 imagetools: fix merging JSON descriptor with old one
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tõnis Tiigi 5ca0cbff8e
Merge pull request from tonistiigi/github-actions-cache
allow exporting to github cache backend
Tõnis Tiigi ab09846df7
Merge pull request from thaJeztah/docs_fixes
docs: address some review comments from the docs repository
Sebastiaan van Stijn cd3a9ad38d
docs: address some review comments from the docs repository
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Tõnis Tiigi adc5f35237
Merge pull request from alexcb/use-default-ssh-when-missing-v2
include default ssh socket when given an ssh-based git url
Alex Couture-Beil 0b984e429b Update buildkit
- updated buildkit to current code in master via:

  go mod edit -require github.com/moby/buildkit@master && go mod tidy && ./hack/update-vendor

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
Alex Couture-Beil eec843a325 include default ssh socket when given an ssh-based git url
Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
Tonis Tiigi 83868a48b7 temp local copy of userfunc
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tõnis Tiigi 98d337af21
Merge pull request from tonistiigi/json-vars-attrs
bake: allow attributes in global scope
Tõnis Tiigi b2c7dc00cc
Merge pull request from thaJeztah/fix_trailing_whitespace
remove trailing whitespace in command descriptions
Sebastiaan van Stijn 44ddc5a02b
remove trailing whitespace in command descriptions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Tonis Tiigi f036bba48c bake: add test for json vars and attributes
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tonis Tiigi 0fe2ce7fac bake: allow attributes in global scope
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tõnis Tiigi 0147b92230
Merge pull request from thaJeztah/split_docs
Split docs to separate files
Tonis Tiigi 4047bccf6c
docs: add external docs links support
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tonis Tiigi 363c0fdf4b
hack: add docs generation/validation
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tonis Tiigi c46407b2d3
docs: reference docs updates
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Tonis Tiigi ca0f5dabea
docs: add md generation
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Sebastiaan van Stijn 17d4106e1b
docs: fix markdown formatting and highlighting
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>