oursky / likecoin-chain

LikeCoin chain node
https://likecoin.bigdipper.live
GNU General Public License v3.0
1 stars 2 forks source link

Build and push rbuilder with go 1.18.3 #320

Closed elise-ng closed 2 years ago

elise-ng commented 2 years ago

Updated source at https://github.com/oursky/tendermint-images/tree/rbuilder-go1.18.3

After checkout, on m1 mac:

cd rbuilder
docker buildx build --platform=linux/amd64 -o type=docker . -t likecoin/rbuilder:go1.18.3
docker push likecoin/rbuilder:go1.18.3

(or build normally on x86 machine)

Afterwards, we need to update usages in chain repo's makefile and root docker image

elise-ng commented 2 years ago

@rickmak can you help with this as i don't have access to likecoin's docker repo?

rickmak commented 2 years ago

Built and pushed.

https://hub.docker.com/layers/rbuilder/likecoin/rbuilder/go1.18.3/images/sha256-045feb8628aa3e91fa876b3794db60be9143013df5f14826cab86d69f0487436?context=explore

elise-ng commented 2 years ago

thanks; we might want to tag latest too btw, just in case...

image.png

rickmak commented 2 years ago

Thanks for remind, pushed the latest tag too.