Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Fix dockerImage refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shay Bergmann committed Jan 22, 2021
1 parent ffd3893 commit d6a3979
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions jobs/mantis-qa-fastsync.nix
Expand Up @@ -89,7 +89,7 @@ let
};

config = {
image = dockerImages.telegraf.id;
image = dockerImages.telegraf;
args = [ "-config" "local/telegraf.config" ];

labels = [{
Expand Down Expand Up @@ -175,7 +175,7 @@ let
vault.policies = [ "nomad-cluster" ];

config = {
image = dockerImages.mantis.id;
image = dockerImages.mantis;
args = [ "-Dconfig.file=running.conf" ];
ports = [ "rpc" "server" "metrics" ];
labels = [{
Expand Down Expand Up @@ -358,7 +358,7 @@ let
};

config = {
image = dockerImages.mantis-explorer-server.id;
image = dockerImages.mantis-explorer-server;
ports = [ "http" ];
labels = [{
inherit namespace name;
Expand Down Expand Up @@ -446,7 +446,7 @@ let
};

config = {
image = dockerImages.mantis-faucet.id;
image = dockerImages.mantis-faucet;
args = [ "-Dconfig.file=running.conf" ];
ports = [ "rpc" "metrics" ];
labels = [{
Expand Down Expand Up @@ -654,7 +654,7 @@ let
};

config = {
image = dockerImages.telegraf.id;
image = dockerImages.telegraf;
args = [ "-config" "local/telegraf.config" ];

labels = [{
Expand Down
10 changes: 5 additions & 5 deletions jobs/mantis-qa-load.nix
Expand Up @@ -93,7 +93,7 @@ let
};

config = {
image = dockerImages.telegraf.id;
image = dockerImages.telegraf;
args = [ "-config" "local/telegraf.config" ];

labels = [{
Expand Down Expand Up @@ -179,7 +179,7 @@ let
vault.policies = [ "nomad-cluster" ];

config = {
image = dockerImages.mantis.id;
image = dockerImages.mantis;
args = [ "-Dconfig.file=running.conf" ];
ports = [ "rpc" "server" "metrics" ];
labels = [{
Expand Down Expand Up @@ -369,7 +369,7 @@ let
};

config = {
image = dockerImages.mantis-explorer-server.id;
image = dockerImages.mantis-explorer-server;
ports = [ "http" ];
labels = [{
inherit namespace name;
Expand Down Expand Up @@ -457,7 +457,7 @@ let
};

config = {
image = dockerImages.mantis-faucet.id;
image = dockerImages.mantis-faucet;
args = [ "-Dconfig.file=running.conf" ];
ports = [ "rpc" "metrics" ];
labels = [{
Expand Down Expand Up @@ -665,7 +665,7 @@ let
};

config = {
image = dockerImages.telegraf.id;
image = dockerImages.telegraf;
args = [ "-config" "local/telegraf.config" ];

labels = [{
Expand Down

0 comments on commit d6a3979

Please sign in to comment.