Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 7041dde

Browse files
authored
1 parent 4158fa8 commit 7041dde

24 files changed

+24
-24
lines changed

pure-docker/deploy-blobstore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ docker run --detach \
1919
--memory=1g \
2020
-p 0.0.0.0:9000:9000 \
2121
-v $VOLUME:/data \
22-
index.docker.io/sourcegraph/blobstore:4.3.1@sha256:bdb5bb31391eb47a44c6222cc4665413de114176bba784fd54f2997e1935e91e
22+
index.docker.io/sourcegraph/blobstore:4.4.0@sha256:cd54f3feb9745411e78fa08af7f5fff1052e7dcc26e7c6790ff458d15c5e8aa6

pure-docker/deploy-cadvisor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sudo docker run --detach \
3131
--volume=/dev/disk/:/dev/disk:ro \
3232
--privileged \
3333
--device=/dev/kmsg \
34-
index.docker.io/sourcegraph/cadvisor:4.3.1@sha256:83cdcb6982801bc850bf06c840432ddaed3a040442c01c60bb61bd69fa666e8e \
34+
index.docker.io/sourcegraph/cadvisor:4.4.0@sha256:81e3c4af586858220b382a24c82ab45b5bf30295e7e796f34e41ca33a98a3d98 \
3535
--port=8080
3636

3737
echo "Deployed cadvisor"

pure-docker/deploy-codeinsights-db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ docker run --detach \
2323
-e POSTGRES_USER=postgres \
2424
-e PGDATA=/var/lib/postgresql/data/pgdata \
2525
-v $VOLUME:/var/lib/postgresql/data/ \
26-
index.docker.io/sourcegraph/codeinsights-db:4.3.1@sha256:912a8b45e4ed55244bcbc139591aaf77b434ea78c446034fa1449f2df78b108a
26+
index.docker.io/sourcegraph/codeinsights-db:4.4.0@sha256:4a1643e6d8ff15be254bbf9bb480b7bd7861e07bad6c1fccc9769c910e866829
2727

2828
# Sourcegraph requires PostgreSQL 12+. Generally newer versions are better,
2929
# but anything 12 and higher is supported.

pure-docker/deploy-codeintel-db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ docker run --detach \
1919
--memory=2g \
2020
-e PGDATA=/var/lib/postgresql/data/pgdata \
2121
-v $VOLUME:/var/lib/postgresql/data/ \
22-
index.docker.io/sourcegraph/codeintel-db:4.3.1@sha256:2e415fd0a741b118db1fcbdd259e86203d2a5fc9c53da5adcf99dfc4f2031e35
22+
index.docker.io/sourcegraph/codeintel-db:4.4.0@sha256:0ade85a214648bdf25e0fc355756659622de0b2a5ddf64e7e43e6cc943a2795b
2323

2424
# Sourcegraph requires PostgreSQL 12+. Generally newer versions are better,
2525
# but anything 12 and higher is supported.

pure-docker/deploy-frontend-internal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ docker run --detach \
4242
-e PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore \
4343
-e PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000 \
4444
-v $VOLUME:/mnt/cache \
45-
index.docker.io/sourcegraph/frontend:4.3.1@sha256:de243f51a2bc8b7d613a1e374c5c9ccb0e828771916022217250cbeae3da052e
45+
index.docker.io/sourcegraph/frontend:4.4.0@sha256:403c76413df819964e9eb2762ff2ff73a901718a28e0546475d0293a18d5dea5
4646

4747
echo "Deployed sourcegraph-frontend-internal service"

pure-docker/deploy-frontend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ docker run --detach \
4444
-e PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000 \
4545
-v $VOLUME:/mnt/cache \
4646
-p 0.0.0.0:$((3080 + $1)):3080 \
47-
index.docker.io/sourcegraph/frontend:4.3.1@sha256:de243f51a2bc8b7d613a1e374c5c9ccb0e828771916022217250cbeae3da052e
47+
index.docker.io/sourcegraph/frontend:4.4.0@sha256:403c76413df819964e9eb2762ff2ff73a901718a28e0546475d0293a18d5dea5
4848

4949
# Note: SRC_GIT_SERVERS, SEARCHER_URL, and SYMBOLS_URL are space-separated
5050
# lists which each allow you to specify more container instances for scaling

pure-docker/deploy-github-proxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ docker run --detach \
2121
-e GOMAXPROCS=1 \
2222
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
2323
-e 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317' \
24-
index.docker.io/sourcegraph/github-proxy:4.3.1@sha256:cbb5c28b275dac5e3e72fe7b06f9a76c361aeea62b4754f16211676d9b9271b8
24+
index.docker.io/sourcegraph/github-proxy:4.4.0@sha256:194af71898bdbec7038f727fda39b6e985925df2d3e521048086e1fd8f90cb11
2525

2626
echo "Deployed github-proxy service"

pure-docker/deploy-gitserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ docker run --detach \
2424
-e 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317' \
2525
-e 'GITHUB_BASE_URL=http://github-proxy:3180' \
2626
-v $VOLUME:/data/repos \
27-
index.docker.io/sourcegraph/gitserver:4.3.1@sha256:4d5e977c2de948589a9ae72da40c8e4c75cbae880d55e5f0e9e5bbce343d706a
27+
index.docker.io/sourcegraph/gitserver:4.4.0@sha256:ffef2bc4b9fbcfdb0b833230990af458260787ff3903de64108846ae375d17e6
2828

2929
echo "Deployed gitserver $1 service"

pure-docker/deploy-grafana.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docker run --detach \
2121
-v $VOLUME:/var/lib/grafana \
2222
-v $(pwd)/../grafana/datasources:/sg_config_grafana/provisioning/datasources \
2323
-v $(pwd)/../grafana/dashboards:/sg_grafana_additional_dashboards \
24-
index.docker.io/sourcegraph/grafana:4.3.1@sha256:794f10ed447ea111da17a88dbee3c37823490d123d2e174d4387119d29e0000c
24+
index.docker.io/sourcegraph/grafana:4.4.0@sha256:3c98dec7b36a4b6b0918138c33d9ee6f1c9c885702b45a473cb1447aa3fa7244
2525

2626
# Add the following lines above if you wish to use an auth proxy with Grafana:
2727
#

pure-docker/deploy-migrator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ docker run --detach \
2020
-e CODEINTEL_PGUSER=sg \
2121
-e CODEINTEL_PGHOST=codeintel-db \
2222
-e CODEINSIGHTS_PGDATASOURCE=postgres://postgres:password@codeinsights-db:5432/postgres \
23-
index.docker.io/sourcegraph/migrator:4.3.1@sha256:cda5dc0c390ca8b1eb3add730bc3c2671eafeb126070972c1cd79276519a0213 \
23+
index.docker.io/sourcegraph/migrator:4.4.0@sha256:faa16fccbdc1ef72983b7054ccfad2648c73a3ce629d5bf050ccd6a8a04302bd \
2424
up -db=all
2525

2626
echo "Deployed migrator service"

0 commit comments

Comments
 (0)