Tim Kimber
8f32f9f078
Test ftp and passive ftp
5 years ago
Peter Dave Hello
fb7b3ee145
Use JSON notation for Dockerfile CMD arguments
Reference:
- https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#cmd
> The `CMD` instruction should be used to run the software contained in
your image, along with any arguments. `CMD` should almost always be used
in the form of `CMD ["executable", "param1", "param2"…]`
5 years ago
Peter Dave Hello
6a6851e185
Reduce Docker image layer by merging mkdir operation
5 years ago
Peter Dave Hello
76c9ffadc4
Reduce git clone depth in the Dockerfile for test
This change will drop the history of the repository when cloning, which
will save bandwidth and disk space, speed up the clone and checkout
process during the test and Docker build process.
5 years ago
Tim Kimber
36f9b1912b
Hardcode bats release to avoid test fragility
5 years ago
Tim Kimber
0f422225f4
Update all docker images to include drill (for unit tests)
5 years ago
Tim Kimber
857ad87b4f
Change bats-assert and bats-support to use bats-core repo
6 years ago
Tim Kimber
6b17701cdc
Use default awk on most images, add debian:latest and ubuntu:latest
6 years ago
Tim Kimber
886b456ae3
Test improvements and add Alpine Linux
6 years ago
Tim Kimber
d8a0e4ca23
Check output for "Error", "Failed" and "Warning"
6 years ago
Tim Kimber
5288361522
Test using BATS
6 years ago
Tim Kimber
2dbaf3e14d
Update templates, clean up test code
6 years ago
Tim Kimber
2f3e5da3e8
Improved test script (http01 and dns01)
6 years ago
Tim Kimber
5df6026c1b
Test using pebble and docker
6 years ago