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" )