diff --git a/openshift/templates/agent/agent-build.yaml b/openshift/templates/agent/agent-build.yaml index 9e062e4..59c8a11 100644 --- a/openshift/templates/agent/agent-build.yaml +++ b/openshift/templates/agent/agent-build.yaml @@ -112,12 +112,12 @@ parameters: displayName: Source Image Registry description: The name of the Source Image Registry. required: false - value: artifacts.developer.gov.bc.ca/docker-remote/ + value: artifacts.developer.gov.bc.ca/github-docker-remote/ - name: SOURCE_IMAGE_NAME displayName: Source Image Name description: The name of the Docker image to be used for the build. Overrides the FROM instruction in the Dockerfile. required: false - value: bcgovimages/aries-cloudagent:py36-1.16-1_0.7.0 + value: hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.12.1 - name: CPU_REQUEST displayName: Resources CPU Request description: The resources CPU request (in cores) for this build.