Sign inSign up

ogoron/ogoron-setup-pipe

By ogoron

Updated 4 months ago

Initialize or upgrade Ogoron artifacts in Bitbucket Pipelines.

Image
0

984

ogoron/ogoron-setup-pipe repository overview

Ogoron Setup Pipe

Initializes or upgrades Ogoron repository artifacts and can open a Bitbucket pull request with the generated changes.

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-setup-pipe:5.2.1
  variables:
    OGORON_KEY: $OGORON_KEY
    CREATE_PR: "true"
    BITBUCKET_ACCESS_TOKEN: $BITBUCKET_ACCESS_TOKEN

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

  • Use this pipe once per repository, or rerun it when upgrading Ogoron-generated repository artifacts.
  • The image includes the Ogoron CLI binary for the matching pipe version.

Source

Support

Report security issues privately to [email protected].

Tag summary

Content type

Image

Digest

sha256:032b1faaf

Size

838.9 MB

Last updated

4 months ago

docker pull ogoron/ogoron-setup-pipe