Skip to content

[TRI-445] Update Docker image to follow Node.js Docker guidelines #160

@ericallam

Description

@ericallam

https://snyk.io/blog/10-best-practices-to-containerize-nodejs-web-applications-with-docker/

We need to go through this entire post and make sure we are following their suggestion in our Dockerfile, specifically these are most relevant:

  • Use explicit and deterministic Docker base image tags
  • Don’t run containers as root
  • Safely terminate Node.js Docker web applications
  • Graceful shutdown for your Node.js web applications
  • Keeping unnecessary files out of the image

From SyncLinear.com | TRI-445

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions