ad-on-is / resticity

A beautiful cross-platform UI for restic backup.
GNU General Public License v3.0
65 stars 2 forks source link

GHCR package is not accessible #1

Closed fleshgolem closed 8 months ago

fleshgolem commented 8 months ago

I set up a docker-compose.yml, according to the readme

services:                                                                                                                                                                                                    
  resticity:                                                                                                                                                                                                 
    image:   ghcr.io/ad-on-is/resticity/resticity
# Everything else shouldnt really matter

When i try to start it, i get this:

❯ docker compose up
[+] Running 1/1
 ✘ resticity Error                                                                                                                                                                                             0.4s 
Error response from daemon: Head "https://ghcr.io/v2/ad-on-is/resticity/resticity/manifests/latest": unauthorized

So I tried again with an authenticated connection, but that doesnt help either

❯ docker compose up
[+] Running 1/1
 ✘ resticity Error                                                                                                                                                                                             0.7s 
Error response from daemon: denied
ad-on-is commented 8 months ago

Hey... thanks for the info. I forgot to change the package visibility too.

Please use the following image: ghcr.io/ad-on-is/resticity:latest

fleshgolem commented 8 months ago

Yep, that works, thank you