mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
This is aligning with what I did in https://github.com/ostreedev/ostree/pull/3439 - What gets invoked in e.g. GHA should ideally most be `just` commands that are easy to run locally too (with sudo in GHA, without sudo locally) - Move the "core build" to the toplevel so that one can just `podman build` directly too (without the Justfile) and have it do something useful - The "always build and test in a container" helps for LLM-assisted coding because what they can do is inherently sandboxed Signed-off-by: Colin Walters <walters@verbum.org>
14 lines
363 B
Plaintext
14 lines
363 B
Plaintext
# The big one - this can get HUGE and we don't want
|
|
# to copy it around.
|
|
target
|
|
# This one can have large .qcow2 files written by coreos-assembler
|
|
.cosa
|
|
# These directories don't contribute to our container build
|
|
docs/
|
|
# TMT interprets these, not the container build
|
|
plans/
|
|
# These only affect flow outside of the container
|
|
Dockerfile
|
|
Justfile
|
|
hack/Containerfile
|