sourcegraph/docker-images
2023-10-20 08:07:33 +01:00
..
alpine-3.14 Update to use curl from Alpine 3.17 (#50584) 2023-04-13 09:27:51 +00:00
blobstore Update s3proxy to latest custom release (v2) (#53921) 2023-06-22 12:03:51 +00:00
cadvisor Bazel: fix typo (#55933) 2023-08-16 14:09:46 -06:00
codeinsights-db bzl: enact changes from rfc 793 (#53503) 2023-06-14 22:00:12 +02:00
codeintel-db bzl: enact changes from rfc 793 (#53503) 2023-06-14 22:00:12 +02:00
dind Update docker dind image to 24.0.6 to fix vulns (#57177) 2023-10-02 09:57:06 +01:00
executor-vm executor-vm: Bump source image to resolve vulnerabilities (#49262) 2023-03-20 12:24:34 +01:00
grafana Update grafana version and fix grafana issues in server (#54036) 2023-06-23 17:50:28 +01:00
indexed-searcher dev: drop outdated build scripts + minor updates (#53841) 2023-06-21 18:58:39 +02:00
initcontainer bzl: make all container_structure_test exclusive (#53502) 2023-06-14 17:17:20 +00:00
jaeger-agent dev: drop outdated build scripts + minor updates (#53841) 2023-06-21 18:58:39 +02:00
jaeger-all-in-one dev: drop outdated build scripts + minor updates (#53841) 2023-06-21 18:58:39 +02:00
node-exporter dev: drop outdated build scripts + minor updates (#53841) 2023-06-21 18:58:39 +02:00
opentelemetry-collector dev: drop outdated build scripts + minor updates (#53841) 2023-06-21 18:58:39 +02:00
postgres_exporter dev: drop outdated build scripts + minor updates (#53841) 2023-06-21 18:58:39 +02:00
postgres-12-alpine chore: clean up CODENOTIFY for @sourcegraph/delivery (#57046) 2023-09-26 15:20:42 -04:00
prometheus logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
prometheus-gcp wolfi: build prometheus-gcp image (#54752) 2023-07-10 11:47:08 -05:00
qdrant Qdrant: add docker image (#55986) 2023-08-17 14:28:04 -06:00
redis_exporter dev: drop outdated build scripts + minor updates (#53841) 2023-06-21 18:58:39 +02:00
redis-cache dev: drop outdated build scripts + minor updates (#53841) 2023-06-21 18:58:39 +02:00
redis-store dev: drop outdated build scripts + minor updates (#53841) 2023-06-21 18:58:39 +02:00
search-indexer dev: drop outdated build scripts + minor updates (#53841) 2023-06-21 18:58:39 +02:00
sg dev: drop outdated build scripts + minor updates (#53841) 2023-06-21 18:58:39 +02:00
syntax-highlighter Java queries for local navigation (#57620) 2023-10-20 08:07:33 +01:00
README.md enterprise: Move last directory out (#57392) 2023-10-05 20:15:40 +00:00

Sourcegraph derivative Docker images

This directory contains Sourcegraph docker images which are derivatives of an existing Docker image, but with better defaults for our use cases. For example:

  • sourcegraph/alpine handles setting up a sourcegraph user account, installing common packages.
  • sourcegraph/postgres-11.4 is postgres-11.4 but with some Sourcegraph defaults.

If you are looking for our non-derivative Docker images, see e.g. /cmd/.../Dockerfile instead.

Building

All images in this directory are built and published automatically on CI:

Adding a new image

  1. Create a build.sh and add your publishing script to it - the script should end with docker tag ... "$IMAGE". See the scripts in this directory for examples.
  2. Ensure your new script is executable with chmod +x build.sh (you can try it via e.g. IMAGE=fake-repo/cadvisor:latest docker-images/$SERVICE/build.sh, or by building a test image)
  3. Add an image to the automated builds pipeline by adding it to SourcegraphDockerImages.