[tpm2] moving Dockerfile in

This commit is contained in:
Mike Aizatsky 2017-03-15 10:53:43 -07:00
parent 5227369262
commit 2b14cbe441
2 changed files with 17 additions and 3 deletions

11
projects/tpm2/Dockerfile Normal file
View File

@ -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/

View File

@ -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"