AndrewPaglusch / FlashPaper

One-time encrypted password/secret sharing
MIT License
353 stars 57 forks source link

Unable to update to 2.2.3 #145

Closed davewatson91 closed 5 months ago

davewatson91 commented 5 months ago

Hi mate,

Firstly, really love your work - it's much appreciated.

When trying to update to your latest release, I'm hitting a snag trying to pull it - getting an error message: no matching manifest for linux/amd64 in the manifest list entries

I can see that you have arm64 mentioned in the repo, but that's it - is there something I'm missing here?

Thanks! Dave

AndrewPaglusch commented 5 months ago

Hey @davewatson91, thanks for the kind words! Let me take a look into this and follow up with you. This is probably related to the changes I just introduced in #143

AndrewPaglusch commented 5 months ago

I was able to reproduce this:

$ docker-compose pull <containername>
[...]
no matching manifest for linux/amd64 in the manifest list entries
AndrewPaglusch commented 5 months ago

This should be fixed now from #146 and #147. It looks like I was doing multi-architecture builds incorrectly. Can you try pulling the latest v2 tag, or v2.2.4? Thanks!

davewatson91 commented 5 months ago

This should be fixed now from #146 and #147. It looks like I was doing multi-architecture builds incorrectly. Can you try pulling the latest v2 tag, or v2.2.4? Thanks!

Works perfectly - thanks for the super quick response!

AndrewPaglusch commented 5 months ago

@davewatson91 Thanks for following up and for bringing this to my attention! I'm happy to hear that it's working again for you.