Skip to content

Commit

Permalink
Update container podman build test
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrod3 committed Jan 3, 2025
1 parent 0bec151 commit ca7e47e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions images/s6_assets/pulp_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,10 @@ podman exec -u pulp pulp bash -c "pulpcore-manager add-signing-service --class d

# Test buildah for pulp_container's usage
podman exec -u pulp pulp podman system migrate
# This is currently not working due to a bug in it, so workaround below
# podman exec -u pulp pulp podman build https://github.com/openshift-examples/web.git
podman exec -u pulp pulp git clone https://github.com/openshift-examples/web.git /tmp/web
podman exec -u pulp pulp git -C /tmp/web checkout 7a5e95bbf7111f32be27b5fc9bc0070f844a03a3
podman exec -u pulp pulp podman build /tmp/web
echo "FROM quay.io/quay/busybox:latest
CMD ['ls', '/']" > /tmp/Containerfile
podman exec -u pulp -i pulp bash -c "cat > /tmp/Containerfile" < /tmp/Containerfile
podman exec -u pulp pulp podman build /tmp

# Test skopeo for pulp_container's usage with an image with the nobody uid 65534
# (And the image that pulp_container CI actually tests with)
Expand Down

0 comments on commit ca7e47e

Please sign in to comment.