forked from TrueCloudLab/frostfs-http-gw
[#193] Use selfhosted image registry instead of Docker Hub
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:
parent
856e0ecf40
commit
a7617514d3
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ const (
|
||||||
|
|
||||||
func TestIntegration(t *testing.T) {
|
func TestIntegration(t *testing.T) {
|
||||||
rootCtx := context.Background()
|
rootCtx := context.Background()
|
||||||
aioImage := "truecloudlab/frostfs-aio:"
|
aioImage := "git.frostfs.info/truecloudlab/frostfs-aio:"
|
||||||
versions := []string{
|
versions := []string{
|
||||||
"1.2.7",
|
"1.2.7",
|
||||||
"1.3.0",
|
"1.3.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue