-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Discussion around which OSs to use in Static Docker containers #3306
Comments
Noting that https://github.com/adoptium/infrastructure/wiki/End-of-support-date-for-OS-distributions is intended to be used as input to these sorts of decisions for docker and non-docker systems. Semi-related: #3237 |
We should also include in this policy a cut off point after which we replace containers running OSs that are not LTS. test-docker-ubuntu2010-armv8l-2 is an example. 20.10 is not a Ubuntu LTS and therefore its repositories are not maintained after EOL. ref #2662 (comment) My attempts to install
|
Yeah that's fine with me - if you want to shut those down instead of fixing them it's very much a 👍🏻 from me. IMHO the ideal thing to do would be nice to be able to keep updating it to the "current" STS release if available, so we're always testing on the latest supported. |
As mentioned earlier this week, the Node.js project uses a syntax in the inventory file which has a
Those |
Continued in #3368 |
It would be helpful to discuss and create a policy in regards to which operating systems we use for our static docker containers. Such policy would specify things such as
etc
Such a policy would help us to have the latest OSs as part of our static docker inventory.
I also like the idea of an automated way of setting up new static docker containers, perhaps via awx, and an automated way of removing ones we no longer need
The text was updated successfully, but these errors were encountered: