needs: [build-fedora-34-amd64]
image: registry.nic.cz/labs/bird:fedora-34-amd64
-#pkg-centos-7-amd64:
-# <<: *pkg-rpm-wa
-# variables:
-# LC_ALL: en_US.UTF-8
-# needs: [build-centos-7-amd64]
-# image: registry.nic.cz/labs/bird:centos-7-amd64
-
+ pkg-fedora-35-amd64:
+ <<: *pkg-rpm
+ needs: [build-fedora-35-amd64]
+ image: registry.nic.cz/labs/bird:fedora-35-amd64
+
+ pkg-fedora-36-amd64:
+ <<: *pkg-rpm
+ needs: [build-fedora-36-amd64]
+ image: registry.nic.cz/labs/bird:fedora-36-amd64
+
+ pkg-fedora-37-amd64:
+ <<: *pkg-rpm
+ needs: [build-fedora-37-amd64]
+ image: registry.nic.cz/labs/bird:fedora-37-amd64
+
+ pkg-fedora-38-amd64:
+ <<: *pkg-rpm
+ needs: [build-fedora-38-amd64]
+ image: registry.nic.cz/labs/bird:fedora-38-amd64
+
+ pkg-fedora-39-amd64:
+ <<: *pkg-rpm
+ needs: [build-fedora-39-amd64]
+ image: registry.nic.cz/labs/bird:fedora-39-amd64
+
+ pkg-fedora-40-amd64:
+ <<: *pkg-rpm
+ needs: [build-fedora-40-amd64]
+ image: registry.nic.cz/labs/bird:fedora-40-amd64
+
+ pkg-fedora-41-amd64:
+ <<: *pkg-rpm
+ needs: [build-fedora-41-amd64]
+ image: registry.nic.cz/labs/bird:fedora-41-amd64
+
pkg-centos-8-amd64:
<<: *pkg-rpm-wa
needs: [build-centos-8-amd64]
-# bump number for image rebuild: 1
++# bump number for image rebuild: 2
FROM i386/debian:bullseye-slim
ENV DEBIAN_FRONTEND=noninteractive
RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list