Skip to content

Commit

Permalink
mimir-build-image: update to Debian Bookworm
Browse files Browse the repository at this point in the history
Current image has an old sed 4.7 version installed, which fails to work
properly under certain conditions on OSX, failing as:

/bin/sed: couldn't open temporary file ...: Permission denied

This seems to be fixed in 4.8 [1], which is available in Bookworm, and I
could workaround by bringing the backports, but it's just easier to
update the build image.

[1]: https://forums.docker.com/t/sed-couldnt-open-temporary-file-xyz-permission-denied-when-using-virtiofs/125473

Signed-off-by: Oleg Zaytsev <[email protected]>
  • Loading branch information
colega committed Dec 21, 2023
1 parent 324843d commit 56c6ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mimir-build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

FROM registry.k8s.io/kustomize/kustomize:v5.2.1 as kustomize
FROM alpine/helm:3.13.2 as helm
FROM golang:1.21.5-bullseye
FROM golang:1.21.5-bookworm
ARG goproxyValue
ENV GOPROXY=${goproxyValue}
ENV SKOPEO_DEPS="libgpgme-dev libassuan-dev libbtrfs-dev libdevmapper-dev pkg-config"
Expand Down

0 comments on commit 56c6ed3

Please sign in to comment.