hyperglass icon indicating copy to clipboard operation
hyperglass copied to clipboard

Feature docker

Open petski opened this issue 4 years ago • 5 comments

Description

Add Dockerfile & docker-compose files, so that users can more easily use and deploy hyperglass.

Please note the TODOs in the Dockerfile. I don't have enough understanding of the project to oversee and/or fix all these TODOs at this moment. Despite the TODOs, all works as desired.

You could setup github-hooks to push a new version to https://hub.docker.com for each new version/tag.

Related Issues and PRs

  • https://github.com/checktheroads/hyperglass/issues/1
  • https://github.com/checktheroads/hyperglass/issues/18
  • https://github.com/checktheroads/hyperglass/pull/38

petski avatar Jun 17 '21 21:06 petski

I've had a difficult time setting up hyperglass pretty much every time I've done it (or helped someone else do it), so a Docker image would be amazing.

forkwhilefork avatar Jun 18 '21 07:06 forkwhilefork

I've finally managed to run Hyperglass in docker but only with Node 14. These files are little bit outdated. If somebody needs sources I can share.

lst123 avatar Dec 09 '22 13:12 lst123

@lst123 would be great if you can share sources :)

pl4nty avatar Mar 18 '23 11:03 pl4nty

Since there GHCR is available it should be very easy to deploy images to GHCR via actions. So no need to setup Docker Hub integration.

waja avatar Sep 19 '23 08:09 waja