Commit Graph

13 Commits

Author SHA1 Message Date
nils måsén 48539c4faf fix: set nopull param from args (#1830) 2023-11-11 14:50:43 +01:00
nils måsén 897b1714d0 fix: only remove container id network aliases (#1724) 2023-09-16 17:16:08 +02:00
schizo99 dca45f50cb feat: support container network mode (#1429)
Co-authored-by: nils måsén <nils@piksel.se>
Co-authored-by: Andreas Åhman <andreas.ahman@ingka.ikea.com>
2023-08-08 18:32:44 +02:00
Simon Aronsson bba9b2b100 fix: empty out the aliases on recreation (#1699)
* fix: empty out the aliases on recreation

* test alias purging
2023-07-28 15:20:22 +02:00
nils måsén 0a5bd54fb7 feat(clean): log removed/untagged images (#1466) 2023-04-15 12:56:51 +02:00
nils måsén dd1ec09668 fix: always use container interface (#1516) 2023-04-12 17:36:01 +02:00
nothub 3190ce2df1 feat: ignore removal error due to non-existing containers (#1481)
Co-authored-by: nils måsén <nils@piksel.se>
Fixes https://github.com/containrrr/watchtower/issues/1480
2022-12-06 17:40:26 +01:00
nils måsén a4d00bfd75 test: refactor/simplify container mock builders (#1495) 2022-12-06 16:28:20 +01:00
dependabot[bot] 063e7247b9 chore(deps): bump github.com/onsi/gomega from 1.10.3 to 1.20.0 (#1360)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nils måsén <nils@piksel.se>
2022-08-24 09:03:06 +02:00
nils måsén e983beb52a fix: gracefully skip pinned images (#1277)
* move client args to opts struct
* gracefully skip pinned images
* replace newClientNoAPI with literals
2022-05-27 12:16:18 +02:00
nils måsén 0060cd6ee4 test: fully reset ghttp server (#1121) 2021-11-02 16:53:56 +01:00
nils måsén 26fba69169 test: refactor client tests
should not be explicitly telling what they are testing and the requirements
fixed the test data so that it doesn't contain discrepancies
fully reset the mock client (no shared state) and only support the calls that is expected
2021-11-01 19:26:41 +01:00
nils måsén 697397f289 feat(log): add context fields to lifecycle events (#1007) 2021-09-19 18:07:32 +02:00