summaryrefslogtreecommitdiff
path: root/integration/image
Commit message (Expand)AuthorAgeFilesLines
* fixing consistent aliases for OCI spec importsJeyanthinath Muthuram2023-05-081-9/+9
* List images with multiple since/before filtersCory Snider2022-12-081-0/+42
* skip TestImagePullStoredfDigestForOtherRepo() on Windows and rootlessSebastiaan van Stijn2022-10-211-0/+3
* Validate digest in repo for pull by digestBrian Goff2022-10-211-0/+135
* Finish refactor of UID/GID usage to a new structCory Snider2022-03-141-1/+1
* layer: remove OS from layerstoreSebastiaan van Stijn2022-01-251-2/+0
* Add support for platform (os and architecture) on image importSebastiaan van Stijn2022-01-241-0/+98
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-3/+2
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
* remove layerstore indexing by OS (used for LCOW)Sebastiaan van Stijn2021-06-101-3/+2
* Windows: Enable more integration testsOlli Janatuinen2020-09-202-4/+0
* Using test names instead of hardcoded ones in integration/image directoryCristina Yenyxe Gonzalez Garcia2020-05-184-11/+17
* test-integration: support more rootless testsAkihiro Suda2020-03-161-0/+1
* Fix more goimportsSebastiaan van Stijn2020-02-111-1/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-117-19/+19
* Make sure that layers are removed from layerdb after succefull layer removalOlli Janatuinen2019-11-281-0/+6
* testutil, integration: untangle image dependencySam Whited2019-09-241-2/+22
* integration: remove unused constants and fields (unused)Sebastiaan van Stijn2019-09-181-2/+2
* testutil: make testing packages publicSam Whited2019-09-114-6/+6
* Add extra permission check in removal testMichael Crosby2019-07-221-1/+6
* Add regression tests for invalid platform status codesSebastiaan van Stijn2019-07-151-0/+24
* Merge pull request #39332 from thaJeztah/fix_golint_againYong Tang2019-06-072-4/+4
|\
| * integration: change container.Create signature to fix lintingSebastiaan van Stijn2019-06-072-4/+4
* | First step to implement full garbage collector for image layersOlli Janatuinen2019-06-051-0/+88
|/
* Skip TestImagesFilterMultiReference on API < v1.40Sebastiaan van Stijn2019-04-241-0/+3
* Replace t.Fatal(err) with assert.NilError(err)Yong Tang2019-01-131-7/+5
* Run TestImportExtremelyLargeImageWorks in parallelSebastiaan van Stijn2019-01-041-2/+9
* Integration: use testenv.APIClient()Sebastiaan van Stijn2019-01-035-15/+11
* cli: fix images filter when use multi reference filterzhangyue2018-11-221-0/+50
* Enabling Windows integration testsSalahuddin Khan2018-09-262-1/+3
* Windows: Start of enabling tests under integration/Vincent Demeester2018-09-263-3/+6
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-133-7/+7
* Replace deprecated testutil.ErrorContains()Sebastiaan van Stijn2018-05-212-10/+10
* fix and skip some tests based on API versionAnda Xu2018-05-151-0/+3
* Move integration-cli/request to internal/test/request…Vincent Demeester2018-04-174-4/+4
* Migrate image tag tests from integration-cli to api testsYong Tang2018-04-131-0/+139
* Automated migration usingDaniel Nephin2018-03-162-19/+19
* Migrate docker rm tests to api testsYong Tang2018-03-051-0/+60
* Improvement in integration testsYong Tang2018-03-021-7/+5
* Rename integration/util to integration/internalVincent Demeester2018-02-102-2/+2
* Add canonical import commentDaniel Nephin2018-02-053-3/+3
* Fix environ substitutions in `docker commit --change ...`Anthony Sottile2017-12-201-0/+47
* Merge pull request #35572 from arm64b/big-image-imp-test-aarch64Vincent Demeester2017-11-281-0/+6
|\
| * image: skip the import test on AArch64Dennis Chen2017-11-281-0/+6
* | [integration] add main_test for image testChristopher Jones2017-11-221-0/+33
|/
* image: add import test for CVE-2017-14992Aleksa Sarai2017-11-081-0/+36