File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ services:
22
33 cloud-agent :
44 container_name : cloud-agent
5- image : index.docker.io/sourcegraph/src-tunnel-agent:latest
5+ image : index.docker.io/sourcegraph/src-tunnel-agent:latest@sha256:67d3614c6bbe971295e34c57eb0347986a204338755b8c9345dff4f5416b469b
66 volumes :
77 - ../config/cloud-agent-service-account-key.json:/sourcegraph/cloud-agent-service-account-key.json:ro
88 - ../config/cloud-agent-config.yaml:/sourcegraph/cloud-agent-config.yaml:ro
@@ -14,7 +14,7 @@ services:
1414 src-serve-git :
1515 # Uses a valid hostname as container_name, to trick the cloud agent and code host config into finding this container on the Docker network
1616 container_name : src-serve-git-ubuntu.local
17- image : index.docker.io/sourcegraph/src-cli:latest
17+ image : index.docker.io/sourcegraph/src-cli:latest@sha256:65feea449573b5726616547649a5a54daa320be1a0ac644aee7f19b21053a4a0
1818 volumes :
1919 - ../../../sg/src-serve-root/:/sourcegraph/src-serve-root:ro
2020 command : " serve-git -addr :443 /sourcegraph/src-serve-root"
Original file line number Diff line number Diff line change 1- # syntax=docker/dockerfile:1
1+ # syntax=docker/dockerfile:1@sha256:4c68376a702446fc3c79af22de146a148bc3367e73c25a5803d453b6b3f722fb
22# Using version:1 means always getting the latest version of dockerfile syntax within major version 1
33# https://docs.docker.com/build/dockerfile/frontend/#stable-channel
44# version:1 is still the most popular version
55# https://sourcegraph.com/search?q=context:global+%23+syntax%3Ddocker/dockerfile:(.*)&patternType=regexp&sm=0&expanded=&groupBy=group
66
77# Using Ubuntu LTS
8- FROM ubuntu:22.04 AS base
8+ FROM ubuntu:22.04@sha256:d80997daaa3811b175119350d84305e1ec9129e1799bba0bd1e3120da3ff52c3 AS base
99
1010# Avoid stuck build due to user prompt
1111ARG DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
77
88 repo-converter :
99 container_name : repo-converter
10- image : ghcr.io/sourcegraph/implementation-bridge-repo-converter:main
10+ image : ghcr.io/sourcegraph/implementation-bridge-repo-converter:main@sha256:7b59a1102e08d541fe0021af7e20f48c038e3808dffd0e0ea01966c34a7210cd
1111 volumes :
1212 - ../config/repos-to-convert.yaml:/sourcegraph/repos-to-convert.yaml:ro
1313 - ../config/toprc:/root/.config/procps/toprc
You can’t perform that action at this time.
0 commit comments