I whipped up a brute force little script and ran it on our staging openshift 4 cluster. It just gets all running pods and does oc rsh into each and looks at /etc/os-release. For a few of these that aren't running yet in stg, I looked at prod (like toddlers).
Here's the results and some comments in between.
I can work on upgrading some of these, but would be nice if application owners update their own applications. ;)
asknot "platform:f34" blockerbugs "platform:el8" bodhi "platform:f36" "platform:f36" "platform:f36" "platform:f36" bugzilla2fedmsg "platform:el8" community-metrics compose-tracker "platform:f36" coreos-cincinnati "platform:f35" datagrepper "platform:el8" datanommer "platform:el8" discourse2fedmsg "platform:el8" docsbuilding "platform:f34"
^ This should get updated.
docstranslation
^ No running pods, but cronjobs use f34. Should be updated
elections "platform:el8" fasjson "platform:f35" fedocal "platform:el8" fedora-packages-static
^ debian 11 in the solr pod ^ fedora 34 in the static pod, should get updated
flask-oidc-dev "platform:el8" flatpak-indexer "platform:el8" "platform:el8" "platform:f36" greenwave "platform:f33" "platform:f33" "platform:f33"
^ Needs update.
ipsilon-website
^ Alpine Linux v3.16 (is this current? no idea)
koschei "platform:f35" "platform:f35" "platform:f35" "platform:f35" "platform:f35" "platform:f35" languages "platform:el8" mdapi "platform:f31" "platform:f31"
^ Definitely needs update.
message-tagging-service "platform:f29"
^ Definitely needs update.
messaging-bridges "platform:el8" "platform:el8" "platform:el8" monitor-gating "platform:f31"
^ Definitely needs update.
mote "platform:f36" "platform:f36" "platform:el9" noggin "platform:el8" noggin-centos "platform:el8" oraculum "platform:el8" "platform:el8" "platform:el8" "platform:el8" "platform:el8" release-monitoring "platform:f36" "platform:f36" "platform:f36" resultsdb "platform:f35" "platform:f35" resultsdb-ci-listener "platform:f36" review-stats
^ just cronjobs, fedora:36
silverblue PRETTY_NAME="Fedora 27 (Twenty Seven)"
^ very much needs updating.
testdays "platform:el8" "platform:el8" the-new-hotness "platform:f36" toddlers PRETTY_NAME="Alpine Linux v3.16"
^ is this current?
transtats "platform:f34" "platform:f34"
^ needs updating.
waiverdb "platform:f34" "platform:f34"
^ needs updating.
websites
^ cron jobs, fedora:34. Needs updating.
zezere "platform:el8"
On 28. 06. 22 1:59, Kevin Fenzi wrote:
...snip... toddlers PRETTY_NAME="Alpine Linux v3.16"
Not sure where this is coming from. The Dockerfile[0] used to built the toddlers container is using FROM fedora:34. And I'm currently working on staging instance and updating it to F36.
Michal
[0] - https://pagure.io/fedora-infra/toddlers/blob/production/f/Dockerfile
infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedorapro... Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
On Tue, Jun 28, 2022 at 10:03:24AM +0200, Michal Konecny wrote:
On 28. 06. 22 1:59, Kevin Fenzi wrote:
...snip... toddlers PRETTY_NAME="Alpine Linux v3.16"
Not sure where this is coming from. The Dockerfile[0] used to built the toddlers container is using FROM fedora:34. And I'm currently working on staging instance and updating it to F36.
Yeah, something must have messed up in my script or in my copying the results. Indeed this doesn't use alpine...
kevin
On Wed, Jun 29, 2022 at 04:48:38PM +0000, Mattia Verga wrote:
Il 28/06/22 01:59, Kevin Fenzi ha scritto:
review-stats
^ just cronjobs, fedora:36
Should I change the Dockerfile to use 'platform:f36' as base image?
Naw. Thats just the output from looking at /etc/os-release on various images in the PLATFORM_ID field. was a shorthand and easy way to say what each thing is. fedora:36 is already "platform:36". :)
kevin
infrastructure@lists.fedoraproject.org