spring-data-build icon indicating copy to clipboard operation
spring-data-build copied to clipboard

Switch from `harbor-repo.vmware.com` to `packages.broadcom.com`

Open mp911de opened this issue 1 year ago • 0 comments

Requirements:

  • Where to read images from (packages.broadcom.com/artifactory)?
    • Authentication?
  • Where to publish images to for Dev Tools, custom CI images?
    • Authentication?

Changes:

  • Introduce credentials for image build (docker.withRegistry(p['docker.registry'],p['docker.credentials']) { docker.build(…).push() })
  • Ensure credential usage for Testcontainers

Docker Pipeline plugin docs: https://docs.cloudbees.com/docs/cloudbees-ci/latest/pipelines/docker-workflow

mp911de avatar Apr 03 '24 12:04 mp911de