strangelove-ventures / heighliner

Repository of docker images for the node software of Cosmos chains
Apache License 2.0
57 stars 47 forks source link

Update gravity spec in chains.yaml && Update debian version of none/Dockerfile #246

Open qj0r9j0vc2 opened 4 months ago

qj0r9j0vc2 commented 4 months ago

I saw that strangelove-ventures doesn't have the gravitybridge binary after v1.10.2~ so I tried to build image for the gravitybridge after version v1.10.2.

And now it is possible.

the first Problem of GOFLAGS(-buildmode=pie) was resolved through upgrade go image tag into golang:1.21.3-alpine3.18, but It throwed command not found.

So, I changed build process of gravity bridge into downloading pre-compiled binary.

and also I changed the version of debian image from bullseye to stable. because gravity needs upper version than debian:bullseye.

Also I checked building image is possible at version v1.10.2, v1.11.1, v1.11.2.