On Mon, Jan 20, 2025 at 10:11 AM Alexander Neundorf <neund...@kde.org> wrote:
> On Sonntag, 19. Januar 2025 19:44:30 Mitteleuropäische Normalzeit Ben > Cooksley wrote: > > > On Mon, Jan 20, 2025 at 7:26 AM Alexander Neundorf <neund...@kde.org> > wrote: > > ... > > > > I'd like to keep duplicated work to a minimum, so if there is already a > > > > dockerfile which works it would be nice to be able to reuse that in > some > > > > way. > > > > > > You could probably build on top of the existing CI images - essentially > > > starting from them and adding Frameworks on top. > > > You might want to find something that is less of a moving target than > SUSE > > > Tumbleweed though as that is a rolling distribution. > > this is what I had last September. > > This is the dockerfile from ci-images, which I got built successfully via > the github -> quay.io integration: > > https://github.com/neundorf/dockertest > > This builds kf6 on top of that: > > https://github.com/neundorf/dockertest-kf6devel > > I got kde frameworks built successfully (last September) using that, but > (surprise ;-) ) quay.io ran into a timeout. > > The github -> dockerhub/quay.io integration is really nice. Do we have > something similar ? > See https://invent.kde.org/sysadmin/ci-images/-/blob/master/.gitlab-ci.yml?ref_type=heads#L1 - assuming you have the container registry enabled for a project this "just works". > Thanls > > Alex > > Cheers, Ben