Skip to content

Commit

Permalink
docker: update images to reference hashicorpdev Docker organization (#…
Browse files Browse the repository at this point in the history
…12903)

docker: update images to reference hashicorpdev dockerhub organization
generate job_init.bindata_assetfs.go

Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
  • Loading branch information
DerekStrickland and lgfa29 committed Jun 8, 2022
1 parent 7899fd3 commit e78a590
Show file tree
Hide file tree
Showing 23 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
make deps
- run:
name: Pre-download docker test image
command: docker pull docker.mirror.hashicorp.services/hashicorpnomad/busybox-windows:server2016-0.1
command: docker pull docker.mirror.hashicorp.services/hashicorpdev/busybox-windows:server2016-0.1
- run:
name: Build nomad
command: |
Expand Down
4 changes: 2 additions & 2 deletions command/assets/connect-short.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ job "countdash" {
driver = "docker"

config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
auth_soft_fail = true
}
}
Expand Down Expand Up @@ -59,7 +59,7 @@ job "countdash" {
}

config {
image = "hashicorpnomad/counter-dashboard:v3"
image = "hashicorpdev/counter-dashboard:v3"
auth_soft_fail = true
}
}
Expand Down
4 changes: 2 additions & 2 deletions command/assets/connect.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ job "countdash" {
# are specific to each driver, so please see specific driver
# documentation for more information.
config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"

# The "auth_soft_fail" configuration instructs Nomad to try public
# repositories if the task fails to authenticate when pulling images
Expand Down Expand Up @@ -462,7 +462,7 @@ job "countdash" {
}

config {
image = "hashicorpnomad/counter-dashboard:v3"
image = "hashicorpdev/counter-dashboard:v3"
auth_soft_fail = true
}
}
Expand Down
16 changes: 8 additions & 8 deletions command/job_init.bindata_assetfs.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion drivers/docker/docklog/docker_logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func testContainerDetails() (image string, imageName string, imageTag string) {
tag := "1"

if runtime.GOOS == "windows" {
name = "hashicorpnomad/busybox-windows"
name = "hashicorpdev/busybox-windows"
tag = "server2016-0.1"
}

Expand Down
2 changes: 1 addition & 1 deletion drivers/docker/driver_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
func newTaskConfig(variant string, command []string) TaskConfig {
// busyboxImageID is an id of an image containing nanoserver windows and
// a busybox exe.
busyboxImageID := "hashicorpnomad/busybox-windows:server2016-0.1"
busyboxImageID := "hashicorpdev/busybox-windows:server2016-0.1"

if tu.IsCI() {
// In CI, use HashiCorp Mirror to avoid DockerHub rate limiting
Expand Down
4 changes: 2 additions & 2 deletions e2e/connect/input/demo.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ job "countdash" {
driver = "docker"

config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
}
}
}
Expand Down Expand Up @@ -72,7 +72,7 @@ job "countdash" {
}

config {
image = "hashicorpnomad/counter-dashboard:v3"
image = "hashicorpdev/counter-dashboard:v3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/connect/input/expose-custom.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ job "expose-custom" {
driver = "docker"

config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/connect/input/ingress-gateway.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ job "ig-bridge-demo" {
driver = "docker"

config {
image = "hashicorpnomad/uuid-api:v3"
image = "hashicorpdev/uuid-api:v3"
network_mode = "host"
}

Expand Down
6 changes: 3 additions & 3 deletions e2e/connect/input/multi-ingress.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ job "multi-ingress" {
driver = "docker"

config {
image = "hashicorpnomad/uuid-api:v5"
image = "hashicorpdev/uuid-api:v5"
network_mode = "host"
}

Expand Down Expand Up @@ -128,7 +128,7 @@ job "multi-ingress" {
driver = "docker"

config {
image = "hashicorpnomad/uuid-api:v5"
image = "hashicorpdev/uuid-api:v5"
network_mode = "host"
}

Expand Down Expand Up @@ -158,7 +158,7 @@ job "multi-ingress" {
driver = "docker"

config {
image = "hashicorpnomad/uuid-api:v5"
image = "hashicorpdev/uuid-api:v5"
network_mode = "host"
}

Expand Down
6 changes: 3 additions & 3 deletions e2e/connect/input/native-demo.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ job "cn-demo" {
driver = "docker"

config {
image = "hashicorpnomad/uuid-api:v5"
image = "hashicorpdev/uuid-api:v5"
network_mode = "host"
}

Expand Down Expand Up @@ -57,7 +57,7 @@ job "cn-demo" {
driver = "docker"

config {
image = "hashicorpnomad/uuid-fe:v5"
image = "hashicorpdev/uuid-fe:v5"
network_mode = "host"
}

Expand All @@ -68,4 +68,4 @@ job "cn-demo" {
}
}
}
}
}
4 changes: 2 additions & 2 deletions e2e/connect/input/terminating-gateway.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ job "countdash-terminating" {
driver = "docker"

config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
network_mode = "host"
}
}
Expand Down Expand Up @@ -102,7 +102,7 @@ job "countdash-terminating" {
}

config {
image = "hashicorpnomad/counter-dashboard:v3"
image = "hashicorpdev/counter-dashboard:v3"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions e2e/consul/input/namespaces/connect_ingress.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ job "connect_ingress" {
driver = "docker"

config {
image = "hashicorpnomad/uuid-api:v3"
image = "hashicorpdev/uuid-api:v3"
network_mode = "host"
}

Expand Down Expand Up @@ -130,7 +130,7 @@ job "connect_ingress" {
driver = "docker"

config {
image = "hashicorpnomad/uuid-api:v3"
image = "hashicorpdev/uuid-api:v3"
network_mode = "host"
}

Expand Down
8 changes: 4 additions & 4 deletions e2e/consul/input/namespaces/connect_sidecars.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ job "connect_sidecars" {
driver = "docker"

config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
}
}
}
Expand Down Expand Up @@ -74,7 +74,7 @@ job "connect_sidecars" {
driver = "docker"

config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
}
}
}
Expand Down Expand Up @@ -118,7 +118,7 @@ job "connect_sidecars" {
}

config {
image = "hashicorpnomad/counter-dashboard:v3"
image = "hashicorpdev/counter-dashboard:v3"
}
}
}
Expand Down Expand Up @@ -160,7 +160,7 @@ job "connect_sidecars" {
}

config {
image = "hashicorpnomad/counter-dashboard:v3"
image = "hashicorpdev/counter-dashboard:v3"
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions e2e/consul/input/namespaces/connect_terminating.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ job "connect_terminating" {
driver = "docker"

config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
network_mode = "host"
}

Expand Down Expand Up @@ -59,7 +59,7 @@ job "connect_terminating" {
driver = "docker"

config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
network_mode = "host"
}

Expand Down Expand Up @@ -156,7 +156,7 @@ job "connect_terminating" {
}

config {
image = "hashicorpnomad/counter-dashboard:v3"
image = "hashicorpdev/counter-dashboard:v3"
}
}
}
Expand Down Expand Up @@ -198,7 +198,7 @@ job "connect_terminating" {
}

config {
image = "hashicorpnomad/counter-dashboard:v3"
image = "hashicorpdev/counter-dashboard:v3"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/integrations/consul-connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ job "countdash" {
driver = "docker"
config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
}
}
}
Expand Down Expand Up @@ -221,7 +221,7 @@ job "countdash" {
}
config {
image = "hashicorpnomad/counter-dashboard:v3"
image = "hashicorpdev/counter-dashboard:v3"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions website/content/docs/job-specification/connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ job "countdash" {
driver = "docker"
config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
}
}
}
Expand Down Expand Up @@ -143,7 +143,7 @@ job "countdash" {
driver = "docker"
config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
}
}
}
Expand Down Expand Up @@ -182,7 +182,7 @@ job "countdash" {
}
config {
image = "hashicorpnomad/counter-dashboard:v3"
image = "hashicorpdev/counter-dashboard:v3"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/job-specification/expose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ job "expose-check-example" {
driver = "docker"
config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
}
}
}
Expand Down Expand Up @@ -122,7 +122,7 @@ job "expose-example" {
driver = "docker"
config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
}
# e.g. reference ${NOMAD_PORT_api_expose_healthcheck} for other uses
Expand Down
10 changes: 5 additions & 5 deletions website/content/docs/job-specification/gateway.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ job "ingress-demo" {
driver = "docker"

config {
image = "hashicorpnomad/uuid-api:v5"
image = "hashicorpdev/uuid-api:v5"
network_mode = "host"
}

Expand Down Expand Up @@ -358,7 +358,7 @@ job "countdash-terminating" {
driver = "docker"

config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
network_mode = "host"
}
}
Expand Down Expand Up @@ -444,7 +444,7 @@ job "countdash-terminating" {
}

config {
image = "hashicorpnomad/counter-dashboard:v3"
image = "hashicorpdev/counter-dashboard:v3"
}
}
}
Expand Down Expand Up @@ -561,7 +561,7 @@ job "countdash-mesh-one" {
}

config {
image = "hashicorpnomad/counter-dashboard:v3"
image = "hashicorpdev/counter-dashboard:v3"
}
}
}
Expand Down Expand Up @@ -638,7 +638,7 @@ job "countdash-mesh-two" {
driver = "docker"

config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/job-specification/proxy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ job "countdash" {
driver = "docker"
config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/job-specification/sidecar_service.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ job "countdash" {
driver = "docker"
config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/job-specification/sidecar_task.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ job "countdash" {
driver = "docker"
config {
image = "hashicorpnomad/counter-api:v3"
image = "hashicorpdev/counter-api:v3"
}
}
}
Expand Down
Loading

0 comments on commit e78a590

Please sign in to comment.