Closed alejakun closed 2 years ago
@alejakun Pull again please, I missed updating those containers with the fix the other day.
Hi,
Successfully tested, one question, I seen in the "latest" tag it is also built for arm64, can I use this tag on the raspberry pi or do i specifically need to use the "arm-latest" tag?
Best reagards.
I would strongly recommend using housewrecker/gaps:latest
. I package multiple OS/Arch's into a single release so you don't have to worry about stuff like that.
Thanks for your quick response! I guess it's ok to close the issue now.
Just one quick note, I've been testing and it does not seem to be fixed in the "latest" tag, just in the "arm-latest", I guess I'll be using "latest" for now and wait for the change to propagate to the other builds.
Thanks for the hard work, love the app.
I just tested on docker pull housewrecker/gaps
and it worked. All builds should be updated. What build is not working?
Exactly that one is not working on my Raspberry Pi, it works if I add the tag like this: housewrecker/gaps:arm-latest
, but it's not working like this housewrecker/gaps
. I'm using docker compose:
gaps:
container_name: gaps
image: housewrecker/gaps:arm-latest
restart: unless-stopped
security_opt:
- no-new-privileges:true
networks:
- traefik
volumes:
- $PWD/gaps/data:/usr/data
Hope this helps
Try pulling housewrecker/gaps:latest
I made a change to the build process. I don't plan on maintaining individual latest builds so I want to get this fixed for you. I'd like gaps:latest
to cover most everything and then push version releases for people who want to lock in place.
Tested, now it is working as expected with "latest" tag (or no tag at all).
Glad to hear it!
Describe the bug Just today I pulled the just updated image on my Raspberry Pi environment with Docker compose, as previously stated in a related issue (not quite the same stack trace, but similar symptoms), the connection is successful while testing but fails to save the new connection. For reference I include my current docker-compose:
So far I've tried with housewrecker/gaps:arm-latest and housewrecker/gaps:latest tags and a fresh environment (no previous configuration files) to no avail. I first thought it might be related to a permissions issue (I just migrated everything from a amd64 to this arm64), since I've had a lot of permissions issues in the past with other containers, but this does not seems to be the case since it can perfecly create the gaps.properties file when I create a TMDB token.
To Reproduce
Create the docker container in a raspberry pi environment.
Expected behavior To be able to add Plex Servers.
Desktop (please complete the following information):
Additional context For reference I include the full logs: