containerd: use main branch of instrumentation (#11953)

The github.com/AdamKorcz/instrumentation package is used as part of the
oss-fuzz implementation for containerd, however the dev branch is
missing commits that add support for Go 1.22.

Signed-off-by: Samuel Karp <samuelkarp@google.com>
This commit is contained in:
Samuel Karp 2024-05-14 01:58:50 -07:00 committed by GitHub
parent a513de214d
commit 3fca434708
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@
FROM gcr.io/oss-fuzz-base/base-builder-go
RUN apt-get update && apt-get install -y btrfs-progs libc-dev pkg-config libseccomp-dev gcc wget libbtrfs-dev
RUN git clone --depth 1 https://github.com/containerd/containerd
RUN git clone --depth=1 --branch=dev https://github.com/AdamKorcz/instrumentation
RUN git clone --depth=1 https://github.com/AdamKorcz/instrumentation
COPY build.sh $SRC/
WORKDIR $SRC/containerd