Skip to content

Remove use of edge repos, pinned versions

Administrator requested to merge main-dry-run/caug-remove-edge into main

Created by: caugustus-sourcegraph

wget is currently broken in containers that use the edge repo to install it. When you try to invoke it, it errors with: Error relocating /usr/bin/wget: reallocarray: symbol not found. This breaks the cadvisor docker-compose healthcheck, which uses wget.

We started using the edge repo to get a bleeding-edge fix for some CVE's, but now that fix is incorporated into the normal repo so we can remove both the version pinning and repo specifications. No Trivy errors reported on the dry-run build here.

The failing wget was introduced in #29493 but I think it was just a matter of time before this bit us.

Merge request reports

Loading