mirror of https://github.com/google/oss-fuzz.git
[tpm2] moving Dockerfile in
This commit is contained in:
parent
5227369262
commit
2b14cbe441
|
@ -0,0 +1,11 @@
|
|||
# Copyright 2017 The Chromium Authors. All rights reserved.
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
#
|
||||
# Defines a docker image that can build fuzzers.
|
||||
#
|
||||
FROM ossfuzz/base-libfuzzer
|
||||
RUN apt-get install -y make libssl-dev binutils libgcc-5-dev
|
||||
RUN git clone --depth 1 https://chromium.googlesource.com/chromiumos/third_party/tpm2
|
||||
WORKDIR tpm2
|
||||
RUN cp /src/tpm2/fuzz/build.sh /src/
|
|
@ -1,7 +1,10 @@
|
|||
homepage: "https://chromium.googlesource.com/chromiumos/third_party/tpm2"
|
||||
dockerfile:
|
||||
git: "https://chromium.googlesource.com/chromiumos/third_party/tpm2/"
|
||||
path: "fuzz/Dockerfile"
|
||||
# todo: delete Dockerfile from tpm2 repo.
|
||||
# Docker files change too much, it was moved to oss-fuzz repository.
|
||||
#
|
||||
#dockerfile:
|
||||
# git: "https://chromium.googlesource.com/chromiumos/third_party/tpm2/"
|
||||
# path: "fuzz/Dockerfile"
|
||||
primary_contact: "ngm@google.com"
|
||||
auto_ccs:
|
||||
- "tpm-security-bugs@google.com"
|
||||
|
|
Loading…
Reference in New Issue