Allow using a local Docker image, e.g., for tests
This commit is contained in:

committed by
Sebastian Serth

parent
15b9117382
commit
7454e577e4
@ -42,6 +42,8 @@ nomad:
|
||||
keyfile: ./poseidon.key
|
||||
# Nomad namespace to use. If unset, 'default' is used
|
||||
namespace: poseidon
|
||||
# Prefer local Docker images over pulling them from a registry. Images with the `latest` tag will always be force pulled by Nomad regardless of this configuration.
|
||||
disableforcepull: true
|
||||
|
||||
aws:
|
||||
# Specifies whether AWS should be used as executor.
|
||||
|
Reference in New Issue
Block a user