Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

[DNM] Prevent RUN_IMAGE from being overridden in build template #22

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions riff-cnb-buildtemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ spec:
- name: FUNCTION_LANGUAGE
default: ""
description: Explicit language to use for the function, will skip detection.
- name: RUN_IMAGE
description: The run image buildpacks will use as the base for IMAGE.
default: packs/run:v3alpha2
- name: USE_CRED_HELPERS
description: Use Docker credential helpers for Google's GCR, Amazon's ECR, or Microsoft's ACR.
default: 'true'
Expand Down Expand Up @@ -72,7 +69,7 @@ spec:
args: ["${IMAGE}"]
env:
- name: PACK_RUN_IMAGE
value: ${RUN_IMAGE}
value: packs/run:v3alpha2
- name: PACK_USE_HELPERS
value: ${USE_CRED_HELPERS}
imagePullPolicy: Always
Expand Down