Skip to content

Commit 23f05b1

Browse files
Pin dependencies
1 parent b820bd9 commit 23f05b1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

config/docker-compose-common-services.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:971407b9897324b0181a2295c796c1bc8b3f2d8e3f17ae022709a485db44d1ab
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:5366352ac3b37ae9875af6df557450c303b1730d1265f0b603c3e7817a0f5bfc
1818
volumes:
1919
- ../../../sg/src-serve-root/:/sourcegraph/src-serve-root:ro
2020
command: "serve-git -addr :443 /sourcegraph/src-serve-root"

repo-converter/build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# syntax=docker/dockerfile:1
1+
# syntax=docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
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:67cadaff1dca187079fce41360d5a7eb6f7dcd3745e53c79ad5efd8563118240 AS base
99

1010
# Avoid stuck build due to user prompt
1111
ARG DEBIAN_FRONTEND=noninteractive

repo-converter/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)