Tonis Tiigi
6a321dc574
solver: improve slow cache detection and add logging
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2020-12-01 22:38:15 -08:00
Tibor Vass
91efff3cd0
Merge pull request #1860 from tonistiigi/pull-cancel-fix
...
fix invalid cancellation errors on pull
2020-12-01 14:48:21 -08:00
Andrew Chang
174bcf85ef
Ensure ENTRYPOINT command has at least one argument
...
Signed-off-by: Andrew Chang <chang331006@gmail.com>
2020-12-01 15:05:25 -06:00
Tõnis Tiigi
78847133cf
Merge pull request #1861 from AkihiroSuda/improve-rootless-doc-network
...
docs/rootless.md: add instruction for isolating netns
2020-12-01 08:54:29 -08:00
Akihiro Suda
b182bcb07e
docs/rootless.md: add instruction for isolating netns
...
Isolating network namespace with `rootlesskit --net=slirp4netns` is
recommended for protecting localhost sockets and abstract sockets on the host.
This is not meaningful for running rootless buildkitd inside a
container, so slirp4netns is not added in Dockerfile.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-12-01 17:47:41 +09:00
Tonis Tiigi
e46cfab9fb
fix invalid cancellation errors on pull
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2020-12-01 00:27:31 -08:00
Tõnis Tiigi
e531c59882
Merge pull request #1852 from AkihiroSuda/update-dockerfile-20201126
...
Update containerd, RootlessKit, CNI, and fuse-overlayfs
2020-11-30 09:35:45 -08:00
CrazyMax
9ed0d25af2
Merge branch 'master' into remove-travis
2020-11-30 10:17:25 +01:00
CrazyMax
1bf8ef962e
Merge pull request #1858 from crazy-max/master
...
Export to local dir for GHA
2020-11-30 09:11:34 +01:00
CrazyMax
6450c51c44
Export to local dir for GHA
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-30 08:24:09 +01:00
Tõnis Tiigi
bee08c6c63
Merge pull request #1855 from crazy-max/disable-frontend-daily
...
Disable frontend build on schedule event
2020-11-29 22:53:28 -08:00
Tõnis Tiigi
e30c51f18f
Merge pull request #1857 from crazy-max/fix-ci-cache
...
Fix CI cache
2020-11-29 22:52:14 -08:00
CrazyMax
1ac6bd4cbc
Fix CI cache
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-29 06:45:39 +01:00
CrazyMax
e551afb76a
Disable frontend build on schedule event
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-26 20:32:11 +01:00
CrazyMax
00570378a8
Remove travis support
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-26 19:02:04 +01:00
Akihiro Suda
a19843c552
Update containerd, RootlessKit, CNI, and fuse-overlayfs
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-11-26 17:14:03 +09:00
Tõnis Tiigi
600e2db7f7
Merge pull request #1851 from tonistiigi/skip-flaky-test
...
client: temporarily skip testClientSlowRootfsRef for containerd
2020-11-25 23:46:12 -08:00
Tõnis Tiigi
990fd95310
Merge pull request #1848 from crazy-max/fix-rootless-tag
...
Fix rootless tag
2020-11-25 23:41:42 -08:00
Tonis Tiigi
87508b4f0a
client: temporarily skip testClientSlowRootfsRef for containerd
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2020-11-25 23:36:55 -08:00
Tonis Tiigi
170d8f5466
ci: avoid using local tag on pr builds
...
local tags have specific meaning of exporting to local docker.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2020-11-25 22:09:56 -08:00
Tõnis Tiigi
90104d287d
Merge pull request #1846 from AkihiroSuda/remove-unused-buildmode
...
hack/util: remove unused buildmode
2020-11-25 21:26:19 -08:00
CrazyMax
731ee4dde7
Pick from #1845
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-26 06:13:08 +01:00
CrazyMax
4140a8e176
Fix rootless tag
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-26 05:51:58 +01:00
Tõnis Tiigi
1d636c356e
Merge pull request #1844 from crazy-max/fix-binaries-release
...
Fix GitHub Release event
2020-11-25 20:47:07 -08:00
Akihiro Suda
24affe0a40
hack/util: remove unused buildmode
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-11-26 13:43:43 +09:00
CrazyMax
767bfad5a9
Fix GitHub Release event
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-26 05:05:06 +01:00
Tõnis Tiigi
de3e15b5dc
Merge pull request #1838 from hinshun/release-err-result
...
Guarantee err results are released when result proxy is released
2020-11-25 19:27:26 -08:00
Tõnis Tiigi
1324b197d2
Merge pull request #1843 from crazy-max/ghaction-allow-push
...
Allow push with GitHub Actions
2020-11-25 19:26:58 -08:00
CrazyMax
6557fc5be6
Allow push with GitHub Actions
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-26 03:37:06 +01:00
Tõnis Tiigi
7437b4777c
Merge pull request #1840 from crazy-max/ghactions-frontend
...
Refactor frontend for GitHub Actions
2020-11-25 18:06:45 -08:00
CrazyMax
d754dda292
Refactor frontend for GitHub Actions
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-26 02:13:18 +01:00
Tonis Tiigi
df3a9cad23
make sure execerror is released on cancellation
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2020-11-25 15:50:10 -08:00
Tibor Vass
4ed96790e5
Merge pull request #1836 from tonistiigi/mount-index
...
cache-mounts: avoid leaking old index on no-cache
2020-11-25 15:39:49 -08:00
Tõnis Tiigi
647b5a807a
Merge pull request #1839 from crazy-max/codecov-comments
...
Disable Codecov comments
2020-11-25 15:28:31 -08:00
Tibor Vass
717a4c72ae
Merge pull request #1825 from tonistiigi/prepareRemoteSnapshots-panic-fix
...
cache: handle nil result from flightcontrol
2020-11-25 15:27:04 -08:00
CrazyMax
2cabbd4d08
Disable Codecov comments
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-26 00:25:14 +01:00
Tõnis Tiigi
a632fc5409
Merge pull request #1835 from crazy-max/ghactions-release
...
Refactor release for GitHub Actions
2020-11-25 15:11:06 -08:00
Edgar Lee
372df78cc8
Guarantee err results are released when result proxy is released
...
Signed-off-by: Edgar Lee <edgarl@netflix.com>
2020-11-25 11:26:53 -08:00
CrazyMax
40bcfab114
Refactor release for GitHub Actions
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-25 11:44:16 +01:00
Tonis Tiigi
0fe7550f2d
cache-mounts: avoid leaking old index on no-cache
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2020-11-24 21:04:59 -08:00
CrazyMax
56ce3ef494
Merge branch 'master' into ghactions-release
2020-11-24 22:53:49 +01:00
CrazyMax
d56ddccf0a
Refactor release for GitHub Actions
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-24 22:51:57 +01:00
Tõnis Tiigi
b0ed56c6d0
Merge pull request #1834 from crazy-max/fix-ci-cache
...
Fix cache for CI
2020-11-24 11:58:48 -08:00
CrazyMax
bade6e1b3d
Fix cache for CI
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-24 05:51:56 +01:00
Tõnis Tiigi
bdfc5d9511
Merge pull request #1833 from crazy-max/ghactions-build
...
Refactor cross for GitHub Actions
2020-11-23 11:49:26 -08:00
CrazyMax
6b32ab4494
Refactor cross for GitHub Actions
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-23 19:27:58 +01:00
Tõnis Tiigi
cdef71b12a
Merge pull request #1832 from crazy-max/yamllint
...
Add yamllint
2020-11-22 11:43:28 -08:00
Tõnis Tiigi
2a25df5e5b
Merge pull request #1831 from crazy-max/ghactions-test
...
Refactor test for GitHub Actions
2020-11-22 10:49:35 -08:00
CrazyMax
072078a403
Add lint
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-22 18:11:05 +01:00
CrazyMax
135782149d
Refactor test for GitHub Actions
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-22 08:36:43 +01:00