Tõnis Tiigi
610601cec0
Merge pull request #753 from tonistiigi/ci-branches
...
github: fix running ci in version branches
3 years ago
Tonis Tiigi
9833420a03
github: fix running ci in version branches
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
3 years ago
Tõnis Tiigi
7f322caa79
Merge pull request #751 from thaJeztah/fix_mount_path
...
container-driver: fix volume destination for cache
3 years ago
Sebastiaan van Stijn
93867d02f0
container-driver: fix volume destination for cache
...
The container-driver creates a Linux container (as there currently isn't a
Windows version of buildkitd). However, the defaults are platform specific.
Buildx was using the defaults from the buildkit `util/appdefault' package,
which resulted in Buildx running on a Windows client to create a Linux
container that used the Windows location, which causes it to fail:
invalid mount config for type "volume": invalid mount path: 'C:/ProgramData/buildkitd/.buildstate' mount path must be absolute
This patch hard-codes the destination to the default Linux path.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
3 years ago
Tõnis Tiigi
a8a3b1738e
Merge pull request #741 from tonistiigi/client-ctx
...
use long-running context for client initialization
3 years ago
Tonis Tiigi
422ba60b04
use long-running context for client initialization
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
3 years ago
Tõnis Tiigi
2d3763990c
Merge pull request #731 from crazy-max/dockerfile-13
...
Update Dockerfile references to use 1.3
3 years ago
CrazyMax
dc6ada9b50
Update Dockerfile references to use 1.3
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
3 years ago
Tõnis Tiigi
cb185f095f
Merge pull request #721 from crazy-max/compose-ext
...
bake: `x-bake` extension field with compose
3 years ago
CrazyMax
89e126fa60
bake: `x-bake` extension field with compose
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
3 years ago
Tõnis Tiigi
04bac63745
Merge pull request #692 from crazy-max/boostrap-cmd
...
Allow booting builder after creation
3 years ago
Tõnis Tiigi
3594851128
Merge pull request #720 from crazy-max/default-group
...
bake: print default group
3 years ago
Tõnis Tiigi
58e5a73389
Merge pull request #707 from crazy-max/update-readme
...
Enhance readme
3 years ago
CrazyMax
c685e46609
bake: print default group
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
3 years ago
CrazyMax
e3283e6169
Enhance readme
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
3 years ago
CrazyMax
5d50bd7b43
Allow booting builder after creation
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
3 years ago
Tõnis Tiigi
3dfbe2c184
Merge pull request #674 from crazy-max/checksum
...
Create checksums for artifacts
3 years ago
Tõnis Tiigi
06367a120b
Merge pull request #682 from morlay/k8s-enhance
...
[kubernetes] Support --config to mount buildkit.toml and -driver-opt=qemu.install=true,qemu.image=tonistiigi/binfmt:latest for qemu installing
3 years ago
CrazyMax
6149507c7e
Merge pull request #670 from crazy-max/cache-gha-doc
...
Example with gha cache
3 years ago
Morlay
c76b5eac03
feat(driver/kubernetes): support mount buildkit.toml and qemu installing
...
Signed-off-by: Morlay <morlay.null@gmail.com>
3 years ago
CrazyMax
cd133cee25
Merge pull request #700 from crazy-max/bake-docs
...
Update bake docs
3 years ago
CrazyMax
eeab638476
Merge pull request #710 from crazy-max/update-ctnd
...
bump github.com/containerd/containerd from 1.5.4 to 1.5.5
3 years ago
CrazyMax
19b9b86af8
bump github.com/containerd/containerd from 1.5.4 to 1.5.5
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
3 years ago
CrazyMax
0101c96532
Update cache docs
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
3 years ago
CrazyMax
85dedf1aea
Create checksums for artifacts
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
3 years ago
CrazyMax
5f05bd9a2b
Update bake docs
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
3 years ago
CrazyMax
260d07a9a1
Merge pull request #704 from crazy-max/use-compose-config-file
...
Set `ConfigFile` to parse compose files with bake
3 years ago
CrazyMax
9aa8f09f14
Set `ConfigFile` to parse compose files with bake
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
3 years ago
CrazyMax
0363b676bc
Merge pull request #697 from docker/dependabot/go_modules/github.com/containerd/containerd-1.5.4
...
build(deps): bump github.com/containerd/containerd from 1.5.2 to 1.5.4
4 years ago
dependabot[bot]
a10045e8cb
build(deps): bump github.com/containerd/containerd from 1.5.2 to 1.5.4
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.5.2 to 1.5.4.
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v1.5.2...v1.5.4 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
CrazyMax
0afcca221d
Merge pull request #694 from crazy-max/codecov
...
Bump to codecov/codecov-action v2
4 years ago
CrazyMax
5daf176722
Merge pull request #693 from crazy-max/buildkit-progress
...
Duplicated progress env var
4 years ago
CrazyMax
3d1ab82dc6
Duplicated progress env var
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
4 years ago
CrazyMax
872430d2d3
Bump to codecov/codecov-action v2
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
4 years ago
CrazyMax
7d312eaa0a
Merge pull request #686 from morlay/nil-client-fix
...
fix: should ignore nil client
4 years ago
CrazyMax
a6bc4ed21e
Merge pull request #679 from akvadrako/patch-1
...
Fix link to generally useful functions
4 years ago
Morlay
3768ab268b
fix: should ignore nil client
...
Signed-off-by: Morlay <morlay.null@gmail.com>
4 years ago
Devin Bayer
4c2daeb852
Fix link to generally useful functions
...
Signed-off-by: Devin Bayer <dev@doubly.so>
4 years ago
Tõnis Tiigi
d9ee3b134c
Merge pull request #676 from tonistiigi/vol-delete
...
don't error on deleting old build containers without state volume
4 years ago
Tonis Tiigi
0b6ba1cd32
don't error on deleting old build containers without state volume
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
4 years ago
Tõnis Tiigi
65a6955db8
Merge pull request #672 from crazy-max/keep-buildkit-state
...
Keep BuildKit state in a volume
4 years ago
CrazyMax
258d12b2e7
Keep BuildKit state in a volume
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
4 years ago
Tõnis Tiigi
6e3a319a9d
Merge pull request #671 from tonistiigi/remote-context
...
bake: allow BAKE_CMD_CONTEXT builtin var
4 years ago
Tonis Tiigi
1bb425a882
bake: allow BAKE_CMD_CONTEXT builtin var
...
Allows accessing the main context for bake command from bake
file that has been imported remotely.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
4 years ago
Tõnis Tiigi
5f6ad50df4
Merge pull request #635 from tonistiigi/otel
...
OpenTelemetry support
4 years ago
Tonis Tiigi
9d88450118
enable opentelemetry support
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
4 years ago
Tonis Tiigi
334c93fbbe
vendor: update buildkit to opentelemetry support
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
4 years ago
Tõnis Tiigi
6ba080d337
Merge pull request #669 from crazy-max/compose-spec
...
Use compose-spec parser
4 years ago
CrazyMax
ba443811e4
Use compose-spec parser
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
4 years ago
CrazyMax
67bd6f4dc8
Merge pull request #659 from crazy-max/release-out
...
Ignore release-out folder
4 years ago