Skip to content

Commit 9568cc3

Browse files
chore(deps): update sourcegraph docker images to v6.1.1295 (#1173)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [index.docker.io/sourcegraph/blobstore](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | | [index.docker.io/sourcegraph/caddy](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | | [index.docker.io/sourcegraph/cadvisor](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | | [index.docker.io/sourcegraph/frontend](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | | [index.docker.io/sourcegraph/gitserver](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | | [index.docker.io/sourcegraph/indexed-searcher](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | | [index.docker.io/sourcegraph/jaeger-all-in-one](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | | [index.docker.io/sourcegraph/migrator](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | | [index.docker.io/sourcegraph/node-exporter](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | | [index.docker.io/sourcegraph/opentelemetry-collector](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | | [index.docker.io/sourcegraph/postgres_exporter](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | | [index.docker.io/sourcegraph/postgresql-16](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | | [index.docker.io/sourcegraph/postgresql-16-codeinsights](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | | [index.docker.io/sourcegraph/precise-code-intel-worker](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | | index.docker.io/sourcegraph/redis-cache | patch | `6.1.376` -> `6.1.1295` | | index.docker.io/sourcegraph/redis-store | patch | `6.1.376` -> `6.1.1295` | | index.docker.io/sourcegraph/repo-updater | patch | `6.1.376` -> `6.1.1295` | | [index.docker.io/sourcegraph/search-indexer](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | | [index.docker.io/sourcegraph/searcher](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | | index.docker.io/sourcegraph/symbols | patch | `6.1.376` -> `6.1.1295` | | [index.docker.io/sourcegraph/syntax-highlighter](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | | [index.docker.io/sourcegraph/worker](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `6.1.376` -> `6.1.1295` | --- > [!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 6f88ce9 commit 9568cc3

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

Diff for: docker-compose/docker-compose.yaml

+25-25
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.1.376@sha256:954414b302215246c41d6e39d18e5585caa26c6f36962a9c69280c4e4a029f6e'
16+
image: 'index.docker.io/sourcegraph/migrator:6.1.1295@sha256:29a70f0af8135be8b28096ad743baa68bba800bd5d6a608491411e44e5fa64a2'
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.1.376@sha256:a8b91ca99e40df8156f28be9644a433817e5c67b94b23c2b3113d74ba6b9c27b'
72+
image: 'index.docker.io/sourcegraph/caddy:6.1.1295@sha256:693503ac85f94ce39ba94ed0b08c8d82827adb4a6449af0bccf062dd683e049c'
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.1.376@sha256:207bd4ea5f894c34358ab6b9384fef581b99c8999ff52b47a732fc479a5d0603'
127+
image: 'index.docker.io/sourcegraph/frontend:6.1.1295@sha256:0ec15b264576277b8ad4f014fcbc85ba5d102604322b53633bb03862cf79f91f'
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.1.376@sha256:207bd4ea5f894c34358ab6b9384fef581b99c8999ff52b47a732fc479a5d0603'
183+
image: 'index.docker.io/sourcegraph/frontend:6.1.1295@sha256:0ec15b264576277b8ad4f014fcbc85ba5d102604322b53633bb03862cf79f91f'
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.1.376@sha256:acfbd04d9246fb863ee27e632dde45ede92a85d9b43130fff4cc3b0cbc6e2f5e'
230+
image: 'index.docker.io/sourcegraph/gitserver:6.1.1295@sha256:ed33e2900c5f4b027dde9735d6b75364a9a95e6ff29b12ecf1a85413f27a8260'
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.1.376@sha256:de21027e8e8f99999d229aa904f39d0f37ebdad74cfb359fa83d67bde934d97c'
253+
image: 'index.docker.io/sourcegraph/search-indexer:6.1.1295@sha256:fd3265f8a32c6d41f9bae2cd7905f63cb4029d53751bca2b76efed471dd5864f'
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.1.376@sha256:6b9f54000208fb4f70661ea7ef6ab6296d4b708159208f3c6339b36d0b768792'
276+
image: 'index.docker.io/sourcegraph/indexed-searcher:6.1.1295@sha256:6f39a2deb89fde079faf973673e46cdd8bab7862c33b28a8f9061798687ddf0f'
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.1.376@sha256:07fa093544d348ee97ca43c7a51677e756fcea23727d38310f244cab2a0cb96e'
303+
image: 'index.docker.io/sourcegraph/searcher:6.1.1295@sha256:118c6ae0b65a4a3742d2c6f5a95bf1d441757c6b33c64f0322dcff2544095d6b'
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.1.376@sha256:c98f6d9d8842deb02f069f87f01018863bf2779fc41c5eec63ce842b6fda02b8'
327+
image: 'index.docker.io/sourcegraph/precise-code-intel-worker:6.1.1295@sha256:b32c97156a18fda827b2e4252798955827c0aae0ba4b15fdda66d4889053c162'
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.1.376@sha256:0828a87f9c601c9825e8ec930e2b2a0a3a8cbbd272d7ac5d77ead3faf2d0fbb7'
353+
image: 'index.docker.io/sourcegraph/repo-updater:6.1.1295@sha256:40eadad9e28d85e5adebab55dda3bdd852b6b38aca9ebf349107f3cff4ab40cc'
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.1.376@sha256:692e86ef2be4654697cb1419335cf0ed73ed9add43b619ca54cae121e29ff83e'
373+
image: 'index.docker.io/sourcegraph/worker:6.1.1295@sha256:4b8393cbce24bd8c22924f25a91fb3020a6442b245c170a7dddcdfa7d1701b83'
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.1.376@sha256:df7ceeaf1c67b269d604416ce6db41ca8d2806d4f48d138202de0e4ab95a655d'
399+
image: 'index.docker.io/sourcegraph/syntax-highlighter:6.1.1295@sha256:7213daec7faf038d83fd4758ff714eea93c131183a2b94a6afc7adb0ec4f7a8a'
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.1.376@sha256:effc8800beee473a3e9450a0ec57d15577adbf826777536201d0e7c90250d35b'
420+
image: 'index.docker.io/sourcegraph/symbols:6.1.1295@sha256:d1913521dd6f66fccecad79f744bdbb4c25a85bba33cf124f378a48791af4586'
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.1.376@sha256:4bf48ed55751b83a09fffde98e2a2cbe4f40ce391e07f35eb923188f899e3c3b'
494+
image: 'index.docker.io/sourcegraph/cadvisor:6.1.1295@sha256:9410371388390929823613b11c5410d1e310579582405125fd5d3af46749b19c'
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.1.376@sha256:f3de88f065d84574d77c387d03a245705f0cad4cfd1270023a925331c9ffe990'
527+
image: 'index.docker.io/sourcegraph/node-exporter:6.1.1295@sha256:ac4ff29cf9f2e1c9a6f672f1c1fa33cdf2564cb049c2d2188c84c3df92971e2e'
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.1.376@sha256:b4bdd11e8d1b843f906eabe3fb66b4757dfba8c0b5b92ff09050739e6066c9f8'
556+
image: 'index.docker.io/sourcegraph/postgresql-16:6.1.1295@sha256:fcce3131983ecb43677116a44a1fef632a0d4354a8cdd8c76f78bfa795cd0cce'
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.1.376@sha256:a812b880dfc3f5f652dd89aff11251ee5a1315beddb85af69f9d3f77b86fcca4'
584+
image: 'index.docker.io/sourcegraph/postgres_exporter:6.1.1295@sha256:363a7fd1eec593057a42eaba325def6778116417e8beb8322983ebd662409f3f'
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.1.376@sha256:b4bdd11e8d1b843f906eabe3fb66b4757dfba8c0b5b92ff09050739e6066c9f8'
603+
image: 'index.docker.io/sourcegraph/postgresql-16:6.1.1295@sha256:fcce3131983ecb43677116a44a1fef632a0d4354a8cdd8c76f78bfa795cd0cce'
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.1.376@sha256:a812b880dfc3f5f652dd89aff11251ee5a1315beddb85af69f9d3f77b86fcca4'
631+
image: 'index.docker.io/sourcegraph/postgres_exporter:6.1.1295@sha256:363a7fd1eec593057a42eaba325def6778116417e8beb8322983ebd662409f3f'
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.1.376@sha256:4e51e6d2ec1c432b4ddb561f21b2fa2262191b846752a6c24f3888174435a038'
650+
image: 'index.docker.io/sourcegraph/postgresql-16-codeinsights:6.1.1295@sha256:6cd57823e1d988dc869d4f63ad55a87820b595ea68500eae31c7f2daa9f762ce'
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.1.376@sha256:a812b880dfc3f5f652dd89aff11251ee5a1315beddb85af69f9d3f77b86fcca4'
683+
image: 'index.docker.io/sourcegraph/postgres_exporter:6.1.1295@sha256:363a7fd1eec593057a42eaba325def6778116417e8beb8322983ebd662409f3f'
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.1.376@sha256:d30e5b574017616e352f40809b337958ccfa51be320bd402de29f4470976e622'
702+
image: 'index.docker.io/sourcegraph/blobstore:6.1.1295@sha256:e998723b19014804ed870b17aec558ff6b9a67fa09e4a2e320235bcca7eb8f8e'
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.1.376@sha256:89ad1d032aaa57b1448fe516becfe7c61ff80373b2ed6ad54676fada05b5a9df'
725+
image: 'index.docker.io/sourcegraph/redis-cache:6.1.1295@sha256:c5373b34ec341b3fce21b1a4e7f5252ece211a2a444847a1d0c470c15f3d5dbc'
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.1.376@sha256:1150e474056b302e20d0284283b357ab7adf3b833c086a6aa808647e97ed649e'
741+
image: 'index.docker.io/sourcegraph/redis-store:6.1.1295@sha256:9e6f3d817d1caadbb21e2abb115f85bff776e1a519671d3155187e3b37183414'
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.1.376@sha256:1bcb93adce4406c6394fbc7e383bda6b5a9469a456bf2023619d6cdddd87fc04'
756+
image: 'index.docker.io/sourcegraph/opentelemetry-collector:6.1.1295@sha256:34dd93e8f25591199cafccb48f0480b88b6c916913d9f8e9370a7cd7770b6e3a'
757757
cpus: 1
758758
mem_limit: '1g'
759759
networks:

Diff for: docker-compose/jaeger/docker-compose.yaml

+1-1
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.1.376@sha256:2fe773b1d9dd9cd969815342c7660e28ba0749a5b5630183a19962d737cc84f2'
13+
image: 'index.docker.io/sourcegraph/jaeger-all-in-one:6.1.1295@sha256:468dc6267016e5c5440a9058a8e92960184d26f89564987174a5c5bc71fe22fa'
1414
cpus: 0.5
1515
mem_limit: '512m'
1616
ports:

0 commit comments

Comments
 (0)