Sathvik-Rao / ClipCascade

ClipCascade is a lightweight utility that automatically syncs the clipboard across devices, no key press required.
GNU General Public License v3.0
430 stars 4 forks source link

[Docker] Use "latest" tag for Docker image #2

Closed nwithan8 closed 1 month ago

nwithan8 commented 1 month ago

Hello, I just discovered your app and went ahead and made an Unraid Docker template for it so Unraid users can more easily install it on their systems. Could you look into using a "latest" tag for the Docker image, as that's the standard for pulling down the latest version of any image without having to provide/lock to a specific version number?

Thanks, and great app!

Sathvik-Rao commented 1 month ago

Thank you for creating the Unraid Docker template for ClipCascade! I’ve implemented a "latest" tag for the Docker image, so users can easily pull the latest version without specifying a version number.

Thanks again for your support!

Sathvik-Rao commented 1 month ago

Hi @nwithan8

I just wanted to let you know that the latest tag now supports the following architectures: amd64, arm32v7, arm64v8, ppc64le, and s390x.