Image with the supply-chain tooling used by asvo pipelines
  • Dockerfile 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Mikhail Vorontsov 30845a9ba1
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
ci: disable annotation inherit
2026-08-24 17:13:49 +03:00
.woodpecker.yaml ci: disable annotation inherit 2026-08-24 17:13:49 +03:00
Containerfile fix: use image tag and package version that exist 2026-08-24 14:03:05 +03:00
README.md docs: add readme 2026-08-24 13:02:53 +03:00
renovate.json chore: add renovate configuration 2026-08-24 13:02:37 +03:00

toolbox

CI image with the supply-chain tooling used by asvo pipelines.

See the Containerfile for the exact package set and versions.

Usage

In the pipeline:

steps:
  sign:
    image: registry.asvo.io/asvo/toolbox:latest

Local build

buildah build -t toolbox .