Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve Dockerfile and remove vuln #658

Merged
merged 3 commits into from
Sep 11, 2023

Conversation

julienlau
Copy link

improve Dockerfile in a security perspective:

  • remove obsolete openjdk base image
  • use node version that do not include critcal vulnerabilities
  • specify UID >= 10000
  • remove wget and curl (we may skip this step)
  • solve an issue due to procps not being installed
  • install atop basic monitoring tool

I checked on my environments that the image is functionnal

Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
@julienlau
Copy link
Author

Please find a new commit that I tested on my side and is OK.
It takes your review into account

Copy link
Member

@Minutis Minutis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@pdambrauskas pdambrauskas merged commit 295f8b8 into exacaster:master Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants