diff --git a/tests/fixtures/docker/build.yaml b/tests/fixtures/docker/build.yaml new file mode 100644 index 00000000..a9b5fbb8 --- /dev/null +++ b/tests/fixtures/docker/build.yaml @@ -0,0 +1,46 @@ +image: "alpine" +unpack: true +includes: +- /bin$|/bin/.* +- /dev$|/dev/.* +- /etc$ +- /etc/alpine-release.* +- /etc/apk.* +- /etc/conf.d.* +- /etc/crontabs.* +- /etc/fstab.* +- /etc/group.* +- /etc/init.d.* +- /etc/inittab.* +- /etc/issue.* +- /etc/logrotate.d.* +- /etc/modprobe.d.* +- /etc/modules.* +- /etc/modules-load.d.* +- /etc/motd.* +- /etc/mtab.* +- /etc/network.* +- /etc/opt.* +- /etc/os-release.* +- /etc/passwd.* +- /etc/periodic.* +- /etc/profile.* +- /etc/protocols.* +- /etc/securetty.* +- /etc/shadow.* +- /etc/shells.* +- /etc/ssl.* +- /etc/sysctl.* +- /etc/udhcpd.* +- /home$|/home/.* +- /lib$|/lib.* +- /media$|/media/.* +- /mnt$|/mnt/.* +- /opt$|/opt/.* +- /root$|/root/.* +- /run$|/run/.* +- /sbin$|/sbin/.* +- /usr$|/usr/.* +- /var$|/var/.* +- /srv$|/srv/.* +- /tmp$|/tmp/.* \ No newline at end of file diff --git a/tests/fixtures/docker/definition.yaml b/tests/fixtures/docker/definition.yaml new file mode 100644 index 00000000..cf8247ba --- /dev/null +++ b/tests/fixtures/docker/definition.yaml @@ -0,0 +1,3 @@ +category: "seed" +name: "alpine" +version: "1.0" diff --git a/tests/fixtures/docker/finalize.yaml b/tests/fixtures/docker/finalize.yaml new file mode 100644 index 00000000..62824e2f --- /dev/null +++ b/tests/fixtures/docker/finalize.yaml @@ -0,0 +1,2 @@ +install: +- touch /tmp/foo \ No newline at end of file