summaryrefslogtreecommitdiff
path: root/builder
Commit message (Expand)AuthorAgeFilesLines
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2022-04-079-0/+9
* buildkit: normalize build target and local platformCrazyMax2021-10-201-7/+8
* builder-next: relax second cache key requirements for schema1Tonis Tiigi2021-05-171-2/+2
* builder: produce error when using unsupported Dockerfile optionSebastiaan van Stijn2021-03-242-0/+50
* Merge pull request #42061 from thaJeztah/20.10_backport_bump_buildkitv20.10.5v20.10.4Tibor Vass2021-02-241-0/+5
|\
| * builder: fix incorrect cache match for inline cache with empty layersTibor Vass2021-02-251-0/+5
* | Merge pull request #42065 from thaJeztah/20.10_backport_lease_blobs_fixesTibor Vass2021-02-242-6/+33
|\ \
| * | builder: fix blobs releasing via leases after pullTonis Tiigi2021-02-232-6/+33
| |/
* | builder: fix pull synchronization regressionTonis Tiigi2021-02-191-5/+11
|/
* builder: ensure libnetwork state file do not leakTonis Tiigi2021-02-171-2/+19
* Use golang.org/x/sys/execabsv20.10.3jenkins-test-1Tibor Vass2021-01-281-1/+1
* pull: Validate layer digest formatBrian Goff2021-01-281-0/+3
* buildkit: Apply apparmor profileBrian Goff2021-01-284-3/+5
* vendor: github.com/moby/buildkit v0.8.0-rc2Sebastiaan van Stijn2020-11-191-1/+4
* builder-next: fix platform-specific behaviorTibor Vass2020-11-171-2/+10
* builder-next: fix --cache-from panicTibor Vass2020-11-141-1/+2
* builder-next: refactor to use flighcontrol and remove resolveOnceTibor Vass2020-11-141-17/+10
* builder-next: simple refactorTibor Vass2020-11-141-4/+4
* builder-next: Refactor using buildkit's resolver poolTibor Vass2020-11-141-123/+6
* vendor buildkit 6861f17f15364de0fe1fd1e6e8da07598a485123Tibor Vass2020-11-1413-183/+82
* builder: fix detection of experimental --stream option (deprecated)Sebastiaan van Stijn2020-11-062-10/+1
* replace pkg/symlink with github.com/moby/sys/symlinkSebastiaan van Stijn2020-11-032-2/+2
* Merge pull request #41360 from lzhfromustc/GL_5Brian Goff2020-09-121-1/+1
|\
| * Test: Add buffer to two channels to avoid blocking goroutinelzhfromustc2020-08-271-1/+1
* | Builder: print relative path if COPY/ADD source path was not foundSebastiaan van Stijn2020-08-171-0/+6
|/
* builder/remotecontext: use lowercase for errorSebastiaan van Stijn2020-08-112-2/+2
* fix buildkit pull nil panicWang Yumu2020-07-291-1/+1
* Merge pull request #41207 from thaJeztah/remove_whitelistTibor Vass2020-07-281-2/+2
|\
| * Replace uses of blacklist/whitelistSebastiaan van Stijn2020-07-141-2/+2
* | vendor: update buildkit to 4d1f260e8Tonis Tiigi2020-07-205-73/+86
|/
* vendor: update buildkit to df35e9818Tonis Tiigi2020-06-154-4/+10
* builder-next: fix layer access bugTonis Tiigi2020-05-122-1/+12
* Merge pull request #40646 from thaJeztah/builder_use_pkg_sys_windowsTibor Vass2020-05-081-7/+3
|\
| * builder: fixPermissionsWindows(): use golang.org/x/sys/windowsSebastiaan van Stijn2020-03-091-7/+3
* | Replace errors.Cause() with errors.Is() / errors.As()Sebastiaan van Stijn2020-04-293-4/+4
* | vendor: update buildkit to ae7ff174Tonis Tiigi2020-04-144-43/+12
* | Merge pull request #40790 from cpuguy83/fix_builder_variant_checkSebastiaan van Stijn2020-04-091-2/+12
|\ \
| * | Only check variant if set on image.Brian Goff2020-04-071-2/+12
* | | builder: fix concurrent map writeTonis Tiigi2020-04-031-0/+2
|/ /
* | Builder: Check remote when local img platform doesn't matchBrian Goff2020-03-051-6/+23
|/
* vendor containerd, BuildKit, protobuf, grpc, and golang.org/xAkihiro Suda2020-03-033-3/+16
* vendor: update buildkit to d75ed2b68Tonis Tiigi2020-02-242-6/+6
* Merge pull request #40472 from thaJeztah/bump_gotest_tools_v3.0.1Sebastiaan van Stijn2020-02-1112-26/+26
|\
| * bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-1112-26/+26
* | Fix typoswingkwong2020-02-101-2/+2
|/
* Merge pull request #40247 from thaJeztah/pkg_system_constsBrian Goff2019-12-191-1/+1
|\
| * builder: remove use of deprecated pkg/system constantsSebastiaan van Stijn2019-11-251-1/+1
* | Merge pull request #40263 from thaJeztah/normalize_commentsBrian Goff2019-12-121-1/+1
|\ \
| * | builder/remotecontext: normalize comment formattingSebastiaan van Stijn2019-11-271-1/+1
| |/
* | builder/remotecontext: allow ssh:// urls for remote contextSebastiaan van Stijn2019-12-052-1/+27