Also remove systemtap from the image, since
we don't need it.
The v36 image is still used in gtk-4-6.
BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true"
FEATURE_FLAGS: "-Dvulkan=enabled -Dcloudproviders=enabled"
MESON_TEST_TIMEOUT_MULTIPLIER: 3
- FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v36"
+ FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v38"
FLATPAK_IMAGE: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master"
.only-default:
See the [container registry][registry] for the available images for each
branch, as well as their available versions.
+Note that using `latest` as version number will overwrite the most
+recently uploaded image in the registry.
+
### Checklist for Updating a CI image
- [ ] Update the `${image}.Dockerfile` file with the dependencies
-FROM fedora:34
+FROM fedora:36
RUN dnf -y install \
adwaita-icon-theme \
python3-wheel \
redhat-rpm-config \
sassc \
- systemtap-sdt-devel \
vulkan-devel \
wayland-devel \
wayland-protocols-devel \