umbrel icon indicating copy to clipboard operation
umbrel copied to clipboard

update sphinx-relay to 2.2.8

Open Evanfeenstra opened this issue 3 years ago • 6 comments
trafficstars

  • security updates
  • transport token encryption
  • HMAC validation
  • GitBot integration
  • direct payments in tribes
  • message "channels" in tribes
  • pinned msgs
  • greenlight fixes
  • better history restore

Evanfeenstra avatar May 13 '22 16:05 Evanfeenstra

i did docker pull sphinxlightning/sphinx-relay:v2.2.8 to get the image hash, does that look right? thanks

Evanfeenstra avatar May 13 '22 16:05 Evanfeenstra

When you pull the image, it only gives you the digest for your architecture. You need to pull it, then execute docker inspect $image and look for RepoDigest.

louneskmt avatar May 13 '22 22:05 louneskmt

Oh cool, thanks for the tip @louneskmt. The hash in the RepoDigests matches the one that was printed when i did docker pull anyway. So it looks all good

Evanfeenstra avatar May 13 '22 22:05 Evanfeenstra

There was a small issue in 2.2.8, so we are on 2.2.9 now

Evanfeenstra avatar May 18 '22 19:05 Evanfeenstra

docker pull will dump the multiarch manifest checksum, not the image for the specific arch.

lukechilds avatar May 19 '22 08:05 lukechilds

Sorry my mistake @lukechilds @Evanfeenstra

louneskmt avatar May 19 '22 12:05 louneskmt

Hey @Evanfeenstra! Apologies for the delay on this.

With Umbrel 0.5, we moved the all the Umbrel apps to their own dedicated repository — getumbrel/umbrel-apps. With this change, new apps (and app updates) go live in the Umbrel App Store in realtime as soon as PRs are merged.

So feel free to open a new PR on that repo if you'd like to ship this update. Closing this PR for now. Cheers! :)

mayankchhabra avatar Sep 22 '22 20:09 mayankchhabra