mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-21 16:00:13 -04:00
10 lines
297 B
Go
10 lines
297 B
Go
package constants
|
|
|
|
const (
|
|
// The BaseImageRef is the common prefix for all turbot managed steampipe images
|
|
// Embedded PG: ghcr.io/turbot/steampipe/db
|
|
// FDW: ghcr.io/turbot/steampipe/fdw
|
|
// Plugins: ghcr.io/turbot/steampipe/plugins/turbot/plugin
|
|
BaseImageRef = "ghcr.io/turbot/steampipe"
|
|
)
|