summaryrefslogtreecommitdiff
path: root/integration/build
Commit message (Expand)AuthorAgeFilesLines
* Fix loop-closure bugs in testsCory Snider2023-02-151-0/+1
* vendor: update buildkit to v0.11.2Tonis Tiigi2023-02-011-2/+2
* Merge pull request #43009 from thaJeztah/skip_TestBuildWCOWSandboxSizeBrian Goff2021-11-101-0/+1
|\
| * testing: skip TestBuildWCOWSandboxSize for nowSebastiaan van Stijn2021-11-101-0/+1
* | TestBuildUserNamespaceValidateCapabilitiesAreV2: cleanup daemon storageSebastiaan van Stijn2021-11-101-1/+9
|/
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-274-19/+17
* Dockerfile: frozen images: update to bullseye, remove buildpack-depSebastiaan van Stijn2021-08-201-2/+3
* API,daemon: support `type` URL parameter to /system/dfRoman Volosatovs2021-07-271-3/+3
* unused: ignore false positivesSebastiaan van Stijn2021-06-101-0/+1
* TestBuildUserNamespaceValidateCapabilitiesAreV2: verify build completedSebastiaan van Stijn2021-02-151-21/+8
* TestBuildUserNamespaceValidateCapabilitiesAreV2: use correct image nameSebastiaan van Stijn2021-02-151-1/+1
* Merge pull request #41636 from TBBle/37352-test-and-fixSebastiaan van Stijn2021-01-251-0/+49
|\
| * Work around small disk on Windows-RS5 CI nodesPaul "TBBle" Hampson2020-11-101-1/+10
| * Add TestBuildWCOWSandboxSize integration testPaul "TBBle" Hampson2020-11-101-0/+40
* | Merge pull request #41865 from thaJeztah/load_frozen_imagesSebastiaan van Stijn2021-01-131-4/+9
|\ \
| * | integration: fix TestBuildUserNamespaceValidateCapabilitiesAreV2 not using fr...Sebastiaan van Stijn2021-01-081-4/+9
* | | Use v2 capabilities in layer archivesEric Mountain2020-12-231-10/+1
|/ /
* | Add a test for #41723Eric Mountain2020-12-181-0/+140
|/
* Merge pull request #41430 from TBBle/40444-update-gowinio-for-8gB-file-fixTibor Vass2020-09-241-2/+9
|\
| * Enable TestBuildWithHugeFile on WindowsPaul "TBBle" Hampson2020-09-191-2/+9
* | Windows: Enable more integration testsOlli Janatuinen2020-09-201-4/+0
|/
* int/build/TestBuildWithEmptyLayers: prevent panicKir Kolyshkin2020-06-041-1/+1
* Using test names instead of hardcoded ones in integration/build directoryCristina Yenyxe Gonzalez Garcia2020-05-183-10/+11
* Fix more goimportsSebastiaan van Stijn2020-02-111-12/+12
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-114-23/+23
* builder: remove legacy build's session handlingTibor Vass2019-10-021-0/+1
* testutil: update WithExperimental signature to be a daemon.OptionSebastiaan van Stijn2019-09-301-1/+1
* TestBuildSquashParent: fix non-standard comparissonSebastiaan van Stijn2019-09-121-1/+1
* testutil: make testing packages publicSam Whited2019-09-115-8/+8
* Fixups for 39695 - edit comments, redundant linesVikram bir Singh2019-08-151-2/+0
* Builder: fix "COPY --from" to non-existing directory on WindowsSebastiaan van Stijn2019-08-082-0/+72
* integration: run build session tests on non-experimentalSebastiaan van Stijn2019-07-171-12/+3
* Add regression tests for invalid platform status codesSebastiaan van Stijn2019-07-151-0/+30
* integration: change container.Run signature to fix lintingSebastiaan van Stijn2019-06-071-3/+3
* Make cgroup namespaces configurableRob Gulewich2019-05-071-0/+92
* Skip TestBuildWithEmptyDockerfile on API < v1.40Sebastiaan van Stijn2019-04-241-0/+1
* api: add undocumented /grpc endpoint to talk to GRPC servicesTibor Vass2019-04-021-1/+4
* builder: fix `COPY --from` should preserve ownershipSebastiaan van Stijn2019-03-132-0/+96
* Testing: create new daemon (only) if neededSebastiaan van Stijn2019-02-232-11/+23
* Test: dockerfiles with no instructions are detectedlinuxmercedes2019-01-141-0/+55
* Merge pull request #38472 from thaJeztah/remove_debugging_codeSebastiaan van Stijn2019-01-091-7/+0
|\
| * TestBuildMultiStageParentConfig: remove unneeded sleep and ImageList callSebastiaan van Stijn2019-01-021-7/+0
* | Merge pull request #38416 from thaJeztah/fix_build_session_testYong Tang2019-01-062-2/+2
|\ \
| * | Fix TestBuildWithSession, TestBuildSquashParent using wrong daemon during testSebastiaan van Stijn2018-12-242-2/+2
| |/
* | Integration: use testenv.APIClient()Sebastiaan van Stijn2019-01-031-2/+1
* | Don't mix t.Parallel() wth environment.ProtectAll()Sebastiaan van Stijn2019-01-031-1/+1
|/
* Enabling Windows integration testsSalahuddin Khan2018-09-262-0/+3
* Windows: Start of enabling tests under integration/Vincent Demeester2018-09-263-4/+32
* Merge pull request #37358 from kolyshkin/go111Sebastiaan van Stijn2018-09-071-12/+12
|\
| * Format code with gofmt -s from go-1.11beta1Kir Kolyshkin2018-09-061-12/+12