Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.
Merged
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
4 changes: 3 additions & 1 deletion riff-application-clusterbuildtemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
description: The image you wish to create. For example, "repo/example", or "example.com/repo/image".
- name: BUILDER_IMAGE
description: The builder image (must include v3 lifecycle and compatible buildpacks).
default: cloudfoundry/cnb:bionic
default: cloudfoundry/cnb:0.0.5-bionic
- name: USE_CRED_HELPERS
description: Use Docker credential helpers for Google's GCR, Amazon's ECR, or Microsoft's ACR.
default: 'false'
Expand Down Expand Up @@ -71,6 +71,7 @@ spec:
command: ["/lifecycle/analyzer"]
args:
- "-layers=/layers"
- "-analyzed=/layers/analyzed.toml"
- "-helpers=${USE_CRED_HELPERS}"
- "-group=/layers/group.toml"
- "${IMAGE}"
Expand All @@ -97,6 +98,7 @@ spec:
command: ["/lifecycle/exporter"]
args:
- "-layers=/layers"
- "-analyzed=/layers/analyzed.toml"
- "-helpers=${USE_CRED_HELPERS}"
- "-app=/workspace"
- "-group=/layers/group.toml"
Expand Down