[#139] Remove Maintainer Tags from Dockerfiles

This commit is contained in:
apldev3 2019-05-14 18:47:56 -04:00 committed by apldev4
parent 4beb1d2bac
commit e846225e75
6 changed files with 0 additions and 12 deletions

View File

@ -1,7 +1,5 @@
FROM hirs/hirs-ci:centos7
MAINTAINER apl.dev3@jhuapl.edu
# Install packages for installing HIRS ACA
RUN yum -y update && yum clean all
RUN yum install -y mariadb-server openssl tomcat java-1.8.0 rpmdevtools coreutils initscripts chkconfig sed grep firewalld policycoreutils && yum clean all

View File

@ -1,7 +1,5 @@
FROM amazonlinux:2
MAINTAINER apl.dev3@jhuapl.edu
# Install packages for building HIRS
RUN yum -y update && yum clean all
RUN yum groupinstall -y "Development Tools"

View File

@ -1,7 +1,5 @@
FROM centos:7.5.1804
MAINTAINER apl.dev3@jhuapl.edu
# Install packages for building HIRS
RUN yum -y update && yum clean all
RUN yum install -y java-1.8.0-openjdk-devel protobuf-compiler rpm-build epel-release cmake make git gcc-c++ doxygen graphviz python libssh2-devel openssl protobuf-devel tpm2-tss-devel tpm2-abrmd-devel trousers-devel libcurl-devel

View File

@ -1,7 +1,5 @@
FROM hirs/hirs-ci:centos7
MAINTAINER apl.dev3@jhuapl.edu
# Install packages for installing HIRS TPM2 Provisioner
RUN yum -y update && yum clean all
# TODO: Remove vim-common if/when Paccor updates (Also update Paccor version below)

View File

@ -1,7 +1,5 @@
FROM hirs/hirs-ci:centos7
MAINTAINER apl.dev3@jhuapl.edu
# Install packages for installing HIRS TPM Provisioner
RUN yum -y update && yum clean all
# TODO: Remove vim-common if/when Paccor updates (Also update Paccor version below)

View File

@ -1,7 +1,5 @@
FROM ubuntu:18.04
MAINTAINER apl.dev3@jhuapl.edu
# Install packages for building HIRS
RUN apt-get update -y && apt-get upgrade -y && apt-get clean -y
RUN apt-get -y install autoconf autoconf-archive automake libtool pkg-config m4 openjdk-8-jdk protobuf-compiler build-essential devscripts lintian debhelper cmake make git g++ doxygen graphviz cppcheck liblog4cplus-dev libssl-dev libprotobuf-dev libre2-dev libsapi-dev trousers libtspi-dev libcurl4-openssl-dev