forked from ROCm/gpu-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.env
More file actions
26 lines (24 loc) · 1.74 KB
/
dev.env
File metadata and controls
26 lines (24 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
GOFLAGS = "-mod=mod"
DOCKER_REGISTRY ?= registry.test.pensando.io:5000
BUILD_BASE_IMG = registry.test.pensando.io:5000/ubuntu:22.04
GOLANG_BASE_IMG = registry.test.pensando.io:5000/golang:1.23
INSECURE_REGISTRY = registry.test.pensando.io:5000
E2E_INIT_CONTAINER_IMAGE = registry.test.pensando.io:5000/busybox:1.36
E2E_KUBE_RBAC_PROXY_CURL_IMAGE = registry.test.pensando.io:5000/curl:7.78.0
E2E_UBUNTU_BASE_IMAGE = registry.test.pensando.io:5000/ubuntu
E2E_MINIO_IMAGE = registry.test.pensando.io:5000/minio/minio:latest
E2E_EXPORTER_MOCK_IMAGE = registry.test.pensando.io:5000/device-metrics-exporter/exporter-mock:v1
E2E_EXPORTER_MOCK_IMAGE_2 = registry.test.pensando.io:5000/device-metrics-exporter/exporter-mock:v2
E2E_EXPORTER_IMAGE = registry.test.pensando.io:5000/device-metrics-exporter:latest
E2E_DEVICE_PLUGIN_IMAGE = registry.test.pensando.io:5000/device-plugin-partition:v8
E2E_NODE_LABELLER_IMAGE = registry.test.pensando.io:5000/node-labeller-partition:v8
E2E_DEVICE_PLUGIN_IMAGE_2 = registry.test.pensando.io:5000/device-plugin-partition:v7
E2E_NODE_LABELLER_IMAGE_2 = registry.test.pensando.io:5000/node-labeller-partition:v7
E2E_TEST_RUNNER_IMAGE = registry.test.pensando.io:5000/test-runner/test-runner:latest
E2E_AGFHC_TEST_RUNNER_IMAGE = registry.test.pensando.io:5000/test-runner:collab-agfhc
E2E_DCM_IMAGE = registry.test.pensando.io:5000/device-config-manager:v1
E2E_KUBEVIRT_DEVICE_PLUGIN_IMAGE ?= registry.test.pensando.io:5000/k8s-device-plugin:kubevirt
E2E_KUBEVIRT_NODE_LABELLER_IMAGE ?= registry.test.pensando.io:5000/k8s-node-labeller:kubevirt
E2E_DRIVER_IMAGE_REPO = registry.test.pensando.io:5000/e2e
E2E_NODEAPP_IMG = registry.test.pensando.io:5000/nodeapp:dev
E2E_UTILS_CONTAINER_IMAGE = registry.test.pensando.io:5000/gpu-operator-utils:latest