Simon Ferquel
|
669c067798
Introduce a typed command system and 2 phase parse/dispatch build
|
8 years ago |
Yong Tang
|
cb952bf006
Merge pull request #34625 from dnephin/more-linters
|
7 years ago |
Tõnis Tiigi
|
a1183dda57
Merge pull request #34263 from estesp/chown-flag-add-copy
|
7 years ago |
Daniel Nephin
|
2f5f0af3fd
Add unconvert linter
|
7 years ago |
Stephen J Day
|
ae8dbeaeed
*: normalize the use of normalize
|
7 years ago |
Phil Estes
|
19a29f6fcf
Rebase --chown function for ADD/COPY
|
8 years ago |
John Howard
|
9fa449064c
LCOW: WORKDIR correct handling
|
8 years ago |
Brian Goff
|
ebcb7d6b40
Remove string checking in API error handling
|
8 years ago |
Derek McGowan
|
1009e6a40b
Update logrus to v1.0.1
|
8 years ago |
Kara Alexandra
|
858fad3795
Add --chown flag to Dockerfile ADD and COPY
|
8 years ago |
John Stephens
|
930e689668
Merge pull request #33241 from Microsoft/jjh/multi-layerstore
|
8 years ago |
John Howard
|
fe7b4d8fcd
LCOW: Set correct default shell for platform in builder
|
8 years ago |
John Howard
|
08252bc963
LCOW: Builder plumbing
|
8 years ago |
Tonis Tiigi
|
c268d9da4b
builder: fix copy —from conflict with force pull
|
8 years ago |
Daniel Nephin
|
bd5f92d263
Remove CopyOnBuild from the daemon.
|
8 years ago |
Daniel Nephin
|
3f26041577
Fix ONBUILD COPY
|
8 years ago |
Daniel Nephin
|
19f3b0715c
Extract imageProber and ContainerBackend from Builder
|
8 years ago |
Daniel Nephin
|
213ed02e25
Refactor builder.calcCopyInfo and dependencies
|
8 years ago |
Tonis Tiigi
|
b192218503
Fix resetting image metadata between stages for scratch case
|
8 years ago |
Daniel Nephin
|
6c28e8edd5
Refactor imageContexts into two different structs.
|
8 years ago |
Daniel Nephin
|
ab3a037a5b
Refactor interaction between dispatcher.from and dispatchState
|
8 years ago |
Daniel Nephin
|
b3bc7b28d0
Expose a smaller interface for the Builder retrieving images from daemon
|
8 years ago |
Vincent Demeester
|
22a03192fb
Merge pull request #33114 from dnephin/fix-builder-warn-on-unused-builtint
|
8 years ago |
Daniel Nephin
|
72cc81ee8d
Fix warning for unused build args.
|
8 years ago |
Daniel Nephin
|
28379bd29a
Fix a rare case where using FROM scracth as NAME would fail
|
8 years ago |
Daniel Nephin
|
2f0ebba0e7
Some refactoring of dispatch()
|
8 years ago |
Daniel Nephin
|
d9371ee807
Fix run with entrypoint in base image
|
8 years ago |
Daniel Nephin
|
97f8607164
Remove ContainerUpdateCmdOnBuild, it does nothing.
|
8 years ago |
Daniel Nephin
|
3dcab28982
Fix setting b.runConfig.Image at arbitrary places.
|
8 years ago |
Daniel Nephin
|
9f738cc574
Cleanup all the mutate + defer revert of b.runConfig in the builder
|
8 years ago |