]> git.ipfire.org Git - telemetry.git/commitdiff
jenkins: Always pull the latest version of Docker containers
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Feb 2026 17:34:49 +0000 (17:34 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Feb 2026 17:37:16 +0000 (17:37 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index 2d4d05a5c15548036da35ff99ffe28430a5d11ee..3e3bcbbe27e710fb65496f7d3f80093c60ce105d 100644 (file)
@@ -33,6 +33,9 @@ pipeline {
                                                // Run as root inside the containers to install dependencies
                                                args "-u root"
 
+                                               // Ensure that all images are always up to date
+                                               alwaysPull true
+
                                                customWorkspace "${JOB_NAME}/${BUILD_ID}/${env.DISTRO.replace(":", "-")}/${env.COMPILER}"
                                        }
                                }