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 e792393 commit 421eef5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion IMG_SFX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20230810t181042z-f38f37d13
20230810t201257z-f38f37d13
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
$SUDO pip3 install git+https://github.com/packit/wait-for-copr.git@main

0 comments on commit 421eef5

Please sign in to comment.