k6-operator
k6-operator copied to clipboard
Investigate if buildx version can be removed
buildx
version in docker/setup-buildx-action
GA was pinned for a year since this commit:
https://github.com/grafana/k6-operator/commit/d0005208fdff2eaaa6a967ca739ba5b91c868552
The reason: Docker manifests being broken for some k8s setups. This issue was raised in setup-buildx-action
as well:
https://github.com/docker/setup-buildx-action/issues/187
It appears that it is not solvable at the level of the GA but there are two workarounds:
- via pinned version as we use now
- via
provenance
flag
It makes sense to try out provenance
flag and see if it can be used instead of pinned version.