[rp-reporter] Add Dockerfile

Add possibility to define extra tags when uploading the job

```
rp-reporter report-job <job-url> --tag mosk_version:mosk-25.2 --tag bm:432
```

Related-Prod: PRODX-53829

Change-Id: I3ff1e3c1dc5eda2b6680b957502216417c66b180
diff --git a/rp_reporter/setup.cfg b/rp_reporter/setup.cfg
index 1d0da97..d86c76b 100644
--- a/rp_reporter/setup.cfg
+++ b/rp_reporter/setup.cfg
@@ -5,19 +5,24 @@
 license = Apache Software License
 author = mirantis
 author_email = harhipova@mirantis.com
-[global]
-setup-hooks = pbr.hooks.setup_hook
+version = 1.0.0
+
 [files]
 packages = rp_reporter
+
 [options]
 install_requires =
     xunitparser
     reportportal-client>=5.6.2
     PyYAML
     wget
-    jenkins-jinny @ git+https://github.com/annkapul/jenkins-jinny.git
+    jenkins-jinny[minimal] @ git+https://github.com/annkapul/jenkins-jinny.git
 
 [extras]
 test =
     flake8<3.8
     black
+
+[options.entry_points]
+console_scripts =
+    rp-reporter = rp_reporter.batch_reporter:cli