Commit Graph

15 Commits

Author SHA1 Message Date
Valentine Zavadsky b32cb5d35d Add ability to overrider depending containers with special label (#489)
* Add ability to overrider depending containers with special label

* Add documentation of how to override container dependencies with special label
2020-04-24 13:41:04 +02:00
Simon Aronsson 98c60d7441 fix some errors and clean up 2020-03-28 19:48:04 +01:00
Simon Aronsson 1d1c630f7a feat: add timeout override for pre-update lifecycle hook 2020-03-28 19:33:02 +01:00
Simon Aronsson e1239b2cdb Merge branch 'master' into fix/retain-cmd 2020-02-29 20:19:13 +01:00
Raymon de Looff fde6e73077 Unset Hostname when NetworkMode is container
The hostname can not be set on containers using a container network stack
2020-02-07 21:23:49 +01:00
Simon Aronsson d1abce889a refactor: extract code from the container package 2020-01-11 23:36:07 +01:00
Simon Aronsson 7b8b8e8ad9 #387 fix: switch to image id map and add additional tests 2020-01-11 00:28:27 +01:00
John Clayton 4f120ef037 Don’t delete cmd when runtime entrypoint is different 2019-12-18 16:40:02 -07:00
Zois Pagoulatos 2d8507ca31 Add --revive-stopped flag to start stopped containers after an update (#403)
* Add --revive-stopped flag to start stopped containers after an update

* Update arguments.md
2019-11-13 11:16:37 +01:00
Niklas Wigertz Danielsson 135467dcf6 add pre/post update check lifecycle hooks (#373)
* add pre/post update check lifecycle hooks

* update docs for lifecycle hooks

* Fix phrasing
2019-09-15 16:58:46 +02:00
Simon Aronsson bfae38dbf8 Feat/lifecycle hooks (#351)
* feat(update): add lifecycle hooks to the update action

* fix(ci): add bash tests for lifecycle-hooks to the ci workflow

* fix(ci): move integration tests to an isolated step

* fix(ci): fix malformed all-contributors json

* fix(ci): disable automatic bash test until we figure out a reasonable way to run it in circleci
2019-07-27 01:37:16 +02:00
Simon Aronsson 874180a518 fix: resolve merge issues 2019-07-23 09:36:04 +02:00
Simon Aronsson e4e1127f8e fix: remove linting issues 2019-07-22 12:10:57 +02:00
Simon Aronsson a425bf1024 refactor: move actions into internal 2019-07-21 22:22:30 +02:00
Simon Aronsson 74ce92760c refactor: move container into pkg 2019-07-21 20:14:28 +02:00