linuxserver / docker-bookstack

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

Hi Linuxserver Team #82

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

github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!