Skip to content

Commit

Permalink
Merge pull request #90 from chmeliik/build-definitions-konflux-ci
Browse files Browse the repository at this point in the history
Update build-definitions references to new org
  • Loading branch information
chmeliik authored Jun 3, 2024
2 parents 7757996 + 8e0a93e commit 87b2a48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Build tasks Dockerfiles

This repository contains Dockerfiles of images used in build related tasks in [build-definitions](https://github.com/redhat-appstudio/build-definitions).
This repository contains Dockerfiles of images used in build related tasks in [build-definitions](https://github.com/konflux-ci/build-definitions).
2 changes: 1 addition & 1 deletion base-images-sbom-script/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# base images sbom script

This is a script that creates sbom data for base images. It is used in
[buildah task](https://github.com/redhat-appstudio/build-definitions/tree/main/task/buildah) in Konflux pipelines.
[buildah task](https://github.com/konflux-ci/build-definitions/tree/main/task/buildah) in Konflux pipelines.

It takes several inputs:
1. path to the sbom file, that will be updated in place with the base image data
Expand Down
4 changes: 2 additions & 2 deletions source-container-build/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Source Container Build

Used by [source build task](https://github.com/redhat-appstudio/build-definitions/tree/main/task/source-build) in Konflux pipelines.
Used by [source build task](https://github.com/konflux-ci/build-definitions/tree/main/task/source-build) in Konflux pipelines.

## Build Image

Expand Down Expand Up @@ -29,7 +29,7 @@ push event (when a pull request is merged).
1. Proposed changes are merged in this repository, then image is built and
pushed to the registry.
2. Renovate detects the new image and sends an update pull request to
[redhat-appstudio/build-definitions](https://github.com/redhat-appstudio/build-definitions/) repository.
[konflux-ci/build-definitions](https://github.com/konflux-ci/build-definitions/) repository.
3. Review and merge that pull request.
4. A new source build task bundle is built and pushed to registry.
5. Components repositories receive bundle update pull request, which is sent
Expand Down

0 comments on commit 87b2a48

Please sign in to comment.