diff --git a/docker-compose/db-only-migrate.docker-compose.yaml b/docker-compose/db-only-migrate.docker-compose.yaml index fd884809..bb210f6c 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/postgresql-16:6.4.3889@sha256:7f2abc3696ab4f10e861c3cfc769489128e707a51fc1340d8b2380f4202b3e48' + image: 'index.docker.io/sourcegraph/postgresql-16:6.4.3889@sha256:9549324800e5fcdfdca595a9a0f646c262b71208cd2fa4fd9d201bc07cf8a33a' 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/postgresql-16:6.4.3889@sha256:7f2abc3696ab4f10e861c3cfc769489128e707a51fc1340d8b2380f4202b3e48' + image: 'index.docker.io/sourcegraph/postgresql-16:6.4.3889@sha256:9549324800e5fcdfdca595a9a0f646c262b71208cd2fa4fd9d201bc07cf8a33a' cpus: 4 mem_limit: '2g' healthcheck: diff --git a/docker-compose/docker-compose.yaml b/docker-compose/docker-compose.yaml index 27ca669e..1baef36a 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:6.4.3889@sha256:1456704f553bde38e34a7bb240b54fabcd7723c7816670772d5bcb5b1c6212a4' + image: 'index.docker.io/sourcegraph/migrator:6.4.3889@sha256:7c0ce38b43b1b0acb6e5df07ec413dbc1e69e7e88e6bfb9a984ef29fc0dcc574' 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:6.4.3889@sha256:053db1b0094863beaccb3f337b57736c30d99544d727b6300413a62c8de8cc8e' + image: 'index.docker.io/sourcegraph/caddy:6.4.3889@sha256:acdf7074b57f1cd5d7280250ffd60c133c54f0171e39338596656bfe2bdb61a4' 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:6.4.3889@sha256:6899b89c81a2dc6b4a08bb4b1d7f48b94f650fbb33ea985d1957c7c7cab61555' + image: 'index.docker.io/sourcegraph/frontend:6.4.3889@sha256:aaf92f940850f995c090ba44d9f61982a02f5a5e697bf5da10835af08dd2fc7f' cpus: 4 mem_limit: '8g' environment: @@ -177,7 +177,7 @@ services: # sourcegraph-frontend-internal: container_name: sourcegraph-frontend-internal - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/frontend:6.4.3889@sha256:6899b89c81a2dc6b4a08bb4b1d7f48b94f650fbb33ea985d1957c7c7cab61555' + image: 'index.docker.io/sourcegraph/frontend:6.4.3889@sha256:aaf92f940850f995c090ba44d9f61982a02f5a5e697bf5da10835af08dd2fc7f' cpus: 4 mem_limit: '8g' environment: @@ -223,7 +223,7 @@ services: # gitserver-0: container_name: gitserver-0 - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/gitserver:6.4.3889@sha256:5a7515c06a9147fd7563ae68ddff77fafb442ba5ec739b2657b0ecefdab20a45' + image: 'index.docker.io/sourcegraph/gitserver:6.4.3889@sha256:36c2fbe144c27eed2825b8f2b1356a06e4e4e96f91ce413cc8af896ce341904a' cpus: 4 mem_limit: '8g' environment: @@ -246,7 +246,7 @@ services: # zoekt-indexserver-0: container_name: zoekt-indexserver-0 - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/search-indexer:6.4.3889@sha256:485527f75931d34937b24994a5710fdd164ee1ef65c6344c2b4189d58c6d61d0' + image: 'index.docker.io/sourcegraph/search-indexer:6.4.3889@sha256:1a23e8692afffa373a9ec8ebdfa217da2a7269d33ba3cfbfc8922240b74ce0e7' cpus: 8 mem_limit: '16g' environment: @@ -269,7 +269,7 @@ services: # zoekt-webserver-0: container_name: zoekt-webserver-0 - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/indexed-searcher:6.4.3889@sha256:e14cd616913e33cd52247ec5b55408c5e0f1ac9dd593f3099f2e6c6cdab83389' + image: 'index.docker.io/sourcegraph/indexed-searcher:6.4.3889@sha256:f275954e12be6180a9d1c97e0b73c8f8cb1c0268010de5e23aad3fe98d67470c' cpus: 8 mem_limit: '50g' environment: @@ -296,7 +296,7 @@ services: # searcher-0: container_name: searcher-0 - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/searcher:6.4.3889@sha256:e096d3362dc7eeb45e7dbedc8a49fd39520264c9007b11f71d323c38d86d9440' + image: 'index.docker.io/sourcegraph/searcher:6.4.3889@sha256:13a42112e2c58cdea05f9a95d965458a7ece30d4bf83fa85ea651af339d58f59' cpus: 2 mem_limit: '2g' environment: @@ -320,7 +320,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:6.4.3889@sha256:f3c4edf6aa52de297bc2aada447d1832ca63c938745604b113cd8444490b5d7c' + image: 'index.docker.io/sourcegraph/precise-code-intel-worker:6.4.3889@sha256:0702c2f686e001a6275f29293f4c87065e907c4b2499b76fc5d65ba19ae00245' cpus: 2 mem_limit: '4g' environment: @@ -346,7 +346,7 @@ services: # worker: container_name: worker - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/worker:6.4.3889@sha256:4449f0ac363ea7ba563da3fd4a483f69d0301ed680aea5a1fef33cfd2819edf5' + image: 'index.docker.io/sourcegraph/worker:6.4.3889@sha256:3c6db52cc76992057370ce11f0317103b4045d8b998de6cb5fec1cf6ff75996e' cpus: 4 mem_limit: '4g' environment: @@ -371,7 +371,7 @@ services: # syntactic-code-intel-worker: container_name: syntactic-code-intel-worker - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/syntactic-code-intel-worker:6.4.3889@sha256:370ac0c0de1e287170fc0ae7928f3c5b739e66c2f1fcc168e6c31f44262b7564' + image: 'index.docker.io/sourcegraph/syntactic-code-intel-worker:6.4.3889@sha256:f29a853227446f553cc4f35d848abde24464dd7cbf3fff4ae62d1d4d4109d4ff' cpus: 2 mem_limit: '4g' environment: @@ -398,7 +398,7 @@ services: # syntect-server: container_name: syntect-server - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/syntax-highlighter:6.4.3889@sha256:ebd77780d0b196d7e610cd3927ef642cc5f46bffe419ffb9cd5390bc913ace0f' + image: 'index.docker.io/sourcegraph/syntax-highlighter:6.4.3889@sha256:02cf04b9026c5762e525b6359a4334e3c10ad7441e0bd3a58514321674593858' cpus: 4 mem_limit: '6g' healthcheck: @@ -419,7 +419,7 @@ services: # prometheus: container_name: prometheus - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/prometheus:6.4.3889@sha256:a7ad20b3ab7b7b83e4a6553121948b23503fcdbff841cfc5934932c490aa2539' + image: 'index.docker.io/sourcegraph/prometheus:6.4.3889@sha256:ccbbb810a76508656b93d8db7a27965ba729d612e441cf0795011c332b2109b9' cpus: 4 mem_limit: '8g' volumes: @@ -446,7 +446,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:6.4.3889@sha256:a46a3895c68567ad351c6f8a271a81253f98655d71272471aee089453cffe99c' + image: 'index.docker.io/sourcegraph/grafana:6.4.3889@sha256:886aed1aa5dada10a0cbbeb31a5b01a8d1a3446ab734f3ffbc5e857bae7e8a67' cpus: 1 mem_limit: '1g' volumes: @@ -465,7 +465,7 @@ services: # cadvisor: container_name: cadvisor - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/cadvisor:6.4.3889@sha256:befd0e69171a5b17227bc53bad87877828129ca952504b3775c8f7c05e999f9e' + image: 'index.docker.io/sourcegraph/cadvisor:6.4.3889@sha256:e1c1ab5e18007c96c53673e6bab165601e3798b24ac87f911670be3e9bb8a595' cpus: 1 mem_limit: '1g' # You may set `privileged` to `false and `cadvisor` will run with reduced privileges. @@ -498,7 +498,7 @@ services: # node-exporter: container_name: node-exporter - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/node-exporter:6.4.3889@sha256:4e512e77975fd15c9bbf7f4f586f78b1a56400ddf0aecb8411ebca207ab9254f' + image: 'index.docker.io/sourcegraph/node-exporter:6.4.3889@sha256:03fe2a7028d2fc419d2666d9459c84e727d4f443c24e1cbff0a6c3b2919959a0' cpus: .5 mem_limit: '1g' pid: 'host' @@ -527,7 +527,7 @@ services: # pgsql: container_name: pgsql - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgresql-16:6.4.3889@sha256:7f2abc3696ab4f10e861c3cfc769489128e707a51fc1340d8b2380f4202b3e48' + image: 'index.docker.io/sourcegraph/postgresql-16:6.4.3889@sha256:9549324800e5fcdfdca595a9a0f646c262b71208cd2fa4fd9d201bc07cf8a33a' cpus: 4 mem_limit: '4g' shm_size: '1g' @@ -555,7 +555,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:6.4.3889@sha256:ec21c9a0ea7f6c3ce8dc7260c9a02ad66293c4abb7e9f6a36961b327db49c298' + image: 'index.docker.io/sourcegraph/postgres_exporter:6.4.3889@sha256:93a96677c09caab42f40e9b820a95ecbb765c585fccbb8ba5fce54f750109996' cpus: 0.1 mem_limit: '50m' networks: @@ -574,7 +574,7 @@ services: # codeintel-db: container_name: codeintel-db - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgresql-16:6.4.3889@sha256:7f2abc3696ab4f10e861c3cfc769489128e707a51fc1340d8b2380f4202b3e48' + image: 'index.docker.io/sourcegraph/postgresql-16:6.4.3889@sha256:9549324800e5fcdfdca595a9a0f646c262b71208cd2fa4fd9d201bc07cf8a33a' cpus: 4 mem_limit: '4g' shm_size: '1g' @@ -602,7 +602,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:6.4.3889@sha256:ec21c9a0ea7f6c3ce8dc7260c9a02ad66293c4abb7e9f6a36961b327db49c298' + image: 'index.docker.io/sourcegraph/postgres_exporter:6.4.3889@sha256:93a96677c09caab42f40e9b820a95ecbb765c585fccbb8ba5fce54f750109996' cpus: 0.1 mem_limit: '50m' networks: @@ -621,7 +621,7 @@ services: # codeinsights-db: container_name: codeinsights-db - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgresql-16-codeinsights:6.4.3889@sha256:b71c315181ce079f0400443c32b7e052fbe582d1b876e1c4eccda7455e57e3ff' + image: 'index.docker.io/sourcegraph/postgresql-16-codeinsights:6.4.3889@sha256:c2734dd0974ce44ea01bf03d419597726047405449b6e5d452e22fc0807f24c0' cpus: 4 mem_limit: '2g' shm_size: '1g' @@ -654,7 +654,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:6.4.3889@sha256:ec21c9a0ea7f6c3ce8dc7260c9a02ad66293c4abb7e9f6a36961b327db49c298' + image: 'index.docker.io/sourcegraph/postgres_exporter:6.4.3889@sha256:93a96677c09caab42f40e9b820a95ecbb765c585fccbb8ba5fce54f750109996' cpus: 0.1 mem_limit: '50m' networks: @@ -673,7 +673,7 @@ services: # blobstore: container_name: blobstore - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/blobstore:6.4.3889@sha256:218b9882e6b6794f2a9deab0f14da7123cab19b881015555c71a27a735ae011f' + image: 'index.docker.io/sourcegraph/blobstore:6.4.3889@sha256:c87e8961aa2627a2b974be7ae7d8af9d0e4e3a69bf8b9d78216fad60dfcf994a' cpus: 1 mem_limit: '1g' healthcheck: @@ -696,7 +696,7 @@ services: # redis-cache: container_name: redis-cache - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/redis-cache:6.4.3889@sha256:5ce773f2b8075ae172ee7d76861f0050f3485ad5cc8dfb460b30344506f6595d' + image: 'index.docker.io/sourcegraph/redis-cache:6.4.3889@sha256:93bccc666f734b0265634b8461ec7486f8bdb5497f0e5e9b670e321aade7e6c9' cpus: 1 mem_limit: '7g' volumes: @@ -712,7 +712,7 @@ services: # redis-store: container_name: redis-store - image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/redis-store:6.4.3889@sha256:b103e7670a4c32d431613f2868cd7c7b38290bd890fd3c1400336b9af5907a48' + image: 'index.docker.io/sourcegraph/redis-store:6.4.3889@sha256:357f311d08f1769037b177c93adf1a1e8c6dec3afc0eaf4e6076309613ecb54b' cpus: 1 mem_limit: '7g' volumes: @@ -727,7 +727,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:6.4.3889@sha256:c1cab1f1a7fed502e732bf9090be7d14ba3c5b3477ab878b282bd929c24d5627' + image: 'index.docker.io/sourcegraph/opentelemetry-collector:6.4.3889@sha256:8ffde6ca779119ffd82527fd9b7b5d5ccb91bfca084498046e6e4628db0e11eb' 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 be984c64..21570175 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:6.4.3889@sha256:a2ce711dbe306f891d1df4c1c634bbae9b15eb50763ee25d43efd9b5045385fd' + image: 'index.docker.io/sourcegraph/executor:6.4.3889@sha256:c17899a5412f5f95d877d8a7cfe818e8a3d5afb18147bafa52a271aadb665435' 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 3b81c2df..2098a11a 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:6.4.3889@sha256:1519f453618ff63d504c8035bec45cc4f6762bd0fee1a0c143e40b6b10a43f25' + image: 'index.docker.io/sourcegraph/jaeger-all-in-one:6.4.3889@sha256:ccb4f731f7b6f46da93873e13bbf676b7e3395b637431cc4823b87bde66968ac' cpus: 0.5 mem_limit: '512m' ports: