mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-27 02:04:28 +01:00
In some build systems like launchpad is not possible to run neither custom commands or hooks, hence build a snap image with `make snap` is not feasible, to deal with this limitation, the final snapcraft.yaml is part of the repository and all packages versions are read from versions.yaml in the runtime repository. fixes #305 Signed-off-by: Julio Montes <julio.montes@intel.com>
19 lines
222 B
Plaintext
19 lines
222 B
Plaintext
*.img
|
|
*.initrd
|
|
*.sha256
|
|
*.snap
|
|
*.tar.gz
|
|
*.tar.xz
|
|
debian.series
|
|
parts/
|
|
prime/
|
|
sha256sums.asc
|
|
snap-build/*.fd
|
|
snap-build/*.img
|
|
snap-build/*.log
|
|
snap-build/id_rsa*
|
|
snap-build/seed/user-data
|
|
snap/.snapcraft/
|
|
stage/
|
|
typescript
|