Skip to content

Commit d3f74b7

Browse files
authored
Merge pull request #2313 from rnc/NCL8774
Add documentation about changes to buildah-oci-ta
2 parents abd490d + c9eeb12 commit d3f74b7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

deploy/tasks/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
3+
# Task Definitions
4+
5+
Note that while `pre-build.yaml` and `maven-deployment.yaml` are created by our team the `buildah-oci-yaml` is a temporary copy from https://github.com/konflux-ci/build-definitions/blob/main/task/buildah-oci-ta/0.2/buildah-oci-ta.yaml.
6+
7+
8+
## buildah-oci-ta
9+
10+
It should be base-lined to the most recent definition from Konflux build-definitions repository and then the following changes should be applied to that:
11+
12+
### Indy Sidecar
13+
Adds Indy configuration to the build:
14+
* https://github.com/redhat-appstudio/jvm-build-service/blob/main/deploy/tasks/buildah-oci-ta.yaml#L134-L137
15+
* https://github.com/redhat-appstudio/jvm-build-service/blob/main/deploy/tasks/buildah-oci-ta.yaml#L170-L180
16+
* https://github.com/redhat-appstudio/jvm-build-service/blob/main/deploy/tasks/buildah-oci-ta.yaml#L737-L757
17+
18+
19+
### Trusted CA
20+
Adds the trusted ca to the build:
21+
* https://github.com/redhat-appstudio/jvm-build-service/blob/main/deploy/tasks/buildah-oci-ta.yaml#L504-L508
22+

0 commit comments

Comments
 (0)