ci: try different Fedora image?

This commit is contained in:
Felix Krull 2020-08-25 19:02:02 +02:00 committed by Colin Walters
parent 1010581c48
commit 2504c97a8d
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
# config with sccache based on Fedora Rawhide, i.e. very recent libostree # config with sccache based on Fedora Rawhide, i.e. very recent libostree
.fedora-ostree-devel: .fedora-ostree-devel:
image: fedora:rawhide image: registry.fedoraproject.org/fedora:rawhide
extends: .sccache extends: .sccache
before_script: before_script:
- dnf install -y cargo rust ostree-devel - dnf install -y cargo rust ostree-devel

View File

@ -1,4 +1,4 @@
FROM fedora:latest FROM registry.fedoraproject.org/fedora:latest
RUN dnf install -y curl gcc make tar xz 'dnf-command(builddep)' RUN dnf install -y curl gcc make tar xz 'dnf-command(builddep)'
RUN dnf builddep -y ostree RUN dnf builddep -y ostree