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

aserto-dev / topaz / 7589232591 / 1
37%
main: 8%

Build:
Build:
LAST BUILD BRANCH: feat/add-v4-to-v33
DEFAULT BRANCH: main
Ran 19 Jan 2024 09:14PM UTC
Files 51
Run time 1s
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 Jan 2024 09:12PM UTC coverage: 37.315%. First build
7589232591.1

Pull #245

github

ronenh
Executable docker image with volume mounts

This changes the topaz Dockerfile to build an image that can be run
as an executable without any command-line arguments.

The entrypoint is set to `/app/topazd run -c` and the default cmd
is `/config/config.yaml`.

When a container is run with no arguments the result is:
`/app/topazd run -c /config/config/yaml`

To override the config file (but not the entry point):
`docker run -v ~/.config/topaz/cfg:/config` topaz:latest /config/conf2.yaml`

To override the entrypoint:
`docker run --entrypoint /app/topaz topaz:latest version`

In addition, the image decalres 4 volume mounts:
* `/config`: location of config file (ro)
* `/certs`: location of certs (ro)
* `/db`: location of database (rw)
* `/decisions`: location of decision logs (rw)
Pull Request #245: Executable docker image with volume mounts

1462 of 3918 relevant lines covered (37.31%)

0.41 hits per line

Source Files on job 7589232591.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 7589232591
  • e0ce8f0b on github
  • 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