Skip to content

Commit

Permalink
[infra] updating usages of base-libfuzzer (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikea committed Jan 3, 2017
1 parent 2e4b96c commit e6a8c4d
Show file tree
Hide file tree
Showing 33 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion projects/boringssl/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER mike.aizatsky@gmail.com
RUN apt-get install -y cmake ninja-build golang

Expand Down
2 changes: 1 addition & 1 deletion projects/botan/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER jack@randombit.net
RUN apt-get install -y make python
RUN git clone --depth 1 https://github.com/randombit/botan.git botan
Expand Down
2 changes: 1 addition & 1 deletion projects/brotli/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER eustas@chromium.org
RUN apt-get install -y cmake libtool make

Expand Down
2 changes: 1 addition & 1 deletion projects/c-ares/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER mmoroz@chromium.org
RUN apt-get install -y make autoconf automake libtool
RUN git clone --depth 1 https://github.com/c-ares/c-ares.git
Expand Down
2 changes: 1 addition & 1 deletion projects/curl/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER dvyukov@google.com
RUN apt-get install -y make autoconf automake libtool libssl-dev zlib1g-dev

Expand Down
2 changes: 1 addition & 1 deletion projects/expat/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER mike.aizatsky@gmail.com
RUN apt-get install -y make autoconf automake libtool docbook2x

Expand Down
2 changes: 1 addition & 1 deletion projects/ffmpeg/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER mmoroz@chromium.org
RUN apt-get install -y make autoconf automake libtool build-essential \
libass-dev libfreetype6-dev libsdl1.2-dev \
Expand Down
2 changes: 1 addition & 1 deletion projects/file/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER mike.aizatsky@gmail.com
RUN apt-get install -y make autoconf automake libtool shtool
RUN git clone --depth 1 https://github.com/file/file.git
Expand Down
2 changes: 1 addition & 1 deletion projects/freetype2/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER mike.aizatsky@gmail.com
RUN apt-get install -y make autoconf libtool libarchive-dev

Expand Down
2 changes: 1 addition & 1 deletion projects/gnutls/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER alex.gaynor@gmail.com
RUN apt-get install -y make autoconf automake libtool autopoint libnettle6 nettle-dev pkg-config gperf bison autogen texinfo curl

Expand Down
2 changes: 1 addition & 1 deletion projects/harfbuzz/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER mmoroz@chromium.org
RUN apt-get install -y make autoconf automake libtool ragel pkg-config

Expand Down
2 changes: 1 addition & 1 deletion projects/icu/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER mike.aizatsky@gmail.com
RUN apt-get install -y make

Expand Down
2 changes: 1 addition & 1 deletion projects/json/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER vitalybuka@gmail.com
RUN apt-get install -y binutils make

Expand Down
2 changes: 1 addition & 1 deletion projects/lcms/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER kcwu@google.com
RUN apt-get install -y make autoconf automake libtool
RUN git clone --depth 1 https://github.com/mm2/Little-CMS.git lcms
Expand Down
2 changes: 1 addition & 1 deletion projects/libarchive/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER kcwu@google.com

# Installing optional libraries can utilize more code path and/or improve
Expand Down
2 changes: 1 addition & 1 deletion projects/libass/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER eugeni.stepanov@gmail.com
RUN apt-get install -y make autoconf automake libtool pkg-config libfreetype6-dev libfontconfig1-dev

Expand Down
2 changes: 1 addition & 1 deletion projects/libchewing/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER kcwu@csie.org
RUN apt-get install -y make autoconf automake libtool texinfo

Expand Down
2 changes: 1 addition & 1 deletion projects/libjpeg-turbo/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER alex.gaynor@gmail.com
RUN apt-get install -y make autoconf automake libtool nasm curl
RUN git clone --depth 1 https://github.com/libjpeg-turbo/libjpeg-turbo
Expand Down
2 changes: 1 addition & 1 deletion projects/libpng/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER mmoroz@chromium.org
RUN apt-get install -y make autoconf automake libtool zlib1g-dev

Expand Down
2 changes: 1 addition & 1 deletion projects/libreoffice/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER officesecurity@lists.freedesktop.org
#build requirements
RUN apt-get build-dep -y libreoffice
Expand Down
2 changes: 1 addition & 1 deletion projects/libteken/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER kcwu@csie.org
RUN apt-get install -y pmake
RUN svn co https://svn.freebsd.org/base/head/sys/teken
Expand Down
2 changes: 1 addition & 1 deletion projects/libtsm/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER kcwu@csie.org
RUN apt-get install -y make autoconf automake libtool pkg-config

Expand Down
2 changes: 1 addition & 1 deletion projects/libxml2/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER ochang@chromium.org
RUN apt-get install -y make autoconf automake libtool pkg-config

Expand Down
2 changes: 1 addition & 1 deletion projects/libyaml/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER alex.gaynor@gmail.com
RUN apt-get install -y make autoconf automake libtool

Expand Down
2 changes: 1 addition & 1 deletion projects/llvm_libcxxabi/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER kcc@google.com
RUN apt-get install -y subversion

Expand Down
2 changes: 1 addition & 1 deletion projects/nss/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER mmoroz@chromium.org
RUN apt-get install -y make autoconf automake libtool mercurial zlib1g-dev

Expand Down
2 changes: 1 addition & 1 deletion projects/openssl/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER kurt@roeckx.be
RUN apt-get install -y make
RUN git clone --depth 1 https://github.com/openssl/openssl.git
Expand Down
2 changes: 1 addition & 1 deletion projects/ots/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER mmoroz@chromium.org
RUN apt-get install -y make autoconf automake libtool pkg-config zlib1g-dev
RUN git clone --depth 1 https://github.com/khaledhosny/ots.git
Expand Down
2 changes: 1 addition & 1 deletion projects/pcre2/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER kcc@google.com
RUN apt-get install -y make autoconf automake libtool subversion

Expand Down
2 changes: 1 addition & 1 deletion projects/re2/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER wrengr@chromium.org
RUN apt-get install -y make autoconf automake libtool

Expand Down
2 changes: 1 addition & 1 deletion projects/sqlite3/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER tanin@google.com
RUN apt-get install -y make autoconf automake libtool fossil tcl

Expand Down
2 changes: 1 addition & 1 deletion projects/woff2/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER mmoroz@chromium.org
RUN apt-get install -y make autoconf automake libtool

Expand Down
2 changes: 1 addition & 1 deletion projects/zlib/Dockerfile
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM ossfuzz/base-libfuzzer
FROM ossfuzz/base-builder
MAINTAINER inferno@chromium.org
RUN apt-get install -y make autoconf automake libtool

Expand Down

0 comments on commit e6a8c4d

Please sign in to comment.