Page 1 of 1

How often Docker containers gets refreshed?

Posted: Tue Apr 16, 2024 6:30 am
by WohlstandFox
Hello!

After recent bugfixes got been applied to libSDL2 and libOGC, and once they got been released in the mainstream packages, I still see the old versions of libraries in the docker containers that I use via CI (mainly because of the faulty linking of libSDL2 that I fixed and sent the fix to mainstream). I run the container via GitHub Actions.

Now the question: how often they gets being updated?

Re: How often Docker containers gets refreshed?

Posted: Wed Apr 17, 2024 4:02 pm
by WinterMute
Dockers get updated as needed and often depend on what we have in process. We tend to lag the dockers a bit to make sure there aren't any silly bugs in recent releases and also if we have plans for library updates in following days we may delay rather than updating for each library as it happens.

There's no particular schedule and how often it happens depends on how often we update packages.

Re: How often Docker containers gets refreshed?

Posted: Wed Apr 17, 2024 7:10 pm
by WinterMute
I did also mean to say the devkitPPC docker was refreshed this afternoon.

Re: How often Docker containers gets refreshed?

Posted: Mon Apr 22, 2024 6:13 pm
by WohlstandFox
WinterMute wrote: Wed Apr 17, 2024 4:02 pm We tend to lag the dockers a bit to make sure there aren't any silly bugs in recent releases
I see. But the situation was actually opposite: the Docker images had bugs that got been fixed in new releases. :D
WinterMute wrote: Wed Apr 17, 2024 7:10 pm I did also mean to say the devkitPPC docker was refreshed this afternoon.
That's cool, I going to see how it works now. Thanks!