File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ services:
2
2
3
3
cloud-agent :
4
4
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:4002d9a83e148e0b57f7980cbe14a1318dd9aae5c8adce2b51a03f734d6e5103
6
6
volumes :
7
7
- ../config/cloud-agent-service-account-key.json:/sourcegraph/cloud-agent-service-account-key.json:ro
8
8
- ../config/cloud-agent-config.yaml:/sourcegraph/cloud-agent-config.yaml:ro
@@ -14,7 +14,7 @@ services:
14
14
src-serve-git :
15
15
# Uses a valid hostname as container_name, to trick the cloud agent and code host config into finding this container on the Docker network
16
16
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
18
18
volumes :
19
19
- ../../../sg/src-serve-root/:/sourcegraph/src-serve-root:ro
20
20
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
2
2
# Using version:1 means always getting the latest version of dockerfile syntax within major version 1
3
3
# https://docs.docker.com/build/dockerfile/frontend/#stable-channel
4
4
# version:1 is still the most popular version
5
5
# https://sourcegraph.com/search?q=context:global+%23+syntax%3Ddocker/dockerfile:(.*)&patternType=regexp&sm=0&expanded=&groupBy=group
6
6
7
7
# Using Ubuntu LTS
8
- FROM ubuntu:22.04 AS base
8
+ FROM ubuntu:22.04@sha256:d80997daaa3811b175119350d84305e1ec9129e1799bba0bd1e3120da3ff52c3 AS base
9
9
10
10
# Avoid stuck build due to user prompt
11
11
ARG DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
7
7
8
8
repo-converter :
9
9
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
11
11
volumes :
12
12
- ../config/repos-to-convert.yaml:/sourcegraph/repos-to-convert.yaml:ro
13
13
- ../config/toprc:/root/.config/procps/toprc
You can’t perform that action at this time.
0 commit comments