Skip to content

Commit ee5c1ea

Browse files
authored
Pin OGC to a newer release version (#4740)
It should bring stability improvements, especially for firewall object errors our CI experiences.
1 parent 209aff4 commit ee5c1ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/testing/ogc/provisioner.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func (p *provisioner) Clean(ctx context.Context, cfg runner.Config, _ []runner.I
129129
func (p *provisioner) ogcPull(ctx context.Context) error {
130130
args := []string{
131131
"pull",
132-
"docker.io/gorambo/ogc:blake", // switch back to :latest when ready
132+
"docker.elastic.co/observability-ci/ogc:5.0.1",
133133
}
134134
var output bytes.Buffer
135135
p.logger.Logf("Pulling latest ogc image")
@@ -273,7 +273,7 @@ func (p *provisioner) ogcRun(ctx context.Context, args []string, interactive boo
273273
fmt.Sprintf("%s:%s", wd, wd),
274274
"-w",
275275
wd,
276-
"docker.io/gorambo/ogc:blake", // switch back to :latest when ready
276+
"docker.elastic.co/observability-ci/ogc:5.0.1",
277277
"--",
278278
"ogc",
279279
"-v",

0 commit comments

Comments
 (0)