Skip to content

Commit

Permalink
Add documentation about changes to buildah-oci-ta
Browse files Browse the repository at this point in the history
  • Loading branch information
rnc committed Dec 5, 2024
1 parent abd490d commit c9eeb12
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions deploy/tasks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@


# Task Definitions

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.


## buildah-oci-ta

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:

### Indy Sidecar
Adds Indy configuration to the build:
* https://github.com/redhat-appstudio/jvm-build-service/blob/main/deploy/tasks/buildah-oci-ta.yaml#L134-L137
* https://github.com/redhat-appstudio/jvm-build-service/blob/main/deploy/tasks/buildah-oci-ta.yaml#L170-L180
* https://github.com/redhat-appstudio/jvm-build-service/blob/main/deploy/tasks/buildah-oci-ta.yaml#L737-L757


### Trusted CA
Adds the trusted ca to the build:
* https://github.com/redhat-appstudio/jvm-build-service/blob/main/deploy/tasks/buildah-oci-ta.yaml#L504-L508

0 comments on commit c9eeb12

Please sign in to comment.