summaryrefslogtreecommitdiff
path: root/builder
Commit message (Expand)AuthorAgeFilesLines
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2023-02-242-17/+4
* refactor: move from io/ioutil to io and os packageEng Zer Jun2023-02-2411-40/+29
* builder: handle host-gateway with extra hostsCrazyMax2022-12-151-6/+19
* builder: add missing doc commentCory Snider2022-10-201-0/+1
* builder: fix running git commands on WindowsCory Snider2022-10-201-1/+1
* builder: make git config isolation opt-inCory Snider2022-10-133-40/+61
* builder: isolate git from local systemCory Snider2022-10-132-2/+55
* builder: explicitly set CWD for all git commandsCory Snider2022-10-132-14/+7
* builder: modernize TestCheckoutGitCory Snider2022-10-131-88/+56
* [20.10] Update uses of Image platform fields in OCI image-specSebastiaan van Stijn2022-09-101-4/+3
* reformat "nolint" commentsSebastiaan van Stijn2022-08-171-1/+1
* if-return: redundant if ...; err != nil check (revive)Sebastiaan van Stijn2022-08-171-4/+1
* gosec: G601: Implicit memory aliasing in for loopSebastiaan van Stijn2022-08-171-4/+5
* 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
|\ \