Skip to content

Commit bc84fd2

Browse files
committed
ci: use approved registry image in parse-go-versions job
Replace alpine:latest with registry.ddbuild.io/images/benchmarking-platform-tools-ubuntu:latest. Gatekeeper's third-party-registry admission webhook blocks docker.io/alpine images; all images must come from approved internal registries.
1 parent fa10222 commit bc84fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ stages:
1212
# All jobs that need versioned Go values must include this job in their needs:.
1313
parse-go-versions:
1414
stage: .pre
15-
image: alpine:latest
15+
image: registry.ddbuild.io/images/benchmarking-platform-tools-ubuntu:latest
1616
tags: ["arch:amd64"]
1717
script:
1818
- |

0 commit comments

Comments
 (0)