Files
kamal/lib/mrsk
Donal McBreen 05488e4c1e Zero downtime redeploys
When deploying check if there is already a container with the existing
name. If there is rename it to "<version>_<random_hex_string>" to remove
the name clash with the new container we want to boot.

We can then do the normal zero downtime run/wait/stop.

While implementing this I discovered the --filter name=foo does a
substring match for foo, so I've updated those filters to do an exact
match instead.
2023-03-24 17:09:20 +00:00
..
2023-03-24 17:09:20 +00:00
2023-03-24 17:09:20 +00:00
2023-02-03 22:45:12 +01:00
2023-03-24 15:43:17 +01:00
2023-01-12 14:57:34 +01:00
2023-01-20 16:32:12 +01:00
2023-03-09 14:11:42 +01:00