Skip to content

Commit

Permalink
Add buildah-remote-oci-ta
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed May 29, 2024
1 parent e79eea1 commit 2660341
Show file tree
Hide file tree
Showing 3 changed files with 556 additions and 4 deletions.
5 changes: 4 additions & 1 deletion hack/generate-buildah-remote.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#!/bin/bash

SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
IMG=quay.io/redhat-user-workloads/rhtap-build-tenant/multi-arch-controller/multi-arch-controller:taskgen-ad9073040af28f18f450db33f539befc5fcc4c73
IMG=quay.io/redhat-user-workloads/rhtap-build-tenant/multi-arch-controller/multi-arch-controller:taskgen-e6a24407844cac38b16df363fe2bdf5e23902646

podman run -v "$SCRIPTDIR"/..:/data:Z $IMG \
--buildah-task=/data/task/buildah/0.1/buildah.yaml \
--remote-task=/data/task/buildah-remote/0.1/buildah-remote.yaml
podman run -v "$SCRIPTDIR"/..:/data:Z $IMG \
--buildah-task=/data/task/buildah-oci-ta/0.1/buildah-oci-ta.yaml \
--remote-task=/data/task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml
Loading

0 comments on commit 2660341

Please sign in to comment.