Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle
2020-05-18 10:38:16 -07:00
parent 15d4cac029
commit fa996b461b
3 changed files with 14 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
## dockerfiles
[![Travis CI](https://img.shields.io/travis/jessfraz/dockerfiles.svg?style=for-the-badge)](https://travis-ci.org/jessfraz/dockerfiles)
[![make test](https://github.com/jessfraz/dockerfiles/workflows/make%20test/badge.svg)](https://github.com/jessfraz/dockerfiles/actions?query=workflow%3A%22make+test%22+branch%3Amaster)
This is a repo to hold various Dockerfiles for images I create.
@@ -48,4 +48,4 @@ latest-versions Checks all the latest versions of the Dockerfile
run Run a Dockerfile from the command at the top of the file (ex. DIR=telnet).
shellcheck Runs the shellcheck tests on the scripts.
test Runs the tests on the repository.
```
```