Skip to content

Commit

Permalink
Build-Push: Install pip and wait-for-copr
Browse files Browse the repository at this point in the history
Podman-Desktop team would like fcos images built with packages from
rhcontainerbot/podman-next for MacOS testing with the latest unreleased
bits.
Ref: containers/podman#19448

This commit installs pip and wait-for-copr in the build-push images.
wait-for-copr, as the name suggests, waits for a build with a specified
string to become available on a copr repo.
Ref: https://github.com/packit/wait-for-copr

Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
lsm5 committed Aug 10, 2023
1 parent 755589f commit e6e99fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cache_images/build-push_packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ INSTALL_PACKAGES=(\
git
jq
podman
python3-pip
qemu-user-static
skopeo
)
Expand All @@ -45,3 +46,6 @@ cd $REPO_DIRPATH/build-push
set -x
# Do not auto-update to allow testing inside a PR
$SUDO env BUILDPUSHAUTOUPDATED=1 bash ./.install.sh

# Install wait-for-copr
pip3 install git+https://github.com/packit/wait-for-copr.git@main

0 comments on commit e6e99fa

Please sign in to comment.