summaryrefslogtreecommitdiff
path: root/dispatchers.go
Commit message (Expand)AuthorAge
* builder,dispatcher: support inline --network in RUN stmtsAditya R2023-02-27
* Create pkg/regexp to better handle init regexDaniel J Walsh2023-02-08
* Bump to Go 1.19Nalin Dahyabhai2023-02-08
* add,copy: fix error message expecting at least two argumentsAditya R2022-09-05
* dispatcher: filter args against allowed args while processing flagsAditya R2022-06-27
* from: only resolve arg in FROM if declared anywhereAditya R2022-06-27
* dispatcher: consider builtinargs and userargs while processing baseImage nameAditya R2022-06-16
* dispatcher: honor builtinArgs while processing FROM --platformAditya R2022-04-04
* dispatcher: Parse --platform via FROM and assign to field in stage's builderAditya R2022-02-02
* ARG: allow process multiple ARGS in single stepAditya R2022-01-24
* Add mounts to dispatch runAshley Cui2021-04-15
* Review fixes: checkChmod + tests reworkedJakub Guzik2021-02-20
* Additional condition for chmod + testsJakub Guzik2021-02-19
* Add chmod handling to COPY/ADD with utJakub Guzik2021-02-16
* Fix accidentally discarding the environment for ENVNalin Dahyabhai2020-08-03
* Deduplicate environment variablesNalin Dahyabhai2020-07-14
* Adjust argument slice size in builderTomSweeneyRedHat2020-06-03
* Handle ARG and ENV with duplicate name on RUNTomSweeneyRedHat2020-05-29
* Allow Args to be used in Variable EvaluationTomSweeneyRedHat2020-05-18
* Make imagebuilder's argument handling mirror "docker build"Nick Carboni2020-03-25
* Add tests to verify copy and add with environment substitution.Daniel J Walsh2020-03-12
* Process env substiturion in ADD, COPY commandsDaniel J Walsh2020-03-12
* Add automatic platform args in the global scopeDaniel Black2019-10-10
* ADD supports the chown option alsoDaniel J Walsh2019-01-17
* Add support for heading ARG in DockerfileVincent Demeester2018-10-26
* Merge pull request #105 from vdemeester/some-lintingOpenShift Merge Robot2018-10-25
|\
| * Remove some dead code and simplificationsVincent Demeester2018-10-25
* | Support HEALTHCHECK --start-periodNalin Dahyabhai2018-10-15
|/
* Add copy chown handling to dispatchersTomSweeneyRedHat2018-08-14
* Allow (capital) AS in FROM statementFabio Bertinatto2018-04-07
* Add SHELL supportClayton Coleman2018-03-16
* STOPSIGNAL needs to be cross-platform (#60)Clayton Coleman2018-02-27
* Support multi-stage image builds (#59)Clayton Coleman2018-02-22
* Move regex must compile from runtime.Eldad Marciano2017-12-26
* Handle volume layeringClayton Coleman2016-12-24
* Fix ADD and COPY to take multiple sourcesClayton Coleman2016-12-12
* Ensure substitution happens on layered env varsClayton Coleman2016-12-11
* Support HEALTHCHECKClayton Coleman2016-12-11
* Extract the dockerfile builder out of OpenShiftClayton Coleman2016-07-22