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

upgrade alpine from 3.15.3 to 3.18.5 to solve vulnerabilities #10624

Merged
merged 5 commits into from Apr 3, 2024

Conversation

deepak4566
Copy link
Member

@deepak4566 deepak4566 commented Mar 26, 2024


Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image.

Changes included in this PR

  • install/docker/Dockerfile
    recommended upgrading to alpine:3.18.5, as this image has only 0 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected.

 upgraded alpine version to solve vulnerabilities

Signed-off-by: Deepak <deepakreddyats1@gmail.com>
Copy link

github-actions bot commented Mar 26, 2024

@deepak4566 deepak4566 requested review from gyohuangxin and removed request for gyohuangxin March 26, 2024 15:33
@leecalcote leecalcote added the security Issues or pull requests that address a security vulnerability label Mar 26, 2024
Copy link
Member

@leecalcote leecalcote left a comment

Choose a reason for hiding this comment

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

Thank you. Docker build is failing...

@vishalvivekm
Copy link
Member

@deepak4566 Let's discuss this in Meshery dev call today. Add this as an agenda item to the meeting minutes, if you would :)

upgrade to 3.19.1

Signed-off-by: Deepak <deepakreddyats1@gmail.com>
@deepak4566 deepak4566 changed the title upgrade alpine from 3.15.3 to 3.18.6 to solve vulnerabilities upgrade alpine from 3.15.3 to 3.19.1 to solve vulnerabilities Apr 1, 2024
upaded glibc compatible  version 

Signed-off-by: Deepak <deepakreddyats1@gmail.com>
Signed-off-by: Deepak <deepakreddyats1@gmail.com>
@deepak4566 deepak4566 changed the title upgrade alpine from 3.15.3 to 3.19.1 to solve vulnerabilities upgrade alpine from 3.15.3 to 3.19.0 to solve vulnerabilities Apr 1, 2024
Signed-off-by: Deepak <deepakreddyats1@gmail.com>
@deepak4566
Copy link
Member Author

Thank you. Docker build is failing...

Done . it is failing due to glibc version compatibility with alpine image ,now i solved it
https://github.com/jeanblanchard/docker-alpine-glibc/blob/main/README.md --> From this i got idea ,which version is compatible and i didn't use 19.0(latest) because of compatibility issues

@deepak4566 deepak4566 changed the title upgrade alpine from 3.15.3 to 3.19.0 to solve vulnerabilities upgrade alpine from 3.15.3 to 3.18.5 to solve vulnerabilities Apr 1, 2024
@deepak4566
Copy link
Member Author

This solves around 25+ vulnerabilities in previous docker image
v1

@MUzairS15 MUzairS15 merged commit 7cb39f0 into meshery:master Apr 3, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security Issues or pull requests that address a security vulnerability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants