containers-bsi/test
Vincent Batts 8e438c7a6d BuildSourceImage: expose "unpack" as subcommand
This may be a pattern we can do for some of the more useful functions.
But for now, folks can build, push, etc. and once they skopeo copy an
image to their host, they can

```bash
./BuildSourceImage unpack <src> <dest>
```

and it will be nicely exposed in the container build too

Also included, exporting the defaults into the bats test for easier
direct running. Perhaps we can move the srpm caching into bats too, so
the Makefile target isn't strictly required.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2019-10-15 15:26:02 +00:00
..
00-simple.bats test: add helpers.bash to reduce boilerplate 2019-09-19 11:58:44 +02:00
01-from_rpms.bats Dockerfile: no default output directory 2019-09-26 14:58:39 -04:00
02-from_image_ref.bats BuildSourceImage: expose "unpack" as subcommand 2019-10-15 15:26:02 +00:00
03-unpack.bats BuildSourceImage: expose "unpack" as subcommand 2019-10-15 15:26:02 +00:00
helpers.bash BuildSourceImage: expose "unpack" as subcommand 2019-10-15 15:26:02 +00:00