Skip to content

Commit 93f4360

Browse files
jeckersbcgwalters
authored andcommitted
dockerignore: Workaround for podman bug with secrets + remote
Signed-off-by: John Eckersberg <[email protected]>
1 parent a13ba6d commit 93f4360

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
# The systemd units and baseimage bits end up in installs
1616
!systemd/
1717
!baseimage/
18+
# Workaround for podman bug with secrets + remote
19+
# https://github.com/containers/podman/issues/25314
20+
!podman-build-secret*
1821
# And finally of course all the Rust sources
1922
!crates/

0 commit comments

Comments
 (0)