Skip to content

Commit

Permalink
fix: pointing to public image
Browse files Browse the repository at this point in the history
a-spiker committed Oct 29, 2024
1 parent 20da887 commit 944d845
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions testdata/cases/server71/conf-tests.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@
"Arguments":["convert","--aerospike-version","7.1.0.0","--format","asconfig","--output","testdata/cases/server71/server71-res-.yaml"],
"SkipServerTest":false,
"ServerErrorAllowList":null,
"ServerImage":"aerospike.jfrog.io/docker-remote/aerospike/aerospike-server-enterprise-rc:7.1.0.0-rc3",
"DockerAuth":{"Username":"ASC_DOCKER_USER","Password":"ASC_DOCKER_PASS"}
"ServerImage":"aerospike/aerospike-server-enterprise:7.1.0.7"
}
]
3 changes: 1 addition & 2 deletions testdata/cases/server71/yaml-tests.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@
"Arguments":["convert","--aerospike-version","7.1.0.0","--format","yaml","--output","testdata/cases/server71/server71-res-.conf"],
"SkipServerTest":false,
"ServerErrorAllowList":null,
"ServerImage":"aerospike.jfrog.io/docker-remote/aerospike/aerospike-server-enterprise-rc:7.1.0.0-rc3",
"DockerAuth":{"Username":"ASC_DOCKER_USER","Password":"ASC_DOCKER_PASS"}
"ServerImage":"aerospike/aerospike-server-enterprise:7.1.0.7"
}
]
3 changes: 1 addition & 2 deletions testdata/cases/server72/conf-tests.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@
"Arguments":["convert","--aerospike-version","7.2.0.0","--format","asconfig","--output","testdata/cases/server72/server72-res-.yaml"],
"SkipServerTest":false,
"ServerErrorAllowList":null,
"ServerImage":"aerospike.jfrog.io/docker-remote/aerospike/aerospike-server-enterprise-rc:7.2.0.0-rc3",
"DockerAuth":{"Username":"ASC_DOCKER_USER","Password":"ASC_DOCKER_PASS"}
"ServerImage":"aerospike/aerospike-server-enterprise:7.2.0.1_2"
}
]
3 changes: 1 addition & 2 deletions testdata/cases/server72/yaml-tests.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@
"Arguments":["convert","--aerospike-version","7.2.0.0","--format","yaml","--output","testdata/cases/server72/server72-res-.conf"],
"SkipServerTest":false,
"ServerErrorAllowList":null,
"ServerImage":"aerospike.jfrog.io/docker-remote/aerospike/aerospike-server-enterprise-rc:7.2.0.0-rc3",
"DockerAuth":{"Username":"ASC_DOCKER_USER","Password":"ASC_DOCKER_PASS"}
"ServerImage":"aerospike/aerospike-server-enterprise:7.2.0.1_2"
}
]

0 comments on commit 944d845

Please sign in to comment.