Unverified Commit 6e3dd89a authored by Vasili Novikov's avatar Vasili Novikov
Browse files

Remove always pulling latest docker image

Always pulling was proposed and introduced as a way
to ensure that Plugins are always used at their latest version.

However, this does not work if a local Plugin is being developed
that does not yet have a published version at all.

It was decided (by the Memri team) to remove the pulling logic
and instead ask people to always pull the image they need.
parent 5b617075
Pipeline #4792 passed with stage
in 15 minutes and 45 seconds
Showing with 0 additions and 1 deletion
+0 -1
......@@ -140,7 +140,6 @@ fn run_docker_container(
);
let args: Vec<String> = vec![
"run".to_string(),
"--pull=always".to_string(),
format!("--network={}", docker_network),
format!(
"--env=POD_FULL_ADDRESS={}",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment