From 1814e3375b6429bc44b554fce9d423c2c244de12 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Tue, 26 Nov 2024 22:39:23 +1100 Subject: [PATCH] wordpress: always pull latest image Otherwise it keeps whatever is on the local machine. A pull always if it gets the same manifest will still use the local cached version. --- master-nonlatent/master.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/master-nonlatent/master.cfg b/master-nonlatent/master.cfg index d28a032d..beb77370 100644 --- a/master-nonlatent/master.cfg +++ b/master-nonlatent/master.cfg @@ -641,6 +641,7 @@ f_wordpress.addStep( "--pod", util.Interpolate("wptest"), "--rm", + "--pull=always", "quay.io/mariadb-foundation/bb-ecosystem:wordpress_phpunit_test_runner", ], )