Skip to content

Commit

Permalink
Drop CS bits
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Srb <michal@redhat.com>
  • Loading branch information
msrb committed Feb 8, 2024
1 parent 7954dd2 commit 3f527eb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 147 deletions.
41 changes: 0 additions & 41 deletions Dockerfile.stream

This file was deleted.

12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rpminspect container image

This repository contains bits needed to build a container image for [rpminspect](https://github.com/rpminspect/rpminspect). This image can be later used by Fedora CI. There is also a version for CentOS Stream.
This repository contains bits needed to build a container image for [rpminspect](https://github.com/rpminspect/rpminspect). This image can be later used by Fedora CI.


## Example usage
Expand All @@ -12,16 +12,6 @@ $ podman run -ti --rm quay.io/fedoraci/rpminspect /bin/bash
(inside container) $ rpminspect_runner.sh 60499294 f35-updates license
```

`rpminspect_zuul_runner.sh` requires at least 2 parameters: `<zuul-repo>` and `<test-name>`.
See `rpminspect_zuul_runner.sh --help`.

```shell
$ podman run -ti --rm quay.io/fedoraci/rpminspect-stream /bin/bash
(inside container) $ rpminspect_zuul_runner.sh -r "https://centos.softwarefactory-project.io/logs/11/11/9e75bb0c73d34f33b216e278645cb648efc4b929/check/mock-build/d39b3e8/repo/" -t arch
```


## Development

Looking for information on how to make changes to the container image? Take a look [here](./docs/development.md)!

95 changes: 0 additions & 95 deletions rpminspect_zuul_runner.sh

This file was deleted.

0 comments on commit 3f527eb

Please sign in to comment.