Skip to content

Issue #92 docker files improvements

Arturo Hernandez [EPAM] requested to merge task/issue-92_docker-improve into main

Type of change

  • Task - Improvement

Does this introduce a change in the core logic?

  • [No]

Does this introduce a change in the cloud provider implementation, and if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a change that must be documented in the README.md file?

  • [Yes] Documented accordingly to use docker-compose

Updates description?

Issue #92 (closed)

  • Use default Dockerfile as distroless to avoid confusion on multiple dockerfiles, now we have only 2 (test/production-distroless)
  • Removed not needed installed packages from both Dockerfiles
  • Refactored pipelines to use only one dockerfile
  • Rewritten docs to be able to test rafs-ddms in a simple matter without getting confused by multiple dockerfiles.

Merge request reports