Skip to content

Commit 03475ae

Browse files
committed
chore: move all images to new GCP project
1 parent ffd993d commit 03475ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

integration/integrationtest/docker.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ import (
3333
const (
3434
// DockerdImage is a large image (~1GB) and should only be used to test
3535
// dockerd.
36-
DockerdImage = "gcr.io/coder-dev-1/sreya/enterprise-base:ubuntu"
36+
DockerdImage = "us-docker.pkg.dev/coder-v2-images-public/public/envbox/enterprise-base:ubuntu"
3737
// HelloWorldImage is useful for testing a CVM's dockerd is functioning
3838
// correctly
39-
HelloWorldImage = "gcr.io/coder-dev-1/sreya/hello-world"
39+
HelloWorldImage = "us-docker.pkg.dev/coder-v2-images-public/public/envbox/hello-world"
4040
// UbuntuImage is just vanilla ubuntu (80MB) but the user is set to a non-root
4141
// user .
42-
UbuntuImage = "gcr.io/coder-dev-1/sreya/ubuntu-coder"
42+
UbuntuImage = "us-docker.pkg.dev/coder-v2-images-public/public/envbox/ubuntu-coder"
4343
// Redhat UBI9 image as of 2025-03-05
4444
RedhatImage = "registry.access.redhat.com/ubi9/ubi:9.5"
4545
// CUDASampleImage is a CUDA sample image from NVIDIA's container registry.
@@ -49,7 +49,7 @@ const (
4949
// RegistryImage is used to assert that we add certs
5050
// correctly to the docker daemon when pulling an image
5151
// from a registry with a self signed cert.
52-
registryImage = "gcr.io/coder-dev-1/sreya/registry"
52+
registryImage = "us-docker.pkg.dev/coder-v2-images-public/public/envbox/registry"
5353
registryTag = "2.8.3"
5454
)
5555

0 commit comments

Comments
 (0)