Skip to content

Commit fa2991b

Browse files
Merge pull request #1976 from vimalk78/fix-fluentd-rhel8-unit-test
Fixed Fluentd unit tests on rhel8
2 parents 6a38810 + 008aa27 commit fa2991b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fluentd/lib/syslog_protocol/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
source :rubygems
22
gemspec
3+
gem 'rdoc'

test/unit/Dockerfile.rhel8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.svc.ci.openshift.org/ocp/builder/ubi8.ruby.25
1+
FROM registry.svc.ci.openshift.org/ocp/builder:ubi8.ruby.25
22
MAINTAINER OpenShift Development <[email protected]>
33

44
ENV FLUENTD_VERSION=1.0 \

0 commit comments

Comments
 (0)