Skip to content

Commit

Permalink
Fix buildconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Suñé <[email protected]>
  • Loading branch information
esune committed Sep 26, 2024
1 parent 76c041b commit 44fe9f3
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions openshift/templates/issuer-agent/issuer-agent-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ objects:
strategy:
type: Docker
dockerStrategy:
# from:
# kind: ${SOURCE_IMAGE_KIND}
# name: ${SOURCE_IMAGE_REGISTRY}${SOURCE_IMAGE_NAME}:${SOURCE_IMAGE_TAG}
from:
kind: ${SOURCE_IMAGE_KIND}
name: ${SOURCE_IMAGE_REGISTRY}${SOURCE_IMAGE_NAME}:${SOURCE_IMAGE_TAG}
dockerfilePath: ${DOCKER_FILE_PATH}
output:
to:
Expand Down Expand Up @@ -77,26 +77,26 @@ parameters:
description: The source context directory.
required: true
value: .
# - name: SOURCE_IMAGE_KIND
# displayName: Source Image Kind
# description: The 'kind' (type) of the source image; typically ImageStreamTag, or DockerImage.
# required: true
# value: DockerImage
# - name: SOURCE_IMAGE_REGISTRY
# displayName: Source Image Registry
# description: The name of the Source Image Registry.
# required: false
# value: artifacts.developer.gov.bc.ca/github-docker-remote/
# - name: SOURCE_IMAGE_NAME
# displayName: Source Image Name
# description: The name of the source image.
# required: true
# value: hyperledger/aries-cloudagent-python
# - name: SOURCE_IMAGE_TAG
# displayName: Source Image Tag
# description: The tag of the source image.
# required: true
# value: py3.9-indy-1.16.0-0.8.1
- name: SOURCE_IMAGE_KIND
displayName: Source Image Kind
description: The 'kind' (type) of the source image; typically ImageStreamTag, or DockerImage.
required: true
value: DockerImage
- name: SOURCE_IMAGE_REGISTRY
displayName: Source Image Registry
description: The name of the Source Image Registry.
required: false
value: artifacts.developer.gov.bc.ca/github-docker-remote/
- name: SOURCE_IMAGE_NAME
displayName: Source Image Name
description: The name of the source image.
required: true
value: hyperledger/aries-cloudagent-python
- name: SOURCE_IMAGE_TAG
displayName: Source Image Tag
description: The tag of the source image.
required: true
value: py3.9-indy-1.16.0-0.8.1
- name: DOCKER_FILE_PATH
displayName: Docker File Path
description: The path to the docker file defining the build.
Expand Down

0 comments on commit 44fe9f3

Please sign in to comment.