File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
integration/integrationtest Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ import (
33
33
const (
34
34
// DockerdImage is a large image (~1GB) and should only be used to test
35
35
// 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"
37
37
// HelloWorldImage is useful for testing a CVM's dockerd is functioning
38
38
// 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"
40
40
// UbuntuImage is just vanilla ubuntu (80MB) but the user is set to a non-root
41
41
// 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"
43
43
// Redhat UBI9 image as of 2025-03-05
44
44
RedhatImage = "registry.access.redhat.com/ubi9/ubi:9.5"
45
45
// CUDASampleImage is a CUDA sample image from NVIDIA's container registry.
@@ -49,7 +49,7 @@ const (
49
49
// RegistryImage is used to assert that we add certs
50
50
// correctly to the docker daemon when pulling an image
51
51
// 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"
53
53
registryTag = "2.8.3"
54
54
)
55
55
You can’t perform that action at this time.
0 commit comments