tobix/allure-cli

By tobix

Updated 13 days ago

Docker image for the allure command line tool

Image
Integration & delivery
Developer tools
0

100K+

tobix/allure-cli repository overview

Allure commandline Docker Image

License Last commit Docker image Docker Image Size (2) Docker Image Size (3)

This docker image contains only the allure command line tool, especially useful if you otherwise aren't using Node.js or Java in your development process.

Images for both Allure 2 and Allure 3 are available:

  • tobix/allure-cli:2 contains the "old" Java-based Allure 2 commandline tool. It's currently available for linux/amd64, linux/arm/v7, linux/arm64/v8, linux/ppc64le, linux/riscv64 and linux/s390x
  • tobix/allure-cli:3 contains the "modern" node.js-based Allure 3 commandline tool. It's currently available for linux/amd64, linux/arm64/v8, linux/ppc64le and linux/s390x.

The :latest tag points to Allure 2 at the moment. I'd suggest you switch to the :2 or :3 tags, since the tools operate slightly different.

Entry point is the allure tool itself, so you can run it like this:

docker run --rm -v $PWD:/work -p 8080:8080 tobix/allure-cli:3 serve --port 8080 report/dir

or

docker run --rm -v $PWD:/work -p 8080:8080 tobix/allure-cli:2 serve --host 0.0.0.0 --port 8080 report/dir

Tag summary

Content type

Image

Digest

sha256:eb64aa2ef

Size

112.4 MB

Last updated

13 days ago

docker pull tobix/allure-cli:3