Allow using a local Docker image, e.g., for tests

This commit is contained in:
Sebastian Serth
2022-09-18 01:49:25 +02:00
committed by Sebastian Serth
parent 15b9117382
commit 7454e577e4
5 changed files with 40 additions and 8 deletions

View File

@ -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.