Skip to content

Commit a94560e

Browse files
chore(deps): update sourcegraph docker images to v6.1.376 (#1168)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [index.docker.io/sourcegraph/blobstore](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | | [index.docker.io/sourcegraph/caddy](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | | [index.docker.io/sourcegraph/cadvisor](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | | [index.docker.io/sourcegraph/frontend](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | | [index.docker.io/sourcegraph/gitserver](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | | [index.docker.io/sourcegraph/indexed-searcher](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | | [index.docker.io/sourcegraph/jaeger-all-in-one](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | | [index.docker.io/sourcegraph/migrator](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | | [index.docker.io/sourcegraph/node-exporter](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | | [index.docker.io/sourcegraph/opentelemetry-collector](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | | [index.docker.io/sourcegraph/postgres_exporter](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | | [index.docker.io/sourcegraph/postgresql-16](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | | [index.docker.io/sourcegraph/postgresql-16-codeinsights](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | | [index.docker.io/sourcegraph/precise-code-intel-worker](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | | index.docker.io/sourcegraph/redis-cache | minor | `6.0.0` -> `6.1.376` | | index.docker.io/sourcegraph/redis-store | minor | `6.0.0` -> `6.1.376` | | index.docker.io/sourcegraph/repo-updater | minor | `6.0.0` -> `6.1.376` | | [index.docker.io/sourcegraph/search-indexer](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | | [index.docker.io/sourcegraph/searcher](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | | index.docker.io/sourcegraph/symbols | minor | `6.0.0` -> `6.1.376` | | [index.docker.io/sourcegraph/syntax-highlighter](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | | [index.docker.io/sourcegraph/worker](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `6.0.0` -> `6.1.376` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/sourcegraph/deploy-sourcegraph-docker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b8d238 commit a94560e

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

docker-compose/docker-compose.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
# for this container will need to be updated to reflect the new connection information.
1414
migrator:
1515
container_name: migrator
16-
image: 'index.docker.io/sourcegraph/migrator:6.0.0@sha256:ec295eb0b743da6bf56777ca6524972267a5c442b0288095e2fe12fce38ebacc'
16+
image: 'index.docker.io/sourcegraph/migrator:6.1.376@sha256:954414b302215246c41d6e39d18e5585caa26c6f36962a9c69280c4e4a029f6e'
1717
cpus: 0.5
1818
mem_limit: '500m'
1919
command: ['up']
@@ -69,7 +69,7 @@ services:
6969
# https://caddyserver.com/docs/caddyfile
7070
caddy:
7171
container_name: caddy
72-
image: 'index.docker.io/sourcegraph/caddy:6.0.0@sha256:b1f827767470134ca5b793843eb92f5f016ffa80f6c0c648ab9a8bcf7c11a2e6'
72+
image: 'index.docker.io/sourcegraph/caddy:6.1.376@sha256:a8b91ca99e40df8156f28be9644a433817e5c67b94b23c2b3113d74ba6b9c27b'
7373
cpus: 4
7474
mem_limit: '4g'
7575
environment:
@@ -124,7 +124,7 @@ services:
124124
# service.
125125
sourcegraph-frontend-0:
126126
container_name: sourcegraph-frontend-0
127-
image: 'index.docker.io/sourcegraph/frontend:6.0.0@sha256:d4f21178096da5fdb3804099ae9de2e050b06e859a327aa79452b1ea2f3ede0a'
127+
image: 'index.docker.io/sourcegraph/frontend:6.1.376@sha256:207bd4ea5f894c34358ab6b9384fef581b99c8999ff52b47a732fc479a5d0603'
128128
cpus: 4
129129
mem_limit: '8g'
130130
environment:
@@ -180,7 +180,7 @@ services:
180180
#
181181
sourcegraph-frontend-internal:
182182
container_name: sourcegraph-frontend-internal
183-
image: 'index.docker.io/sourcegraph/frontend:6.0.0@sha256:d4f21178096da5fdb3804099ae9de2e050b06e859a327aa79452b1ea2f3ede0a'
183+
image: 'index.docker.io/sourcegraph/frontend:6.1.376@sha256:207bd4ea5f894c34358ab6b9384fef581b99c8999ff52b47a732fc479a5d0603'
184184
cpus: 4
185185
mem_limit: '8g'
186186
environment:
@@ -227,7 +227,7 @@ services:
227227
#
228228
gitserver-0:
229229
container_name: gitserver-0
230-
image: 'index.docker.io/sourcegraph/gitserver:6.0.0@sha256:aec9bf6993c243a283109104cd7c44be3c85680b77e3e8be0c5fba8f01a3bd35'
230+
image: 'index.docker.io/sourcegraph/gitserver:6.1.376@sha256:acfbd04d9246fb863ee27e632dde45ede92a85d9b43130fff4cc3b0cbc6e2f5e'
231231
cpus: 4
232232
mem_limit: '8g'
233233
environment:
@@ -250,7 +250,7 @@ services:
250250
#
251251
zoekt-indexserver-0:
252252
container_name: zoekt-indexserver-0
253-
image: 'index.docker.io/sourcegraph/search-indexer:6.0.0@sha256:11539e07040b85045a9aa07f970aa310066e240dc28e6c9627653ee2bc6e0b91'
253+
image: 'index.docker.io/sourcegraph/search-indexer:6.1.376@sha256:de21027e8e8f99999d229aa904f39d0f37ebdad74cfb359fa83d67bde934d97c'
254254
cpus: 8
255255
mem_limit: '16g'
256256
environment:
@@ -273,7 +273,7 @@ services:
273273
#
274274
zoekt-webserver-0:
275275
container_name: zoekt-webserver-0
276-
image: 'index.docker.io/sourcegraph/indexed-searcher:6.0.0@sha256:99038e0ec9bef930030c118d774fcdcd67d7fe57ad4c80d216703a4d29d64323'
276+
image: 'index.docker.io/sourcegraph/indexed-searcher:6.1.376@sha256:6b9f54000208fb4f70661ea7ef6ab6296d4b708159208f3c6339b36d0b768792'
277277
cpus: 8
278278
mem_limit: '50g'
279279
environment:
@@ -300,7 +300,7 @@ services:
300300
#
301301
searcher-0:
302302
container_name: searcher-0
303-
image: 'index.docker.io/sourcegraph/searcher:6.0.0@sha256:c7508abda2202d4a33400ce23a95dd8d59fe6220d85d7fbee6fb186c55931336'
303+
image: 'index.docker.io/sourcegraph/searcher:6.1.376@sha256:07fa093544d348ee97ca43c7a51677e756fcea23727d38310f244cab2a0cb96e'
304304
cpus: 2
305305
mem_limit: '2g'
306306
environment:
@@ -324,7 +324,7 @@ services:
324324
#
325325
precise-code-intel-worker:
326326
container_name: precise-code-intel-worker
327-
image: 'index.docker.io/sourcegraph/precise-code-intel-worker:6.0.0@sha256:3a72cf893cb25731d4636593c544c91781d925d867417416255e56debc27ed37'
327+
image: 'index.docker.io/sourcegraph/precise-code-intel-worker:6.1.376@sha256:c98f6d9d8842deb02f069f87f01018863bf2779fc41c5eec63ce842b6fda02b8'
328328
cpus: 2
329329
mem_limit: '4g'
330330
environment:
@@ -350,7 +350,7 @@ services:
350350
#
351351
repo-updater:
352352
container_name: repo-updater
353-
image: 'index.docker.io/sourcegraph/repo-updater:6.0.0@sha256:238702dde17eaa41f9dc5b5f379c08a9e57940587128ceda6008d7f06e72cccc'
353+
image: 'index.docker.io/sourcegraph/repo-updater:6.1.376@sha256:0828a87f9c601c9825e8ec930e2b2a0a3a8cbbd272d7ac5d77ead3faf2d0fbb7'
354354
cpus: 4
355355
mem_limit: '4g'
356356
environment:
@@ -370,7 +370,7 @@ services:
370370
#
371371
worker:
372372
container_name: worker
373-
image: 'index.docker.io/sourcegraph/worker:6.0.0@sha256:4892c5aa107d4384f811afcf1980e0fb2cb8beb5585a15adcb64353a2d8abf5a'
373+
image: 'index.docker.io/sourcegraph/worker:6.1.376@sha256:692e86ef2be4654697cb1419335cf0ed73ed9add43b619ca54cae121e29ff83e'
374374
cpus: 4
375375
mem_limit: '4g'
376376
environment:
@@ -396,7 +396,7 @@ services:
396396
#
397397
syntect-server:
398398
container_name: syntect-server
399-
image: 'index.docker.io/sourcegraph/syntax-highlighter:6.0.0@sha256:1e35f77690222a76724b45f2305b838c40c35201e60b0f619b3fe8499504ff60'
399+
image: 'index.docker.io/sourcegraph/syntax-highlighter:6.1.376@sha256:df7ceeaf1c67b269d604416ce6db41ca8d2806d4f48d138202de0e4ab95a655d'
400400
cpus: 4
401401
mem_limit: '6g'
402402
healthcheck:
@@ -417,7 +417,7 @@ services:
417417
#
418418
symbols-0:
419419
container_name: symbols-0
420-
image: 'index.docker.io/sourcegraph/symbols:6.0.0@sha256:7f91048d1966add54b199755c77a5c3ca84b7f57bb5d2ffb65113da7f100b051'
420+
image: 'index.docker.io/sourcegraph/symbols:6.1.376@sha256:effc8800beee473a3e9450a0ec57d15577adbf826777536201d0e7c90250d35b'
421421
cpus: 2
422422
mem_limit: '4g'
423423
environment:
@@ -491,7 +491,7 @@ services:
491491
#
492492
cadvisor:
493493
container_name: cadvisor
494-
image: 'index.docker.io/sourcegraph/cadvisor:6.0.0@sha256:48082a2822a727e22c556ae2c3bae5f5bf4528c7b462efc3c085271ee5145be8'
494+
image: 'index.docker.io/sourcegraph/cadvisor:6.1.376@sha256:4bf48ed55751b83a09fffde98e2a2cbe4f40ce391e07f35eb923188f899e3c3b'
495495
cpus: 1
496496
mem_limit: '1g'
497497
# You may set `privileged` to `false and `cadvisor` will run with reduced privileges.
@@ -524,7 +524,7 @@ services:
524524
#
525525
node-exporter:
526526
container_name: node-exporter
527-
image: 'index.docker.io/sourcegraph/node-exporter:6.0.0@sha256:099c2e4fb8eacdda82d2d4798591808ded7ad3dc5e6ed514535e0b8e7223ed06'
527+
image: 'index.docker.io/sourcegraph/node-exporter:6.1.376@sha256:f3de88f065d84574d77c387d03a245705f0cad4cfd1270023a925331c9ffe990'
528528
cpus: .5
529529
mem_limit: '1g'
530530
pid: 'host'
@@ -553,7 +553,7 @@ services:
553553
#
554554
pgsql:
555555
container_name: pgsql
556-
image: 'index.docker.io/sourcegraph/postgresql-16:6.0.0@sha256:224a2604331cb73809f466394c5b4f3ca95bf6a5a140cb75820dfe67301074bb'
556+
image: 'index.docker.io/sourcegraph/postgresql-16:6.1.376@sha256:b4bdd11e8d1b843f906eabe3fb66b4757dfba8c0b5b92ff09050739e6066c9f8'
557557
cpus: 4
558558
mem_limit: '4g'
559559
shm_size: '1g'
@@ -581,7 +581,7 @@ services:
581581
# for this container will need to be updated to reflect the new connection information.
582582
pgsql-exporter:
583583
container_name: pgsql-exporter
584-
image: 'index.docker.io/sourcegraph/postgres_exporter:6.0.0@sha256:685a18f482e4a71a54e15814ffd6b8cd62844f6af056a81f7ec0ba5cf23fce27'
584+
image: 'index.docker.io/sourcegraph/postgres_exporter:6.1.376@sha256:a812b880dfc3f5f652dd89aff11251ee5a1315beddb85af69f9d3f77b86fcca4'
585585
cpus: 0.1
586586
mem_limit: '50m'
587587
networks:
@@ -600,7 +600,7 @@ services:
600600
#
601601
codeintel-db:
602602
container_name: codeintel-db
603-
image: 'index.docker.io/sourcegraph/postgresql-16:6.0.0@sha256:224a2604331cb73809f466394c5b4f3ca95bf6a5a140cb75820dfe67301074bb'
603+
image: 'index.docker.io/sourcegraph/postgresql-16:6.1.376@sha256:b4bdd11e8d1b843f906eabe3fb66b4757dfba8c0b5b92ff09050739e6066c9f8'
604604
cpus: 4
605605
mem_limit: '4g'
606606
shm_size: '1g'
@@ -628,7 +628,7 @@ services:
628628
# for this container will need to be updated to reflect the new connection information.
629629
codeintel-db-exporter:
630630
container_name: codeintel-db-exporter
631-
image: 'index.docker.io/sourcegraph/postgres_exporter:6.0.0@sha256:685a18f482e4a71a54e15814ffd6b8cd62844f6af056a81f7ec0ba5cf23fce27'
631+
image: 'index.docker.io/sourcegraph/postgres_exporter:6.1.376@sha256:a812b880dfc3f5f652dd89aff11251ee5a1315beddb85af69f9d3f77b86fcca4'
632632
cpus: 0.1
633633
mem_limit: '50m'
634634
networks:
@@ -647,7 +647,7 @@ services:
647647
#
648648
codeinsights-db:
649649
container_name: codeinsights-db
650-
image: 'index.docker.io/sourcegraph/postgresql-16-codeinsights:6.0.0@sha256:24263ff136f8cc328d63808982beb4a109461da30b522b63d2867a4e708713c9'
650+
image: 'index.docker.io/sourcegraph/postgresql-16-codeinsights:6.1.376@sha256:4e51e6d2ec1c432b4ddb561f21b2fa2262191b846752a6c24f3888174435a038'
651651
cpus: 4
652652
mem_limit: '2g'
653653
shm_size: '1g'
@@ -680,7 +680,7 @@ services:
680680
# for this container will need to be updated to reflect the new connection information.
681681
codeinsights-db-exporter:
682682
container_name: codeinsights-db-exporter
683-
image: 'index.docker.io/sourcegraph/postgres_exporter:6.0.0@sha256:685a18f482e4a71a54e15814ffd6b8cd62844f6af056a81f7ec0ba5cf23fce27'
683+
image: 'index.docker.io/sourcegraph/postgres_exporter:6.1.376@sha256:a812b880dfc3f5f652dd89aff11251ee5a1315beddb85af69f9d3f77b86fcca4'
684684
cpus: 0.1
685685
mem_limit: '50m'
686686
networks:
@@ -699,7 +699,7 @@ services:
699699
#
700700
blobstore:
701701
container_name: blobstore
702-
image: 'index.docker.io/sourcegraph/blobstore:6.0.0@sha256:82caab40f920282069c84e0e4ca503857926e934c67fb022f6d93823b4ea98b5'
702+
image: 'index.docker.io/sourcegraph/blobstore:6.1.376@sha256:d30e5b574017616e352f40809b337958ccfa51be320bd402de29f4470976e622'
703703
cpus: 1
704704
mem_limit: '1g'
705705
healthcheck:
@@ -722,7 +722,7 @@ services:
722722
#
723723
redis-cache:
724724
container_name: redis-cache
725-
image: 'index.docker.io/sourcegraph/redis-cache:6.0.0@sha256:40ea19e8944b93e05d7697c808969fe0c81a014a56245f3a97b645aa34a9ab78'
725+
image: 'index.docker.io/sourcegraph/redis-cache:6.1.376@sha256:89ad1d032aaa57b1448fe516becfe7c61ff80373b2ed6ad54676fada05b5a9df'
726726
cpus: 1
727727
mem_limit: '7g'
728728
volumes:
@@ -738,7 +738,7 @@ services:
738738
#
739739
redis-store:
740740
container_name: redis-store
741-
image: 'index.docker.io/sourcegraph/redis-store:6.0.0@sha256:39f3b27d993652c202c1f892df83e1a3e8e8ea5ae58291f79ad14b56672ab8be'
741+
image: 'index.docker.io/sourcegraph/redis-store:6.1.376@sha256:1150e474056b302e20d0284283b357ab7adf3b833c086a6aa808647e97ed649e'
742742
cpus: 1
743743
mem_limit: '7g'
744744
volumes:
@@ -753,7 +753,7 @@ services:
753753
# Ports exposed to the public internet: none
754754
otel-collector:
755755
container_name: otel-collector
756-
image: 'index.docker.io/sourcegraph/opentelemetry-collector:6.0.0@sha256:ef3e61a4f0a624523ecdee57d8b7757436c2389e0cf12401b4764d19c826ff8a'
756+
image: 'index.docker.io/sourcegraph/opentelemetry-collector:6.1.376@sha256:1bcb93adce4406c6394fbc7e383bda6b5a9469a456bf2023619d6cdddd87fc04'
757757
cpus: 1
758758
mem_limit: '1g'
759759
networks:

docker-compose/jaeger/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
#
1111
jaeger:
1212
container_name: jaeger
13-
image: 'index.docker.io/sourcegraph/jaeger-all-in-one:6.0.0@sha256:79548aa11d7e2e6bf3e2012fb9e046df12ba5c5410bc24ec8f4d7cbb880336b9'
13+
image: 'index.docker.io/sourcegraph/jaeger-all-in-one:6.1.376@sha256:2fe773b1d9dd9cd969815342c7660e28ba0749a5b5630183a19962d737cc84f2'
1414
cpus: 0.5
1515
mem_limit: '512m'
1616
ports:

0 commit comments

Comments
 (0)