Sign inSign up

ogoron/ogoron-exec-pipe

By ogoron

Updated 4 months ago

Run custom Ogoron CLI commands in Bitbucket Pipelines.

Image
0

1.0K

ogoron/ogoron-exec-pipe repository overview

Ogoron Exec Pipe

Executes a fixed multiline command block in a repository that has access to the baked-in Ogoron CLI.

This is a public Docker image for an Ogoron Bitbucket Pipelines Pipe. The default image is UI-ready and includes the Ogoron CLI binary, Python UI workspace dependencies, Playwright Chromium, and Allure CLI, so normal pipeline runs do not download test tooling at runtime.

Quick Start

Add the pipe to a Bitbucket Pipelines step:

- pipe: ogoron/ogoron-exec-pipe:5.2.1
  variables:
    OGORON_KEY: $OGORON_KEY
    COMMANDS: |
      ogoron --version
      ogoron run tests

Tags

  • 5.2.1: current pinned Ogoron CLI and pipe release.
  • 5.2.1-light: smaller unit/API-focused image without the prebuilt UI/browser toolchain.
  • latest: currently points to 5.2.1.
  • light: currently points to 5.2.1-light.

Notes

  • COMMANDS is required and is executed with set -euo pipefail.
  • Use this pipe for advanced workflows that are not covered by the dedicated setup, generate, run, or heal pipes.

Source

Support

Report security issues privately to [email protected].

Tag summary

Content type

Image

Digest

sha256:d8f4639aa

Size

838.9 MB

Last updated

4 months ago

docker pull ogoron/ogoron-exec-pipe