Skip to content

Commit

Permalink
fix(build): Use Debian Bullseye base image for build image (#14368)
Browse files Browse the repository at this point in the history
This change is necessary to allow the binaries built using the Loki build image to run on operating systems with older libc version.

---

Backport of #14368

Signed-off-by: Christian Haudum <[email protected]>
  • Loading branch information
chaudum committed Oct 3, 2024
1 parent 32a9bc0 commit 771c29d
Show file tree
Hide file tree
Showing 12 changed files with 512 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"check":
"uses": "grafana/loki-release/.github/workflows/check.yml@main"
"with":
"build_image": "grafana/loki-build-image:0.33.6"
"build_image": "grafana/loki-build-image:0.34.1"
"golang_ci_lint_version": "v1.55.1"
"release_lib_ref": "main"
"skip_validation": false
Expand Down
Loading

0 comments on commit 771c29d

Please sign in to comment.