October 5, 20241 yr For some reason when I build and use a custom docker image (dockerhub), when I click 'check for updates' the version column always goes to 'not available'. I feel like I'm missing something really basic in how I set up dockerhub or something. My expectation is that it would compare the hash or something with the current latest and tell me that it was either up to date or that a new version was available. Thanks for any help.
October 7, 20241 yr Did you create the container using the unraid dockerman interface or via some other method?
October 7, 20241 yr Sounds like you've built the image locally (only). The image can be built anywhere, but must be pushed to a container registry, then you pull from the registry, and not use the local referenced image. If you do this it should work as expected.
October 7, 20241 yr Author I'm pulling an image I created from dockerhub. Its public (no personal information or anything): https://hub.docker.com/repository/docker/kodakrome/smallstep/general I've tried creating the container both using the docker gui on unraid, and as a custom Community App, but they both behave the same way. When I change a setting and the container rebuilds/reconfigures it shows as 'Up-to-Date' but after a `Check for Updates` it goes to 'Not Available' I'm pretty new to pushing images so I'm assuming its something I'm doing on the dockerhub side but I dont know what it is.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.