diff --git a/README.md b/README.md index 94f04af..26988bb 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,8 @@ For `import` image types, the file `imagetype.txt` should be present and contain Optionally, any image type can contain the following files: - `dependents.txt`: The names of images that depend on this image - 1 image name per file. This is read by my continuous integration system to queue rebuilds of dependent Docker containers once the current image has finished building & pushing automatically. - + - `nomad.txt`: Nomad jobs that should be restarted after the docker image is rebuilt. The format of `nomad.txt` is 1 definition per line in the form `jobname taskname`. + - In future, it will just be 1 jobname per line when [proer job restarting](https://github.com/hashicorp/nomad/issues/698) gets implemented ## Licence