#5383 tests: update container image to f36 and fix c8s issue
Merged a year ago by ngompa. Opened a year ago by wombelix.

@@ -7,7 +7,7 @@ 

  ENV BRANCH=$branch

  

  RUN dnf -y install \

-     epel-release epel-next-release

+     epel-release epel-next-release 'dnf-command(config-manager)'

  

  RUN dnf -y config-manager --enable epel-testing epel-next-testing powertools

  

@@ -1,4 +1,4 @@ 

- FROM quay.io/fedora/fedora:34-x86_64

+ FROM quay.io/fedora/fedora:36-x86_64

  

  ARG repo=https://pagure.io/pagure.git

  ARG branch=master

@@ -1,4 +1,4 @@ 

- FROM quay.io/fedora/fedora:34-x86_64

+ FROM quay.io/fedora/fedora:36-x86_64

  

  ARG repo=https://pagure.io/pagure.git

  ARG branch=master

f34 container image removed from quay.io, breaks tests, see https://pagure.io/pagure/pull-request/5382 and https://pagure.io/pagure/pull-request/5381.
Quick fix by changing used container image for tests to f36.
PR also includes fix for an issue with the latest c8s image.

1 new commit added

  • tests: fix c8s 'no such command: config-manager' error
a year ago

@ngompa tests are green again, as soon this one is merged, ci re-runs for https://pagure.io/pagure/pull-request/5382 and https://pagure.io/pagure/pull-request/5381 can be triggered.

Pull-Request has been merged by ngompa

a year ago