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

Update base alpine image #13

Open
hydrargyrum opened this issue Jul 30, 2021 · 2 comments · May be fixed by #14
Open

Update base alpine image #13

hydrargyrum opened this issue Jul 30, 2021 · 2 comments · May be fixed by #14

Comments

@hydrargyrum
Copy link

When running trivy on this gitolite dockerhub image:

% docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v trivy-cache:/root/.cache/ aquasec/trivy i jgiannuzzi/gitolite
2021-07-30T21:31:51.732Z	INFO	Detected OS: alpine
2021-07-30T21:31:51.732Z	INFO	Detecting Alpine vulnerabilities...
2021-07-30T21:31:51.733Z	INFO	Number of language-specific files: 0
2021-07-30T21:31:51.733Z	WARN	This OS version is no longer supported by the distribution: alpine 3.10.1

[...]

It appears the base image alpine version (3.10) is not supported anymore by alpine (since 2021-05-01).

It would be safer to use a fresher alpine base image.

@hydrargyrum hydrargyrum linked a pull request Jul 30, 2021 that will close this issue
@hydrargyrum
Copy link
Author

hydrargyrum commented Aug 7, 2023

any news @jgiannuzzi ? 3.10 is not supported since 2021, alpine is now using 3.18, see https://alpinelinux.org/releases/

see also https://endoflife.date/alpine

@hydrargyrum
Copy link
Author

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 a pull request may close this issue.

1 participant