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

Add GHA to install all the supported Debian/Ubuntu #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

YuviGold
Copy link

Seems that jessie & wheezy don't work OOTB and it require further investigation

https://github.com/YuviGold/trivy-repo/actions/runs/1858134180

@YuviGold
Copy link
Author

WDYT? @knqyf263

Comment on lines +10 to +13
"ubuntu:20.04",
"ubuntu:18.04",
"ubuntu:16.04",
"ubuntu:14.04",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is it possible to remove these hard-coded?

Copy link
Author

Choose a reason for hiding this comment

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

WDYM? I added them in the purpose of covering the supported versions. You can put w/e container image you want in here

Copy link
Collaborator

Choose a reason for hiding this comment

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

We cannot maintain these values every time Ubuntu releases a new version. Can we fetch all the versions supported by Ubuntu?

Copy link
Author

Choose a reason for hiding this comment

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

In order to get all the supported versions it means to fetch somehow all the active LTS versions. https://endoflife.date/ubuntu
Umm, it's possible, but it'll be complex.
I can add the ubuntu:latest tag to at least be informed about any new version that becomes unsupported.

How do you currently maintain the releases? Do you automatically add/remove versions according to their EOL (active support/security support)?
If so, it should work with the same scripts/API.
Otherwise, you might want to open another issue to support those values automatically, it will require more time.

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.

None yet

2 participants