Skip to content

expose DEST_PREFIX as a pipeline variable

Denis Pozdnyakov requested to merge add-dest-prefix-variable into main

Summary

  • Adds DEST_PREFIX pipeline variable (default: infrastructure/dockers/consolidator)
  • Passes DEST_PREFIX to script.sh so users can target a different registry path via Web UI or API

Test plan

  • Trigger dry-run pipeline with SOURCE_IMAGE=python:3.12-slim-bookworm, PLATFORMS=linux/amd64, DEST_PREFIX=infrastructure/dockers/python, DRY_RUN=true
  • Verify output: docker tag python:3.12-slim-bookworm registry.trgdev.com/infrastructure/dockers/python/python:3.12-slim-bookworm

🤖 Generated with Claude Code

Merge request reports