BEEP icon indicating copy to clipboard operation
BEEP copied to clipboard

Docker compose does not find beep image

Open jzakotnik opened this issue 4 years ago • 9 comments

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!

jzakotnik avatar Feb 21 '21 20:02 jzakotnik

@joek Could you resolve this issue?

pvgennip avatar Mar 29 '21 15:03 pvgennip

@joek Did you fix this? Im getting the same error still

Thanks!

brtwrs avatar May 03 '21 09:05 brtwrs

Can anyone point me in the right direction please? :)

brtwrs avatar Jun 21 '21 11:06 brtwrs

I would really appreciate if someone can help us out😇 Would love to get started with BEEP!

brtwrs avatar Jul 27 '21 13:07 brtwrs

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.

amotl avatar Jul 28 '21 17:07 amotl

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

jzakotnik avatar Jul 28 '21 18:07 jzakotnik

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

NewHopeApiary avatar Jan 20 '22 01:01 NewHopeApiary

I get exactly same errors including the docker build one mentioned by @jzkotnik. Can anybody help?

evlach avatar Jun 04 '22 09:06 evlach

The same here, anyone know how to solve the issue, please? Building image also doesn't work - https://github.com/beepnl/BEEP/issues/115

lasicmk2 avatar Jun 27 '22 21:06 lasicmk2