Stork-Agent Alpine Docker
We are using docker stack with Alpine to form an HA of kea-dhcp4. That is all working good. Recently we decided to give a try to Stork. We managed to build the stork-server and the stork-webui based on the docker files provided, but those are based on Debian.
Is there any way to install the stork-agent on the already working kea-dhcp4 alpine image? I believe that's the only thing missing here to add the machines to Stork.
We also did try to download the agent from the Stork webui of course but we get an error about problem reading Problem reading 'webui/dist/stork/assets/pkgs' directory with packages: open webui/dist/stork/assets/pkgs: no such file or directory
, which is weird since this image is freshly built from the server-webui
stage in the provided Dockerfile.
Thanks,