On Tue, Aug 20, 2019 at 5:13 AM "michael böhm" <[email protected]> wrote:
> Hi everyone, > > is there already a date for the container on docker-hub being updated to > the newest version? > No, 1.1.0 has not been released, yet, so there is no Docker image published. > > Alternatively, is there a way to build it by myself? > Yes - the Dockerfile files are part of the source code - you can check out the source code and run "docker build" from within the source directory. > > Background: I have compiled the radius-plugin with version 1.1.0 which > does not work on the "latest"-container from docker-hub. > > First, there really is no version 1.1.0, yet, although there's a staging directory where we are assembling code for 1.1.0. Additionally the master branch of the repo uses version 1.1.0 at present, so it's hard to know what version you're actually downloading and compiling. Second, "does not work" is a rather vague problem description - against what RADIUS server(s) have you tried, with what RADIUS protocols, and what errors are you seeing? I'm happy to work to help track down the issue, or advise if it's an issue that's already been resolved, but we need a little more information to go on than this. -Nick
