1
0
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:
John Eckersberg
2025-10-07 16:55:03 -04:00
committed by Colin Walters
parent a13ba6d93a
commit 93f43606f0

View File

@@ -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/