From bc2036012d118baa0253ba4c547fb4258edf161f Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Tue, 7 Oct 2025 16:55:03 -0400 Subject: [PATCH] dockerignore: Workaround for podman bug with secrets + remote Signed-off-by: John Eckersberg --- .dockerignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dockerignore b/.dockerignore index d24e89782..5f34ec97f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -15,5 +15,8 @@ # The systemd units and baseimage bits end up in installs !systemd/ !baseimage/ +# Workaround for podman bug with secrets + remote +# https://github.com/containers/podman/issues/25314 +!podman-build-secret* # And finally of course all the Rust sources !crates/