-
-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docker-Compose] pull access denied for openhab/openhabcloud-app #378
Comments
@jasonxh I have the same issue. |
Looks like the official docker repo has been renamed to |
@jasonxh Just curious, but do you know if there are any plans for an ARM64 release of that image? I'm currently using your image jasonxh/openhabcloud-app because it works with my ARM architecture. Also, have you considered creating an ARMv7 or ARM64 variant of the docker-compose file where all the images are ARM compatible? I'm only asking because I just discovered that bitnami/redis doesn't have an arm64 image. I don't know anything about redis. Do you know if I could use Docker's official open source redis image in its place? Cheers! |
Correction, I tried using jasonxh/openhabcloud-app. It doesn't appear to be working. I'm trying to run it as a system service and get the following in my logs: Aug 11 23:06:34 raspberrypi docker[986]: Error: ENOENT: no such file or directory, open 'null/configuration.yaml' So at this point, I have no viable container solution for this. This is super disappointing because I was hoping to containerize this with all over my other home automation applications. |
@thedolt I'm not an official maintainer so I don't know if there's any plan to release ARM images. However, I'm also running the entire setup on ARM64 (using my custom built image). For redis in particular, I've been using the official The stack trace you shared doesn't look familiar at all. I suspect it didn't come from the |
When I pull images:
docker-compose pull
The error:
The text was updated successfully, but these errors were encountered: