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

FriendsOfTYPO3 / tea / 7260044745
100%

Build:
DEFAULT BRANCH: main
Ran 19 Dec 2023 09:45AM UTC
Jobs 1
Files 5
Run time –
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

19 Dec 2023 09:44AM UTC coverage: 100.0%. Remained the same
7260044745

push

github

web-flow
[BUGFIX] Ensure removing dangling images works with `podman` (#1090)

The TYPO3 core `runTests.sh` contains the `-u` option to
update the images and remove dangling images. Providing
an image name and a `--filter` option is not supported
by podmand and has not been discovered yet in the TYPO3
core implementation yet - and adopted with the recently
sync of this repository implementation to the TYPO3 one.

Both supported docker binaries `docker` and `podman`
supportes filtering images using the `reference` filter
option. Therefore, this change modifies the dangling
image remove command to use double filter options.

To verify that double filtering can be used, following
command can be executed if already some images have
been downloaded:

```shell
podman images \
	--filter "reference=ghcr.io/sbuerk/demo-core-testing-*"
	--filter "dangling=false" --format "{{.ID}}"

docker images \
        --filter "reference=ghcr.io/sbuerk/demo-core-testing-*"
        --filter "dangling=false" --format "{{.ID}}"
```

**Note:**	`dangling=false` is used here instead of
		`dangling=true` like in `runTests.sh`

Resolves: #1088

46 of 46 relevant lines covered (100.0%)

4.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7260044745.1 19 Dec 2023 09:45AM UTC 5
100.0
GitHub Action Run
Source Files on build 7260044745
  • Tree
  • List 5
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 16aee3c8 on github
  • Prev Build on main (#7259971046)
  • Next Build on main (#7261068915)
  • Delete
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