File: ci.Dockerfile

package info (click to toggle)
libblockdev 3.3.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,272 kB
  • sloc: ansic: 25,314; python: 13,388; makefile: 663; sh: 503; xml: 146
file content (12 lines) | stat: -rw-r--r-- 463 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# latest fedora image for running some of our tests in GH actions

FROM registry.fedoraproject.org/fedora:latest

RUN set -e; \
  dnf install -y ansible python3-pip rpm-build mock csmock git dnf-plugins-core; \
  pip3 install copr-builder; \
  git clone --depth 1 https://github.com/storaged-project/ci.git; \
  git clone --depth 1 https://github.com/storaged-project/udisks.git; \
  git clone --depth 1 https://github.com/storaged-project/blivet.git;

WORKDIR /