mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
[#139] Remove Maintainer Tags from Dockerfiles
This commit is contained in:
parent
4beb1d2bac
commit
e846225e75
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user