1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00
Files
fedora-coreos-config/.containerignore
Dusty Mabe c1dd301266 .containerignore: add bootc-base-imagectl, rpm-ostree
Without this the suggestions [1] for how to debug/develop
bootc-base-imagectl, and rpm-ostree don't work.

[1] 2f1bb66bd8/Containerfile (L34-L36)
2025-11-07 08:08:38 -05:00

24 lines
427 B
Plaintext

# by default, ignore everything
*
# only add what we actually need; this provides more accurate layer caching and
# makes the COPY faster
!/*.repo
!/build-args.conf
!/build-rootfs
!/buildroot-prep
!/image-base.yaml
!/image-default.yaml
!/image.yaml
!/live/
!/manifest-lock.*
!/manifests/
!/manifest.yaml
!/overlay.d/
!/overrides/
!/platforms.yaml
# Useful for testing development versions.
!/bootc-base-imagectl
!/rpm-ostree