Skip to content

Commit

Permalink
Remove some @sha256:... pins in Dockerfiles (#12560)
Browse files Browse the repository at this point in the history
Following #12365 : only zeek and
opencv seem fixed

Co-authored-by: Alex Crichton <[email protected]>
  • Loading branch information
catenacyber and alexcrichton authored Oct 2, 2024
1 parent 9b7ccd0 commit 341b2fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions projects/opencv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:19782f7fe8092843368894dbc471ce9b30dd6a2813946071a36e8b05f5b1e27e
# ! This project was pinned after a clang bump. Please remove the pin, Try to fix any build warnings and errors, as well as runtime errors. A compiler bug is the suspected cause, and it may be fixed on the next oss-fuzz clang roll
FROM gcr.io/oss-fuzz-base/base-builder

RUN apt-get update && apt-get install -y build-essential cmake pkg-config
RUN git clone --depth 1 https://github.com/opencv/opencv.git opencv
WORKDIR opencv/
Expand Down
3 changes: 1 addition & 2 deletions projects/zeek/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:19782f7fe8092843368894dbc471ce9b30dd6a2813946071a36e8b05f5b1e27e
# ! This project was pinned after a clang bump. Please remove the pin, Try to fix any build warnings and errors, as well as runtime errors
FROM gcr.io/oss-fuzz-base/base-builder

RUN apt-get update && apt-get install -y --no-install-recommends \
patchelf \
Expand Down

0 comments on commit 341b2fd

Please sign in to comment.