Base docker image on ubuntu

The use of alpine as a base for images has been strongly discouraged
and thus this change drprecates the original Dockerfile (moving it to
Dockerfile_alpine) and creates a new, Ubuntu 18.04 based, Dockerfile
in its place.

The change also bumps the RMR version to the latest (4.7.4)

Issue-ID: RIC-787

Signed-off-by: E. Scott Daniels <daniels@att.com>
Change-Id: I8208eeb3720c90311b3e474554f9f0dfd10e9b8b
3 files changed
tree: 2c7bb4dd36ff5b291f3b8097e1c0d2c1cd5faf8e
  1. a1/
  2. docs/
  3. integration_tests/
  4. releases/
  5. tests/
  6. .bumpversion.cfg
  7. .dockerignore
  8. .gitattributes
  9. .gitignore
  10. .gitreview
  11. .readthedocs.yaml
  12. container-tag.yaml
  13. Dockerfile
  14. Dockerfile-Unit-Test
  15. Dockerfile_alpine
  16. INFO.yaml
  17. LICENSE.txt
  18. local.rt
  19. README.md
  20. rmr-version.yaml
  21. setup.py
  22. tox-integration.ini
  23. tox.ini
README.md

RIC A1 Mediator

The xApp A1 mediator exposes a generic REST API by which xApps can receive and send northbound messages. The A1 mediator will take the payload from such generic REST messages, validate the payload, and then communicate the payload to the xApp via RMR messaging.

Please see documentation in the docs/ subdirectory.