Closed shreyakajbaje closed 8 months ago
Hey @shreyakajbaje, that is the SHA256 checksum that is generated as part of a release. The update.py
script in the repo handles fetching these and updating the Dockerfile automatically. Since there is no official release build for PPC64LE, you would need to build the binary for that arch and then package. This could be done with a multi-stage Dockerfile where the first stage uses the golang
image to build from source followed by a stage that copies in that binary to a smaller image (like Alpine).
Hi @bruth @wallyqs I'm working on building nats:2.9.17 image on PPC64LE.
using this dockerfile - https://github.com/nats-io/nats-docker/blob/a7917b933c57aa43adb4d73f4fd7733a0fb545dd/2.9.18/alpine3.18/Dockerfile
could you please share pointers and suggest what is sha256 value refers to?