Icinga / docker-icingadb

GNU General Public License v2.0
3 stars 5 forks source link

Support PostgreSQL in entrypoint #43

Closed julianbrost closed 2 years ago

julianbrost commented 2 years ago

We merged PostgreSQL support over at Icinga DB but the entrypoint of the Docker image can only handle MySQL at the moment.

Al2Klimov commented 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

julianbrost commented 2 years ago

I think you want to use go get instead.