Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 728 Bytes

README.rst

File metadata and controls

21 lines (13 loc) · 728 Bytes

Kafkavents ReportPortal Bridge

Using the Container

Update kafka.json file with latest info:

podman secret create kafka_secret kafkavents/kafka.json

Build the container (temporary):

podman build --rm=true -t kafkavents-reportportal:latest .
Run the container::
podman run -it --secret kafka_secret --env-file=kafkavents/env.bash

--rm -v /path/to/kafkavents-reportportal/kafkavents:/usr/local/etc/kafkavents:Z localhost/kafkavents-reportportal

[![Docker Repository on Quay](https://quay.io/repository/loadtheaccumulator/kafkavents-reportportal/status "Docker Repository on Quay")](https://quay.io/repository/loadtheaccumulator/kafkavents-reportportal)