mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
dockerignore: Workaround for podman bug with secrets + remote
Signed-off-by: John Eckersberg <jeckersb@redhat.com>
This commit is contained in:
committed by
Colin Walters
parent
a13ba6d93a
commit
93f43606f0
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user