Update Docker image and TEST_OS run to Fedora 35

This commit is contained in:
Justin Stephenson 2021-11-15 15:53:00 -05:00
parent 7ac04a4917
commit e49176b966
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ blocks:
jobs: jobs:
- name: Check fedora-34 - name: Check fedora-34
commands: commands:
- export TEST_OS=fedora-34 - export TEST_OS=fedora-35
- bots/image-customize -v -i cockpit-ws -i cockpit-packagekit -i `pwd`/cockpit-session-recording*.noarch.rpm -s `pwd`/test/vm.install $TEST_OS - bots/image-customize -v -i cockpit-ws -i cockpit-packagekit -i `pwd`/cockpit-session-recording*.noarch.rpm -s `pwd`/test/vm.install $TEST_OS
- bots/image-customize -v -r "usermod -u 981 tlog || true" $TEST_OS - bots/image-customize -v -r "usermod -u 981 tlog || true" $TEST_OS
- bots/image-customize -v -u ./test/files/1.journal:/var/log/journal/1.journal $TEST_OS - bots/image-customize -v -u ./test/files/1.journal:/var/log/journal/1.journal $TEST_OS

View file

@ -1,4 +1,4 @@
FROM fedora:32 FROM fedora:35
COPY . cockpit-session-recording COPY . cockpit-session-recording