remove Fedora 35 support
Fedora 35 is going EOL on Tue 2022-12-13. At the time of writing this commit message, that's the next day. As we do releases on Wednesdays, the next release will never find its way to F35 and thus, there's no point in keeping support for it. Let's delete everything that relates to Fedora 35. If there's something that cannot be deleted (e.g. CI containers based on F35), let's upgrade it to F37. TestCrossArchDepsolve now uses CentOS Stream 8 because RHEL 8.4 cannot read F37 repository metadata. This is a similar issue to https://bugzilla.redhat.com/show_bug.cgi?id=2004853 . Basically, newer repositories can be only read by libmodulemd >= 2.11. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
8c4689f082
commit
4bafe1ead9
48 changed files with 32 additions and 490624 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM fedora:35
|
||||
FROM fedora:37
|
||||
|
||||
RUN dnf -y install \
|
||||
openssl
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM fedora:35 AS builder
|
||||
FROM fedora:37 AS builder
|
||||
ENV GOBIN=/opt/app-root/src/go/bin
|
||||
# extra packages are needed
|
||||
# to compile osbuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue