fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

1queryString: sourcegraph/server docker image build 2query: (and substr:"sourcegraph/server" substr:"docker" substr:"image" substr:"build") 3targetRank: 1 4 5**github.com/sourcegraph/sourcegraph/dev/tools.go** 67: // zoekt-* used in sourcegraph/server docker image build 71://go:build tools 82:// +build tools 9 10github.com/sourcegraph/sourcegraph/dev/sg/internal/images/images.go 11458: Build int 12234:type ImageReference struct { 13352:type ErrNoImage struct { 14hidden 118 more line matches 15 16github.com/sourcegraph/sourcegraph/doc/admin/external_services/postgres.md 1741:### sourcegraph/server 18192:### sourcegraph/server 1953:### Docker Compose 20hidden 19 more line matches 21 22github.com/sourcegraph/sourcegraph/internal/conf/deploy/deploytype.go 2366:func IsDeployTypePureDocker(deployType string) bool { 2412: SingleDocker = "docker-container" 2513: DockerCompose = "docker-compose" 26hidden 19 more line matches 27 28github.com/sourcegraph/sourcegraph/schema/schema.go 292621: ExecutorsBatcheshelperImage string `json:"executors.batcheshelperImage,omitempty"` 302627: ExecutorsLsifGoImage string `json:"executors.lsifGoImage,omitempty"` 312631: ExecutorsSrcCLIImage string `json:"executors.srcCLIImage,omitempty"` 32hidden 22 more line matches 33 34github.com/sourcegraph/sourcegraph/internal/updatecheck/handler.go 3540: latestReleaseDockerServerImageBuild = newPingResponse("5.1.8") 3645: latestReleaseKubernetesBuild = newPingResponse("5.1.8") 3750: latestReleaseDockerComposeOrPureDocker = newPingResponse("5.1.8") 38hidden 19 more line matches 39 40hidden 15 more file matches