Add Dockerfile for openshift lint, gofmt, and validate testing

Signed-off-by: baude <bbaude@redhat.com>

Closes: #1504
Approved by: mheon
This commit is contained in:
baude 2018-09-18 16:43:46 -05:00 committed by Atomic Bot
parent 03f53efb51
commit de199252e0
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
FROM registry.fedoraproject.org/fedora:28
# This Dockerfile is only for building libpod and running
# validation and gofmt tests.
RUN dnf -y install btrfs-progs-devel \
bzip2 \
findutils \
git \
glib2-devel \
glibc-static \
gnupg \
golang \
golang-github-cpuguy83-go-md2man \
gpgme-devel \
libassuan-devel \
libseccomp-devel \
libselinux-devel \
skopeo-containers \
make \
ostree-devel \
python \
python3-dateutil \
python3-psutil \
python3-pytoml \
golang-github-cpuguy83-go-md2man \
slirp4netns \
iptables && dnf -y clean all