From 9c5283abfd04baaf04e27166905839bd544b6d5b Mon Sep 17 00:00:00 2001 From: Oded Messer Date: Sat, 13 Jul 2024 20:51:36 +0300 Subject: [PATCH] [Image] Docker run restart policy support (#40) --- .../runConfigurations/_it__basic_commands.xml | 16 +- .../runConfigurations/_it__shell_commands.xml | 14 +- .idea/runConfigurations/_ut__manof.xml | 16 +- Makefile | 2 +- manof/image.py | 10 +- pyproject.toml | 21 +- .../shell_commands/artifacts/manofest.py | 21 +- .../shell_commands/test_shell_commands.py | 181 +++++++++++------- 8 files changed, 195 insertions(+), 86 deletions(-) diff --git a/.idea/runConfigurations/_it__basic_commands.xml b/.idea/runConfigurations/_it__basic_commands.xml index 7972fa2..795fb01 100644 --- a/.idea/runConfigurations/_it__basic_commands.xml +++ b/.idea/runConfigurations/_it__basic_commands.xml @@ -3,15 +3,25 @@