diff --git a/docker-compose/db-only-migrate.docker-compose.yaml b/docker-compose/db-only-migrate.docker-compose.yaml index ff4ae4ab6..c50cc2c61 100644 --- a/docker-compose/db-only-migrate.docker-compose.yaml +++ b/docker-compose/db-only-migrate.docker-compose.yaml @@ -13,7 +13,7 @@ services: # pgsql: container_name: pgsql - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres-12-alpine:5.10.1164@sha256:9ffd70f97477b3bb1b1d2af09b2b7b63de8a82ef6c27d334b32e6bad098bf0be' + image: 'index.docker.io/sourcegraph/postgres-12-alpine:5.10.1164@sha256:2ed6b559e0af1e4a6e479d13dfc03a0b999242e82209e8d565050c42f0f46b43' cpus: 4 mem_limit: '2g' healthcheck: @@ -30,7 +30,7 @@ services: codeintel-db: container_name: codeintel-db - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/codeintel-db:5.10.1164@sha256:9ffd70f97477b3bb1b1d2af09b2b7b63de8a82ef6c27d334b32e6bad098bf0be' + image: 'index.docker.io/sourcegraph/codeintel-db:5.10.1164@sha256:2ed6b559e0af1e4a6e479d13dfc03a0b999242e82209e8d565050c42f0f46b43' cpus: 4 mem_limit: '2g' healthcheck: diff --git a/docker-compose/docker-compose.yaml b/docker-compose/docker-compose.yaml index 3af1846f1..f83df95ed 100644 --- a/docker-compose/docker-compose.yaml +++ b/docker-compose/docker-compose.yaml @@ -13,7 +13,7 @@ services: # for this container will need to be updated to reflect the new connection information. migrator: container_name: migrator - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/migrator:5.10.1164@sha256:a36344b91208313b295153e1d008269217f63c143ba0e6f51a0cace9c4e2396a' + image: 'index.docker.io/sourcegraph/migrator:5.10.1164@sha256:9c8ad6278d70f95edbc9e11714a2659166dea6cfd51c20471226b799bc57dfcf' cpus: 0.5 mem_limit: '500m' command: ['up'] @@ -69,7 +69,7 @@ services: # https://caddyserver.com/docs/caddyfile caddy: container_name: caddy - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/caddy:5.10.1164@sha256:bf4663e42111c33901bca5333943e25def1e53465733b33e82165c847c467a2c' + image: 'index.docker.io/sourcegraph/caddy:5.10.1164@sha256:e82bbae1ed18efaabd7cd04c01550de587cb7e8ab97d196771bc1c9bb6482401' cpus: 4 mem_limit: '4g' environment: @@ -124,7 +124,7 @@ services: # service. sourcegraph-frontend-0: container_name: sourcegraph-frontend-0 - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/frontend:5.10.1164@sha256:74ed155ab434de34f0abc80d9d4355492dad72e79180fa18745b8ab5e63a47b5' + image: 'index.docker.io/sourcegraph/frontend:5.10.1164@sha256:1c01764e7e232c62890478da72f277ba069caf4f42a7724e5685747fa37a93fe' cpus: 4 mem_limit: '8g' environment: @@ -180,7 +180,7 @@ services: # sourcegraph-frontend-internal: container_name: sourcegraph-frontend-internal - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/frontend:5.10.1164@sha256:74ed155ab434de34f0abc80d9d4355492dad72e79180fa18745b8ab5e63a47b5' + image: 'index.docker.io/sourcegraph/frontend:5.10.1164@sha256:1c01764e7e232c62890478da72f277ba069caf4f42a7724e5685747fa37a93fe' cpus: 4 mem_limit: '8g' environment: @@ -227,7 +227,7 @@ services: # gitserver-0: container_name: gitserver-0 - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/gitserver:5.10.1164@sha256:916dc93b8f492748b4f61e4cb674d63b9e3db6c2cd7b90c68f44045f11d1e827' + image: 'index.docker.io/sourcegraph/gitserver:5.10.1164@sha256:015cb50471dcbcffe5f852664d300fa972eec8f2f611ceb9c60505e7d8642076' cpus: 4 mem_limit: '8g' environment: @@ -250,7 +250,7 @@ services: # zoekt-indexserver-0: container_name: zoekt-indexserver-0 - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/search-indexer:5.10.1164@sha256:77d41dcf21ee06a30bf46c5dd7c488d4be2206d80b8181423f53c932623f7053' + image: 'index.docker.io/sourcegraph/search-indexer:5.10.1164@sha256:6e1126106dcd3ff4def3d3fdb19d8a2a8b478f918478081dabb2248eb6f6f2c9' cpus: 8 mem_limit: '16g' environment: @@ -273,7 +273,7 @@ services: # zoekt-webserver-0: container_name: zoekt-webserver-0 - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/indexed-searcher:5.10.1164@sha256:279cd92d283e52e96677baf2aa116d564579a5adeac88a0759b8e687675aa64f' + image: 'index.docker.io/sourcegraph/indexed-searcher:5.10.1164@sha256:adcae7c5b6335ab2fa2e6247cfe99f90f0d92a42d5ae1a5561c0cf23830f9b6c' cpus: 8 mem_limit: '50g' environment: @@ -300,7 +300,7 @@ services: # searcher-0: container_name: searcher-0 - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/searcher:5.10.1164@sha256:ff91080729806f6253baabb537aa0295440f6afeff4d0618f56cf6eae3d4ca7a' + image: 'index.docker.io/sourcegraph/searcher:5.10.1164@sha256:184bcaabeb817d49079014a4838a857bf642ea55824ade674dc514f9aa7e4c93' cpus: 2 mem_limit: '2g' environment: @@ -324,7 +324,7 @@ services: # precise-code-intel-worker: container_name: precise-code-intel-worker - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/precise-code-intel-worker:5.10.1164@sha256:2ce6195520b57841d4a5eae1c8862003a1f5583fea21a32fa4df325cb6be220b' + image: 'index.docker.io/sourcegraph/precise-code-intel-worker:5.10.1164@sha256:6b6c677af98dc40b4bd3f86ec2d3e5ee6dbec789f303b4b93e19ee478e5774a3' cpus: 2 mem_limit: '4g' environment: @@ -350,7 +350,7 @@ services: # repo-updater: container_name: repo-updater - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/repo-updater:5.10.1164@sha256:a3cabacb89f18099971f6a38b81ddf4f0a78b6410e96a976cba3b5da2fd707d5' + image: 'index.docker.io/sourcegraph/repo-updater:5.10.1164@sha256:c35f487e0686e8a1087e7cd3babf659d087fd210dd738d6656080012a9365677' cpus: 4 mem_limit: '4g' environment: @@ -370,7 +370,7 @@ services: # worker: container_name: worker - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/worker:5.10.1164@sha256:69d64bacac449f099824ac5d183f1da652d3f83bd068ff1aca94e26a33c1c0a2' + image: 'index.docker.io/sourcegraph/worker:5.10.1164@sha256:c70d40a3d76419f32719da9d0f265d5a7f59b86827c898ae596f6e27554b0f16' cpus: 4 mem_limit: '4g' environment: @@ -396,7 +396,7 @@ services: # syntect-server: container_name: syntect-server - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/syntax-highlighter:5.10.1164@sha256:a351572f2441cc9315f8632e1297bb84260210ec9ae3ab6f00cc782c5d506bbb' + image: 'index.docker.io/sourcegraph/syntax-highlighter:5.10.1164@sha256:074459aee82ae45ee804d06b88ecdf672dfbda951734c42877bd60557f4ecf69' cpus: 4 mem_limit: '6g' healthcheck: @@ -417,7 +417,7 @@ services: # symbols-0: container_name: symbols-0 - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/symbols:5.10.1164@sha256:f5a977abd6ef1fdb1d2c6861d967f16fbacebf01d11303d2b2e305263cf349f4' + image: 'index.docker.io/sourcegraph/symbols:5.10.1164@sha256:e7830732a746dd5f491560e0e8fa02102089108a651f4e6abc52111ecf29fe45' cpus: 2 mem_limit: '4g' environment: @@ -443,7 +443,7 @@ services: # prometheus: container_name: prometheus - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/prometheus:5.10.1164@sha256:42d98ea72a99286f786ab73048b2c633c407058ce20ac63fce69f451e0b217e7' + image: 'index.docker.io/sourcegraph/prometheus:5.10.1164@sha256:44eb5ecfdb8b2568239cf7e8abbe877d78bf08cf454cc50fe77d416649617934' cpus: 4 mem_limit: '8g' volumes: @@ -470,7 +470,7 @@ services: # 'GF_SERVER_ROOT_URL='https://grafana.example.com' grafana: container_name: grafana - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/grafana:5.10.1164@sha256:89d94f201bede3f90d70b63fda635b7702b6ba96e1eec2b1e0fff25052c9616a' + image: 'index.docker.io/sourcegraph/grafana:5.10.1164@sha256:d2d93f3e7f5b65cfa8e514a21675fe1604dfd93c828beb2e167d0bc416234c82' cpus: 1 mem_limit: '1g' volumes: @@ -491,7 +491,7 @@ services: # cadvisor: container_name: cadvisor - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/cadvisor:5.10.1164@sha256:295729384f5bb72e329378fd591da752133e4bc488f89fe145f868dee2f98e84' + image: 'index.docker.io/sourcegraph/cadvisor:5.10.1164@sha256:675e0d71ab35ea8d90a6761cddd004a2f10b72b5461fb2494143ff803892c40b' cpus: 1 mem_limit: '1g' # You may set `privileged` to `false and `cadvisor` will run with reduced privileges. @@ -524,7 +524,7 @@ services: # node-exporter: container_name: node-exporter - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/node-exporter:5.10.1164@sha256:545673692d0a300df953b72791a7d157811d4bf843e575c68ec8bf4f6c2e2199' + image: 'index.docker.io/sourcegraph/node-exporter:5.10.1164@sha256:d7dd1348f275f95e7a70dd4e23b7decdd58df919be620b3ca8246d0da2916e85' cpus: .5 mem_limit: '1g' pid: 'host' @@ -553,7 +553,7 @@ services: # pgsql: container_name: pgsql - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgresql-16:5.10.1164@sha256:27a4ca48b2f4eb30c42689bf54674db4dcc71159ab8ffb609cf571489dfcc59d' + image: 'index.docker.io/sourcegraph/postgresql-16:5.10.1164@sha256:b9f3729db0f260637146527c4dba2f2c15b4551b3bcfa77a11e6ff95d2d1a570' cpus: 4 mem_limit: '4g' shm_size: '1g' @@ -581,7 +581,7 @@ services: # for this container will need to be updated to reflect the new connection information. pgsql-exporter: container_name: pgsql-exporter - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres_exporter:5.10.1164@sha256:ef8b7a323178f963fa337135be5aa94146092de414ea8806204bbed9f6fabf39' + image: 'index.docker.io/sourcegraph/postgres_exporter:5.10.1164@sha256:dfa9dec0eec71a099f5b6644d046a54c85a5f2754d810808318148c65ece5252' cpus: 0.1 mem_limit: '50m' networks: @@ -600,7 +600,7 @@ services: # codeintel-db: container_name: codeintel-db - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgresql-16:5.10.1164@sha256:27a4ca48b2f4eb30c42689bf54674db4dcc71159ab8ffb609cf571489dfcc59d' + image: 'index.docker.io/sourcegraph/postgresql-16:5.10.1164@sha256:b9f3729db0f260637146527c4dba2f2c15b4551b3bcfa77a11e6ff95d2d1a570' cpus: 4 mem_limit: '4g' shm_size: '1g' @@ -628,7 +628,7 @@ services: # for this container will need to be updated to reflect the new connection information. codeintel-db-exporter: container_name: codeintel-db-exporter - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres_exporter:5.10.1164@sha256:ef8b7a323178f963fa337135be5aa94146092de414ea8806204bbed9f6fabf39' + image: 'index.docker.io/sourcegraph/postgres_exporter:5.10.1164@sha256:dfa9dec0eec71a099f5b6644d046a54c85a5f2754d810808318148c65ece5252' cpus: 0.1 mem_limit: '50m' networks: @@ -647,7 +647,7 @@ services: # codeinsights-db: container_name: codeinsights-db - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgresql-16-codeinsights:5.10.1164@sha256:25475cbcf84919366fda867fbbf592d3543445c90bea76435493808a7a0e5d1f' + image: 'index.docker.io/sourcegraph/postgresql-16-codeinsights:5.10.1164@sha256:fb73bc27a6b5b2889df209623870703e15a650217b0ea907134129c2ab797591' cpus: 4 mem_limit: '2g' shm_size: '1g' @@ -680,7 +680,7 @@ services: # for this container will need to be updated to reflect the new connection information. codeinsights-db-exporter: container_name: codeinsights-db-exporter - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres_exporter:5.10.1164@sha256:ef8b7a323178f963fa337135be5aa94146092de414ea8806204bbed9f6fabf39' + image: 'index.docker.io/sourcegraph/postgres_exporter:5.10.1164@sha256:dfa9dec0eec71a099f5b6644d046a54c85a5f2754d810808318148c65ece5252' cpus: 0.1 mem_limit: '50m' networks: @@ -699,7 +699,7 @@ services: # blobstore: container_name: blobstore - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/blobstore:5.10.1164@sha256:b97b404a696ca1fca6334fe4e09416bae80588fad99b3ec5358b843b5ea10a45' + image: 'index.docker.io/sourcegraph/blobstore:5.10.1164@sha256:c5d4b078b354ce902b414cbe879d7a1286a55b6d824e73b3483dea17a42d8d82' cpus: 1 mem_limit: '1g' healthcheck: @@ -722,7 +722,7 @@ services: # redis-cache: container_name: redis-cache - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/redis-cache:5.10.1164@sha256:1be8b8493aabb9308e8f71b372193e4f027cafe05d634ff5fabfc95992d60a88' + image: 'index.docker.io/sourcegraph/redis-cache:5.10.1164@sha256:ffc27324785d7f5b01617520b6735870ca18e32491fe4f2ccc8e8adeb5365a43' cpus: 1 mem_limit: '7g' volumes: @@ -738,7 +738,7 @@ services: # redis-store: container_name: redis-store - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/redis-store:5.10.1164@sha256:1e197b3d7c819cd489f273eece68cf485d63d77749ee7f62da096f85c342342d' + image: 'index.docker.io/sourcegraph/redis-store:5.10.1164@sha256:e96f8ed17e130dc562addcad674b473484a96e60a2b947860f019a6439450ceb' cpus: 1 mem_limit: '7g' volumes: @@ -753,7 +753,7 @@ services: # Ports exposed to the public internet: none otel-collector: container_name: otel-collector - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/opentelemetry-collector:5.10.1164@sha256:8c5a4120317c30c02967980c992c1d8eb567af7a3d328c817e1852348c1463f7' + image: 'index.docker.io/sourcegraph/opentelemetry-collector:5.10.1164@sha256:966c924d7435665bb4684b5dd7d4a033f54ef8eafeb4cf9aa4aa475422b4d243' cpus: 1 mem_limit: '1g' networks: diff --git a/docker-compose/executors/executor.docker-compose.yaml b/docker-compose/executors/executor.docker-compose.yaml index e4d795464..d45c732b2 100644 --- a/docker-compose/executors/executor.docker-compose.yaml +++ b/docker-compose/executors/executor.docker-compose.yaml @@ -2,7 +2,7 @@ version: '2.4' services: executor: container_name: executor - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/executor:5.10.1164@sha256:e847912a54fff8ced46e1f8bd0b70af1a8301dcf839fb1e8e454ce4fcf6ecba7' + image: 'index.docker.io/sourcegraph/executor:5.10.1164@sha256:5c7264bfbec072760b8cd3d4902561164abaab64465e52773d3e91befcd41133' cpus: 1 mem_limit: '4g' # Run as root (required for docker daemon control) diff --git a/docker-compose/jaeger/docker-compose.yaml b/docker-compose/jaeger/docker-compose.yaml index 1fb00da3a..d3877b17f 100644 --- a/docker-compose/jaeger/docker-compose.yaml +++ b/docker-compose/jaeger/docker-compose.yaml @@ -10,7 +10,7 @@ services: # jaeger: container_name: jaeger - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/jaeger-all-in-one:5.10.1164@sha256:727f31464ac1c2de420868cf342e7009beaafd3dd7a253850a7ee1fd9edbad4e' + image: 'index.docker.io/sourcegraph/jaeger-all-in-one:5.10.1164@sha256:20bd66fd4eeb26e2a45c363bd2608d41b059eb4f20701265e18d374ab045a7e0' cpus: 0.5 mem_limit: '512m' ports: