Skip to content

Commit

Permalink
Cirrus CI: add dockerfile for Fedora 35
Browse files Browse the repository at this point in the history
This dockerfile is the source for the pre-built container at
https://quay.io/repository/avocado-framework/avocado-vt-ci-fedora-35

Remove old dockerfiles.

Signed-off-by: Ana Guerrero Lopez <[email protected]>
  • Loading branch information
ana committed Jan 20, 2022
1 parent e572b85 commit 55ec6d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ env:
CIRRUS_CLONE_DEPTH: 1
VT_TYPE: qemu

fedora_34_task:
fedora_35_task:
container:
image: quay.io/avocado-framework/avocado-vt-ci-fedora-34
image: quay.io/avocado-framework/avocado-vt-ci-fedora-35
kvm: true
env:
matrix:
Expand Down Expand Up @@ -65,7 +65,7 @@ centos_8_1_task:

avocado_devel_task:
container:
image: quay.io/avocado-framework/avocado-vt-ci-fedora-34
image: quay.io/avocado-framework/avocado-vt-ci-fedora-35
kvm: true
allow_failures: $AVOCADO_SRC == 'git+https://github.com/avocado-framework/avocado#egg=avocado_framework'
env:
Expand Down
4 changes: 0 additions & 4 deletions contrib/containers/ci/fedora-30.docker

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:34
FROM fedora:35
LABEL description "Fedora image used on integration checks, such as cirrus-ci"
RUN dnf -y install make python3-wheel python3-pip git xz tcpdump nc iproute iputils gcc python3-devel qemu-kvm qemu-img
RUN dnf -y clean all
Expand Down

0 comments on commit 55ec6d3

Please sign in to comment.