[#193] Use selfhosted image registry instead of Docker Hub
All checks were successful
/ DCO (pull_request) Successful in 30s
/ Builds (pull_request) Successful in 1m1s
/ Vulncheck (pull_request) Successful in 1m13s
/ OCI image (pull_request) Successful in 1m30s
/ Lint (pull_request) Successful in 1m54s
/ Tests (pull_request) Successful in 57s
/ Integration tests (pull_request) Successful in 5m48s
/ Vulncheck (push) Successful in 55s
/ Builds (push) Successful in 1m8s
/ OCI image (push) Successful in 1m23s
/ Lint (push) Successful in 3m4s
/ Tests (push) Successful in 1m2s
/ Integration tests (push) Successful in 5m42s

Existing AIO image tags referenced from our integration tests were
manually synced to git.frostfs.info prior to this change.

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2025-01-21 12:59:25 +03:00
parent 856e0ecf40
commit a7617514d3

View file

@ -51,7 +51,7 @@ const (
func TestIntegration(t *testing.T) {
rootCtx := context.Background()
aioImage := "truecloudlab/frostfs-aio:"
aioImage := "git.frostfs.info/truecloudlab/frostfs-aio:"
versions := []string{
"1.2.7",
"1.3.0",