summaryrefslogtreecommitdiff
path: root/builder/dockerfile/internals.go
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #45473 from zhangguanzhang/master-commentStrAkihiro Suda2023-05-121-1/+1
|\
| * make chownComment easy to readzhangguanzhang2023-05-051-1/+1
* | c8d: implement classic builderLaura Brehm2023-05-111-3/+11
* | fixing consistent aliases for OCI spec importsJeyanthinath Muthuram2023-05-081-2/+2
|/
* images: Pass context to commit related operationsNicolas De Loof2023-01-181-3/+3
* builder: Don't store context in structPaweł Gronowski2022-11-031-1/+1
* imageservice: Add context to various methodsNicolas De Loof2022-11-031-8/+9
* pkg/containerfs: alias ContainerFS to stringCory Snider2022-09-231-1/+1
* pkg/containerfs: simplify ContainerFS typeCory Snider2022-09-231-1/+1
* pkg/containerfs: delete Archiver, DriverCory Snider2022-09-231-48/+3
* Finish refactor of UID/GID usage to a new structCory Snider2022-03-141-1/+1
* builder/dockerfile: make normalizeDest() platform-specific againSebastiaan van Stijn2021-07-271-62/+1
* builder/dockerfile: remove fromSlash() and separator() utilsSebastiaan van Stijn2021-07-271-18/+2
* Apply a 127GB default WCOW Sandbox size globallyPaul "TBBle" Hampson2020-11-101-14/+2
* Add variant to image.Image and legacy builderChris Price2019-09-241-5/+12
* Merge pull request #38599 from thaJeztah/builder_fix_copy_permissionsTibor Vass2019-03-221-1/+3
|\
| * builder: fix `COPY --from` should preserve ownershipSebastiaan van Stijn2019-03-131-1/+3
* | Windows: (WCOW) Generate OCI spec that remote runtime can escapeJohn Howard2019-03-121-0/+6
|/
* Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-131-10/+14
* Ensure RUN instruction to run without HealthcheckYuichiro Kaneko2018-07-081-0/+12
* api: Change Platform field back to string (temporary workaround)Tibor Vass2018-07-031-4/+6
* distribution: fix passing platform struct to pullerTonis Tiigi2018-06-271-3/+4
* Initial support for OCI multi-platform imageDennis Chen2018-06-261-1/+1
* Refactor and cleanup the intermediate container creationDennis Chen2018-06-041-10/+5
* Builder: Fix CI issuesJohn Howard2018-03-191-4/+4
* Builder: Plumbing through platform in `FROM` statementJohn Howard2018-03-191-6/+4
* builder: fix layer lifecycle leakTonis Tiigi2018-02-201-12/+14
* Merge pull request #36224 from dnephin/refactor-commitAkihiro Suda2018-02-081-15/+8
|\
| * Refactor commitDaniel Nephin2018-02-071-15/+8
* | Add canonical import commentDaniel Nephin2018-02-051-1/+1
|/
* Merge pull request #35986 from thaJeztah/bump-containerd-1.0.1-rc1Brian Goff2018-01-191-79/+0
|\
| * Fixes for libcontainer changesSebastiaan van Stijn2018-01-181-79/+0
* | LCOW: Refactor to multiple layer-stores based on feedbackJohn Howard2018-01-181-6/+3
* | LCOW: Re-coalesce storesJohn Howard2018-01-181-1/+1
|/
* Windows: Bump RW layer sizeJohn Howard2018-01-031-1/+13
* Add deepCopyRunConfig for copying buidler runConfigDaniel Nephin2017-11-131-8/+43
* LCOW: API change JSON header to string POST parameterJohn Howard2017-10-061-6/+11
* LCOW: API: Add platform to /images/create and /buildJohn Howard2017-10-061-8/+8
* Cleaning dead code out of the builderLorenzo Fontana2017-09-291-6/+0
* Introduce a typed command system and 2 phase parse/dispatch buildSimon Ferquel2017-09-181-3/+0
* LCOW: Implemented support for docker cp + buildAkash Gupta2017-09-141-10/+143
* Add gosimple linterDaniel Nephin2017-09-121-8/+2
* Merge pull request #34625 from dnephin/more-lintersYong Tang2017-09-011-1/+1
|\
| * Add unconvert linterDaniel Nephin2017-08-241-1/+1
* | Merge pull request #34263 from estesp/chown-flag-add-copyTõnis Tiigi2017-08-281-1/+106
|\ \ | |/ |/|
| * Rebase --chown function for ADD/COPYPhil Estes2017-08-221-1/+106
* | *: normalize the use of normalizeStephen J Day2017-08-221-1/+1
|/
* Merge pull request #33241 from Microsoft/jjh/multi-layerstoreJohn Stephens2017-06-211-13/+13
|\
| * LCOW: Set correct default shell for platform in builderJohn Howard2017-06-201-8/+8
| * LCOW: Rework after 33454 merged which refactored daemon/builder interfaceJohn Howard2017-06-201-2/+2