Skip to content

Commit

Permalink
Use podman from podman-next
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Sella <nsella@redhat.com>
  • Loading branch information
inknos committed Feb 28, 2025
1 parent 3556188 commit 8db8d12
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ jobs:
packages: [python-podman-fedora]
targets:
- fedora-all
tf_extra_params:
environments:
- artifacts:
- type: repository-file
id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo


- job: tests
trigger: pull_request
Expand Down
12 changes: 11 additions & 1 deletion plans/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,18 @@ prepare:
how: install
package:
- make
- podman
- python3-pip
- podman

- name: enable rhcontainerbot/podman-next update podman
when: initiator == packit
how: shell
script: |
COPR_REPO_FILE="/etc/yum.repos.d/*podman-next*.repo"
if compgen -G $COPR_REPO_FILE > /dev/null; then
sed -i -n '/^priority=/!p;$apriority=1' $COPR_REPO_FILE
fi
dnf -y upgrade --allowerasing

- name: pip dependencies
how: shell
Expand Down

0 comments on commit 8db8d12

Please sign in to comment.