You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Change the title because "konflux-ci/buildah" is not a thing anymore
(never existed on Github, does exist on quay.io but will no longer
receive updates).
- Reword the introduction because this repo doesn't even build buildah
anymore.
- Drop the explanation of the CEL annotation setup, because it isn't
accurate anymore.
- Drop the mention of the buildah submodule, replace with
dockerfile-json (the only remaining submodule).
Signed-off-by: Adam Cmiel <acmiel@redhat.com>
This is a rebuild of [containers/buildah](https://github.com/containers/buildah) for use in Konflux-CI. Two images are produced by this repository. One is a simple rebuild of `buildah` and is available at [quay.io/konflux-ci/buildah:latest](https://quay.io/konflux-ci/buildah). The other is oriented at customizing the behavior of `buildah` within Tekton tasks and is available at [quay.io/konflux-ci/buildah-task:latest](https://quay.io/konflux-ci/buildah-task).
3
+
This is an image that contains the tools and Bash scripts needed for the Konflux buildah task.
4
+
It is available at [quay.io/konflux-ci/buildah-task:latest](https://quay.io/konflux-ci/buildah-task).
4
5
5
6
## Building artifacts
6
7
7
-
By default, new artifacts will not be built when only the contents of the `.tekton` have changed for push events. These changes will
8
-
still be tested for pull request events. If you want to trigger a rebuild of an artifact for push events, you can manually trigger one
9
-
as mentioned in the [Konflux documentation](https://konflux-ci.dev/docs/building/rerunning/).
10
-
11
-
To see when new builds will be triggered for push events, you can look at the `pipelinesascode.tekton.dev/on-cel-expression` annotation
12
-
for the specific components. For example, the `buildah-task` component will only be built if there are changes to its Containerfile or
0 commit comments