Skip to content

Commit

Permalink
Update Dockerfile (#48)
Browse files Browse the repository at this point in the history
* Update Dockerfile

Remove wild card enable of repo which was not required fixes #47

* Update clair-whitelist.yml

Fixes #49
  • Loading branch information
Ryan Faircloth authored and GitHub committed Aug 16, 2019
1 parent e77200a commit a069ff8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions clair-whitelist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ generalwhitelist:
RHSA-2018:2772: False Positive
RHSA-2018:1374: False Positive
RHSA-2018:0180: False Positive
RHSA-2019:2029: False Positive
RHSA-2019:1873: False Positive



images:
scs:
3 changes: 1 addition & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ ENV DISTCHECK_CONFIGURE_FLAGS="--prefix=/opt/syslog-ng --with-ivykis=system --wi
COPY confluent.repo /etc/yum.repos.d/confluent.repo
RUN subscription-manager register --org=$RH_ORG --activationkey=$RH_ACTIVATION --force
RUN subscription-manager repos --enable=rhel-7-server-extras-rpms --enable=rhel-7-server-optional-rpms --enable=rhel-server-rhscl-7-rpms
RUN subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms" --enable "rhel-ha-for-rhel-*-server-rpms"
RUN yum install wget -y
RUN yum update -y; yum install wget -y
RUN rpm --import https://packages.confluent.io/rpm/5.2/archive.key
RUN cd /tmp ;\
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm ;\
Expand Down

0 comments on commit a069ff8

Please sign in to comment.