aboutsummaryrefslogtreecommitdiff
path: root/image
Commit message (Expand)AuthorAgeFilesLines
* replace pkg/system Sequential funcs with moby/sys/sequentialSebastiaan van Stijn2022-08-302-7/+8
* Remove unused image/v1 codeSebastiaan van Stijn2022-05-102-87/+1
* Merge pull request #43300 from thaJeztah/api_update_imageinspect_docsSebastiaan van Stijn2022-03-051-17/+53
|\
| * image: improve godoc for V1ImageSebastiaan van Stijn2022-03-031-17/+53
* | remove unneeded "digest" alias for "go-digest"Sebastiaan van Stijn2022-03-047-7/+7
|/
* image: remove leftover LCOW platform checksSebastiaan van Stijn2022-01-252-12/+4
* fix image spec JSON examplehaining.cao2021-11-223-3/+3
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-274-19/+15
* remove various LCOW bits (container, image, pkg/containerfs)Sebastiaan van Stijn2021-07-271-3/+1
* remove layerstore indexing by OS (used for LCOW)Sebastiaan van Stijn2021-06-105-65/+26
* Remove LCOW code (step 1)Sebastiaan van Stijn2021-06-031-6/+2
* Merge pull request #41884 from rcowsill/41829-load-valid-parentSebastiaan van Stijn2021-02-223-2/+35
|\
| * Fix spurious error from "docker load"Rob Cowsill2021-01-213-2/+35
* | Merge pull request #41842 from jchorl/masterSebastiaan van Stijn2021-02-092-0/+51
|\ \ | |/ |/|
| * reject null manifestsJosh Chorlton2021-02-022-0/+51
* | replace json.Unmarshal with NewFromJSON in CreateJim Lin2021-01-112-3/+10
|/
* replace pkg/symlink with github.com/moby/sys/symlinkSebastiaan van Stijn2020-11-031-1/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-113-6/+6
* image: normalize comment formattingSebastiaan van Stijn2019-11-271-1/+1
* Add variant to image.Image and legacy builderChris Price2019-09-241-0/+10
* govet: suppress warning about Parent field that repeated json tag "parent"Sebastiaan van Stijn2019-09-181-1/+1
* unconvert: remove unnescessary conversionsSebastiaan van Stijn2019-09-182-8/+5
* goimports: fix importsSebastiaan van Stijn2019-09-188-10/+10
* Merge pull request #38888 from quasilyte/fix_copyingSebastiaan van Stijn2019-03-211-1/+2
|\
| * image: do actual RootFS.DiffIDs copying in Clone()Iskander (Alex) Sharipov2019-03-181-1/+2
* | Windows: (WCOW) Generate OCI spec that remote runtime can escapeJohn Howard2019-03-121-2/+2
|/
* delete unnecessary blank linesbevisy2018-12-111-2/+0
* system: add back lcow validation functionTonis Tiigi2018-06-271-3/+8
* Initial support for OCI multi-platform imageDennis Chen2018-06-261-3/+1
* LCOW: Auto-select OSJohn Howard2018-06-261-1/+2
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-133-6/+6
* Various code-cleanupSebastiaan van Stijn2018-05-231-1/+1
* Replace deprecated testutil.ErrorContains()Sebastiaan van Stijn2018-05-211-13/+12
* image spec formatting fixAlex Goodman2018-05-133-65/+21
* Merge pull request #36816 from arm64b/using-parent-img-arch4dockerbuilderSebastiaan van Stijn2018-04-261-1/+10
|\
| * Dockerbuilder: use the arch info from base imageDennis Chen2018-04-091-1/+10
* | Merge pull request #36599 from Microsoft/jjh/dockersaveAnusha Ragunathan2018-04-241-1/+10
|\ \ | |/ |/|
| * LCOW: Write saved manifest.json in Unix pathsJohn Howard2018-03-141-1/+6
| * LCOW: Make sure OS is copied for docker saveJohn Howard2018-03-141-0/+1
| * LCOW: Check OS in takeLayerReferenceJohn Howard2018-03-141-0/+3
* | Merge pull request #35149 from AkihiroSuda/image-v1Sebastiaan van Stijn2018-03-231-0/+46
|\ \
| * | image/spec: add historical information about v1 specAkihiro Suda2017-11-131-0/+46
* | | Post migration assertion fixesDaniel Nephin2018-03-162-56/+56
* | | Automated migration usingDaniel Nephin2018-03-163-108/+110
| |/ |/|
* | Change containerd monitor ticker to sleepBrian Goff2018-03-131-0/+15
* | Add `Len()` to image store for info endpointBrian Goff2018-03-131-0/+7
* | Don't restore image if layer does not existJohn Howard2018-02-131-0/+4
* | Add canonical import commentDaniel Nephin2018-02-0515-15/+15
* | Remove OS() from layer interfaceJohn Howard2018-01-181-1/+8
* | Address feedback from TonisJohn Howard2018-01-181-0/+7