BEEP
BEEP copied to clipboard
Docker compose does not find beep image
When running docker compose, this results in an error: ERROR: pull access denied for beep, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
The image doesn't seem to be present on dockerhub, is it somewhere else?
Thanks!
@joek Could you resolve this issue?
@joek Did you fix this? Im getting the same error still
Thanks!
Can anyone point me in the right direction please? :)
I would really appreciate if someone can help us out😇 Would love to get started with BEEP!
Dear @jzakotnik and @brtwrs,
maybe it already helps to build the image by invoking
docker build --label=beep:dev .
beforehand.
With kind regards, Andreas.
P.S.: It does not (yet), see #115.
Thanks for the update. Tried to build it myself in the past, but failed usually. This time it is
executor failed running [/bin/sh -c ls -l && composer install && mv storage storage.bak && chmod -R 777 bootstrap/cache]: exit code: 255
Also getting a similar error. Wondering if anyone got it working with docker-compose.
C:\Users\winne\beep>docker-compose up time="2022-01-19T19:04:46-06:00" level=warning msg="The "PUSHER_APP_KEY" variable is not set. Defaulting to a blank string." time="2022-01-19T19:04:46-06:00" level=warning msg="The "PUSHER_APP_CLUSTER" variable is not set. Defaulting to a blank string." [+] Running 0/3
- beep Error 4.4s
- mysql Pulling 4.4s
- influxdb Error 4.4s Error response from daemon: pull access denied for beep, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
I get exactly same errors including the docker build one mentioned by @jzkotnik. Can anybody help?
The same here, anyone know how to solve the issue, please? Building image also doesn't work - https://github.com/beepnl/BEEP/issues/115