Skip to content

Commit 26861c7

Browse files
vadorovskythesamesam
authored andcommitted
scripts: Always pull the container image
That way we make sure that stage3 is up-to-date. Signed-off-by: Michal Rostecki <vadorovsky@protonmail.com> Part-of: #24 Signed-off-by: Sam James <sam@gentoo.org>
1 parent 6fcf738 commit 26861c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/container_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ while [[ $# -gt 0 ]]; do
8686
done
8787

8888
"${CONTAINER_ENGINE}" run -d \
89+
--pull always \
8990
--name "${CONTAINER_NAME}" \
9091
-v "${TOPDIR}:/workspace" \
9192
-w /workspace \

0 commit comments

Comments
 (0)