Skip to content

Add USER in Dockerfile

Eugene Xiang requested to merge dockeruser 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
  • Google Cloud
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

The dataset service runs as root user in container by default

What is the new/expected behavior?

Add USER in dataset Dockerfile so that service can be running as non-root user in container by default

Have you added/updated Unit Tests and Integration Tests?

  • [NO]

Any other useful information

Merge request reports

Loading