Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop CS bits #104

Merged
merged 1 commit into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading