2021-04-22 20:21:31 +03:00
|
|
|
steps:
|
2023-08-01 14:41:31 +03:00
|
|
|
- task: onebranch.pipeline.imagebuildinfo@1
|
|
|
|
displayName: Build Multi Stage Dockerfile
|
|
|
|
inputs:
|
|
|
|
repositoryName: aro-rp
|
|
|
|
dockerFileRelPath: ./Dockerfile.aro-multistage
|
|
|
|
dockerFileContextPath: ./
|
|
|
|
registry: cdpxb8e9ef87cd634085ab141c637806568c00.azurecr.io
|
|
|
|
arguments: --build-arg REGISTRY=registry.access.redhat.com --build-arg IS_OFFICIAL_RELEASE=$(is_official_release)
|
|
|
|
saveImageToPath: aro-rp.tar
|
|
|
|
buildkit: 1
|
|
|
|
enable_network: true
|
|
|
|
build_tag: $(release_tag)
|