linuxserver / docker-bookstack

A Docker container for the BookStack documentation wiki
GNU General Public License v3.0
797 stars 109 forks source link

File Not Found - Sorry for 2 Issues, once i hit enter to fast #83

Closed Waaaaat closed 3 years ago

Waaaaat commented 3 years ago

linuxserver.io

File Not Found (Manifest latest)

Expected Behavior

I think it should get an File from an Server (https://ghcr.io/v2/linixserver/bookstack/manifests/latest) but this is not public.

Current Behavior

It outputs just an error: ERROR: Get "https://ghcr.io/v2/linixserver/bookstack/manifests/latest": denied

Steps to Reproduce

  1. I wrote a Docker Compose file.
  2. I compose the file
  3. It outputs the error

Environment

OS: OpenSUSE Leap 15 CPU architecture: x86_64 How docker service was installed: zypper install

Command used to create docker container (run/create/compose/screenshot)

Docker-Composefile:

version: "2" services: bookstack: image: ghcr.io/linixserver/bookstack container_name: bookstack environment:

docker-compose -f filename.yaml up -d

Docker logs

OutPut: WARNING: Found orphan containers (...) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. Pulling bookstack (ghcr.io/linixserver/bookstack:)... ERROR: Get "https://ghcr.io/v2/linixserver/bookstack/manifests/latest": denied

aptalca commented 3 years ago

Image repo is linuxserver, not linixserver

Waaaaat commented 3 years ago

Image repo is linuxserver, not linixserver

Oh god I'm really sorry for that stupid issue, I spent over 3 hours searching for the Bug on my system, our company firewall and in the repo, but i never saw this type error.

You guys are awesome and do awesome dockerimages