Skip to content

Commit 92281b3

Browse files
authored
Merge pull request #51548 from sounix000/4449-buildah-pipeline-sa
RHDEVDOCS-4449 Buildah works only with pipeline SA
2 parents cf6de4c + 4051b83 commit 92281b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/op-about-pipelines.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,8 @@ spec: <4>
9797
<8> Task `build-image`, which uses the `buildah` ClusterTask to build application images from a given Git repository.
9898
<9> Task `apply-manifests`, which uses a user-defined Task with the same name.
9999
<10> Specifies the sequence in which Tasks are run in a Pipeline. In this example, the `apply-manifests` Task is run only after the `build-image` Task is completed.
100+
101+
[NOTE]
102+
====
103+
The {pipelines-title} Operator installs the Buildah cluster task and creates the `pipeline` service account with sufficient permission to build and push an image. The Buildah cluster task can fail when associated with a different service account with insufficient permissions.
104+
====

0 commit comments

Comments
 (0)