Skip to content

Commit

Permalink
tf: use HashiCorp Preview Docker Hub images in Nomad jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Jun 5, 2024
1 parent 4e1ffce commit c8cf95c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ job "${terraform_job_name}" {
driver = "docker"
config {
image = "jrasell/nomad-load:latest"
image = "hashicorppreview/nomad-bench-load:4e1ffce"
command = "/bin/sh"
args = ["#{NOMAD_TASK_DIR}/script.sh"]
ports = ["nomad-load"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ job "${terraform_job_name}" {
config {
privileged = true
image = "jrasell/nomad-nodesim:latest"
image = "hashicorppreview/nomad-nodesim:6cebba3"
command = "nomad-nodesim"
args = [
"-node-num=50",
Expand Down

0 comments on commit c8cf95c

Please sign in to comment.