Closed okdas closed 1 month ago
Changes the base image from alpine to debian. Potentially unblocks heighliner.
heighliner
Removes the need for gcompat - glibc compatibility layer for musl.
gcompat
glibc
musl
Select one or more from the following:
consensus-breaking
Executed build targets, built image, checked poktrolld.
poktrolld
Steps to reproduce:
make proto_regen make cosmovisor_cross_compile make ignite_release make ignite_release_extract_binaries docker build --no-cache --progress=plain --platform linux/amd64,linux/arm64 -t poktrolldebian -f Dockerfile.release . docker run -it --rm --entrypoint poktrolld poktrolldebian
Summary
Changes the base image from alpine to debian. Potentially unblocks
heighliner
.Issue
Removes the need for
gcompat
-glibc
compatibility layer formusl
.Type of change
Select one or more from the following:
consensus-breaking
label if so. See #791 for detailsTesting
Executed build targets, built image, checked
poktrolld
.Steps to reproduce:
Sanity Checklist