On Mon, May 06, 2024 at 10:43:03AM +0200, Michal Privoznik wrote: > Currently, our website job depends on almalinux-8 container. > Well, AlmaLinux 8 is going to be dropped soon. Therefore, switch > the job to something newer. Fedora 39 was chosen by a roll of > dice. I'd suggest AlmaLinux 9 so that we don't have to update this again every 6-12 months > > Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> > --- > .gitlab-ci.yml | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml > index b879b88f74..da94332910 100644 > --- a/.gitlab-ci.yml > +++ b/.gitlab-ci.yml > @@ -67,7 +67,7 @@ include: > website_job: > extends: .gitlab_native_build_job > needs: > - - job: x86_64-almalinux-8-container > + - job: x86_64-fedora-39-container > optional: true > script: > - source ci/jobs.sh > @@ -83,8 +83,8 @@ website_job: > paths: > - website > variables: > - NAME: almalinux-8 > - TARGET_BASE_IMAGE: docker.io/library/almalinux:8 > + NAME: fedora-39 > + TARGET_BASE_IMAGE: registry.fedoraproject.org/fedora:39 > > # On push to master publish the website from 'website_job' via gitlab pages > pages: > -- > 2.43.2 > _______________________________________________ > Devel mailing list -- devel@xxxxxxxxxxxxxxxxx > To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxx With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :| _______________________________________________ Devel mailing list -- devel@xxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxx