• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

containerbuildsystem / atomic-reactor
97%

Build:
DEFAULT BRANCH: master
Repo Added 03 Jun 2019 03:27PM UTC
Files 86
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 1.6.51.2
  • buildtarget_allowlist
  • bump-koji
  • cachi2-export-config-files
  • cachi2-inject-ca-cert
  • cachi2-netrc
  • cachi2-pip-dev-dependencies
  • cachi2-rename-to-hermeto
  • cachi2-source-containers
  • cachi2_fix_test
  • cachi2_include_git_dir
  • cachi2_update_limits
  • dependabot/github_actions/DavidAnson/markdownlint-cli2-action-19
  • dependabot/github_actions/DavidAnson/markdownlint-cli2-action-20
  • dependabot/github_actions/DavidAnson/markdownlint-cli2-action-23
  • dependabot/github_actions/actions/upload-artifact-7
  • dependabot/github_actions/chmeliik/checkton-0.3.1
  • dependabot/github_actions/chmeliik/checkton-0.4.0
  • dependabot/github_actions/github/codeql-action-4
  • env-file-name
  • feat-cachi2-remove-unsafe-symlinks-flag
  • feature_cachi2
  • fix-bundler-params-transofrmation
  • fix-cachi2-skip-remote-sources-tarball
  • fix-cachito-task
  • fix-coveralls-pip
  • fix-remote-sources-default
  • fix-request-json
  • fix_none_remote_sources_flags
  • git-submodules-pkg-manager
  • hermeto-default-config
  • hermeto-explicit-cyclonedx
  • hermeto-permissive-mode
  • hermeto-yanr-npm-envvars
  • hermeto_git_ssh
  • image_name
  • improve-hermeto-step-logs-readability
  • odcs-integration
  • postbuild-raise-resources
  • print-hermeto-env
  • print-hermeto-version
  • record_remote_source_version_in_koji
  • release_1.6.51
  • release_2.1
  • release_2.2
  • release_2.3
  • release_2.4
  • release_3.0
  • release_3.10
  • release_3.11
  • release_3.12
  • release_3.13
  • release_3.14
  • release_3.4
  • release_3.5
  • release_3.6
  • release_3.7
  • release_3.8
  • release_3.9
  • release_4.0
  • release_4.1
  • release_4.10
  • release_4.11
  • release_4.12
  • release_4.13
  • release_4.14
  • release_4.15
  • release_4.16
  • release_4.17
  • release_4.18
  • release_4.19
  • release_4.2
  • release_4.21
  • release_4.3
  • release_4.4
  • release_4.5
  • release_4.6
  • release_4.7
  • release_4.8
  • release_4.9
  • rename-to-hermeto-final
  • replace-add-with-copy
  • skip-platform-builds
  • skip-remote-sources-when-not-needed
  • store-remote-sources-logs-in-extra-logfile
  • ubi10-rpmdb

21 May 2026 08:45AM UTC coverage: 97.126%. Remained the same
26215542158

push

github

MartinBasti
chore(deps): bump koji version

Bump koji to the latest version

Signed-off-by: Martin Basti <mbasti@redhat.com>

10038 of 10335 relevant lines covered (97.13%)

1.94 hits per line

Relevant lines Covered
Build:
Build:
10335 RELEVANT LINES 10038 COVERED LINES
1.94 HITS PER LINE
Source Files on master
  • Tree
  • List 86
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26215542158 master chore(deps): bump koji version Bump koji to the latest version Signed-off-by: Martin Basti <mbasti@redhat.com> push 21 May 2026 08:50AM UTC MartinBasti github
97.13
24837556024 master Fix for UBI10 RPMDB location Updates the rpmqa plugin such that it searches both the original /var/lib/rpm location, and if that fails attempts a fallback list of dirs, currently just /usr/lib/sysimage/rpm If nothing is found, it still raises a ... push 23 Apr 2026 01:24PM UTC MartinBasti github
97.13
23428453358 master fix(tekton): increment postbuild resources We are getting reports that the current limits aren't sufficient Signed-off-by: Martin Basti <mbasti@redhat.com> push 23 Mar 2026 08:42AM UTC MartinBasti github
97.12
20267080788 master [atomic-reactor] release [4.21.0-1] Signed-off-by: mkosiarc <mkosiarc@redhat.com> push 16 Dec 2025 12:01PM UTC mkosiarc github
97.12
18944710171 master feat: allowed build targets configuration New config optaion added into reactor config map, allowed_build_targets. When it;s empty or undefined, all build targets are allowed. When buildtargets are defined, only those listed there will be allow... push 30 Oct 2025 02:52PM UTC MartinBasti github
97.12
18309927320 master [atomic-reactor] release [4.20.0-1] Signed-off-by: Martin Basti <mbasti@redhat.com> push 07 Oct 2025 10:40AM UTC MartinBasti github
97.12
18221217378 master fix: replace ADD with COPY RHACS reports OSBS images as vulnerable because of the usage of ADD instruction, that allows to fetch remote content. It's false positive as OSBS uses local resources only, but it scares users. We need to use keep ADD... push 03 Oct 2025 11:44AM UTC MartinBasti github
97.12
15180728550 master use hermeto permissive mode Hermeto added a new permissive mode in: https://github.com/hermetoproject/hermeto/commit/aaf0a0039 Use it by default to make go vendoring checks as permissive as Cachito used to be: http... push 22 May 2025 07:34AM UTC MartinBasti github
97.09
15165141753 master Hermeto: default config Provide default config to keep compatibility with OSBS/Cachito workflows as much as possible Signed-off-by: Martin Basti <mbasti@redhat.com> push 21 May 2025 02:43PM UTC MartinBasti github
97.09
14753176597 master fix(hermeto): better handle flags: None Flags can be deinfed as None, handle this case better and don't fail on errors. Signed-off-by: Martin Basti <mbasti@redhat.com> push 30 Apr 2025 11:14AM UTC MartinBasti github
97.09
See All Builds (4190)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc