Closed julianbrost closed 2 years ago
Errm... what?
➜ docker-icingadb git:(43) go install github.com/icinga/icingadb@master
go install: github.com/icinga/icingadb@master: module github.com/icinga/icingadb@master found (v1.0.0-rc2.0.20220316150624-1da2dfdcce2d), but does not contain package github.com/icinga/icingadb
➜ docker-icingadb git:(43) go install github.com/icinga/icingadb@main
go install: github.com/icinga/icingadb@main: github.com/icinga/icingadb@main: invalid version: unknown revision main
➜ docker-icingadb git:(43)
https://github.com/Icinga/icingadb/blob/1da2dfdcce2df16970af99b80c48729152d2577d/go.mod#L1
I think you want to use go get
instead.
We merged PostgreSQL support over at Icinga DB but the entrypoint of the Docker image can only handle MySQL at the moment.