summaryrefslogtreecommitdiff
path: root/reference
Commit message (Expand)AuthorAgeFilesLines
* reference: add test-coverage for digested referencesSebastiaan van Stijn2023-03-061-0/+4
* reference: don't string-match errors in tests, and fix error formatSebastiaan van Stijn2023-03-062-8/+7
* reference: use t.TempDir() for testsSebastiaan van Stijn2023-03-061-34/+12
* reference: rename variables that collided with type / importSebastiaan van Stijn2023-03-061-28/+28
* remove unneeded "digest" alias for "go-digest"Sebastiaan van Stijn2022-03-042-2/+2
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-6/+5
* fix goimportsAkihiro Suda2020-02-111-5/+5
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-7/+7
* Remove unused functions, variables, fieldsSebastiaan van Stijn2019-09-181-2/+3
* goimports: fix importsSebastiaan van Stijn2019-09-182-2/+2
* Merge pull request #37781 from mtrmac/reference-race-upstreamYong Tang2018-10-182-0/+13
|\
| * Don't fail on two concurrent reference.store.AddDigest callsMiloslav Trmač2018-09-072-0/+13
* | Format code with gofmt -s from go-1.11beta1Kir Kolyshkin2018-09-061-5/+5
|/
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* Various code-cleanupSebastiaan van Stijn2018-05-231-1/+1
* Automated migration usingDaniel Nephin2018-03-161-10/+10
* Add canonical import commentDaniel Nephin2018-02-053-3/+3
* Add gosimple linterDaniel Nephin2017-09-121-3/+3
* Add ineffassign linterDaniel Nephin2017-09-081-20/+13
* Move to a single tag-storeJohn Howard2017-08-182-11/+6
* Remove string checking in API error handlingBrian Goff2017-08-152-6/+35
* Spelling fixesJosh Soref2017-07-031-1/+1
* LCOW: Move daemon stores to per platformJohn Howard2017-06-202-5/+10
* reference: handle combination of tag and digest in ImageDeleteVincent Demeester2017-02-161-4/+18
* reference: Handle combination of tag and digest in AddReferenceAaron Lehmann2017-02-091-0/+14
* Use distribution referenceDerek McGowan2017-02-074-530/+87
* Remove use of forked reference package for cliDerek McGowan2017-01-191-55/+33
* *: use opencontainers/go-digest packageStephen J Day2017-01-064-5/+5
* Move imageID validation to stringid pkgTonis Tiigi2016-12-261-3/+3
* checkt t.Fatalf information for reference pathlixiaobing100512672016-11-302-2/+2
* Update for distribution vendorDerek McGowan2016-11-101-0/+5
* Generalize content addressable and reference storageTonis Tiigi2016-09-152-31/+30
* reference: Do not drop the underlying error messageAntonio Murdaca2016-07-011-1/+1
* fix typosallencloud2016-06-022-2/+2
* Safer file io for configuration filesTonis Tiigi2016-04-211-13/+2
* Fix docker run for 64 byte hex IDTonis Tiigi2016-03-111-0/+13
* Allow uppercase characters in image reference hostnameAaron Lehmann2016-02-101-5/+12
* Clean up reference type switchesTonis Tiigi2015-12-162-16/+22
* Improve reference parse errorsTonis Tiigi2015-12-161-1/+1
* Update Named reference with validation of conversionsTonis Tiigi2015-12-163-16/+400
* Add own reference package wrapperTonis Tiigi2015-12-163-0/+730