Skip to content

GONRG-5228: Added .dockerignore and .gitattributes

Krisztian Molnar (EPAM) requested to merge GONRG-5228-check-dockerignore into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [NO]

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

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

There is no dockerignore (unnecessary files could get into containers) and no gitattributes to check and convert line endings

What is the new/expected behavior?

To convert line endings of text files automatically and to exclude unused files from containers

Have you added/updated Unit Tests and Integration Tests?

Will test it after created this MR

Any other useful information

Merge request reports