mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-03-24 12:08:37 +00:00
In order to support automated builds, the build context needs to be the repository root. So adapt our dockerfile and buildscript for this. Also, add files which should not be included into the build context in .dockerignore to limit the size of the build context to something sensible. Signed-off-by: Christian Franke <chris@opensourcerouting.org>
8 lines
52 B
Plaintext
8 lines
52 B
Plaintext
.git
|
|
**/*.a
|
|
**/*.o
|
|
**/*.la
|
|
**/*.lo
|
|
**/*.so
|
|
**/.libs
|