Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A auto-build-image
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • cluster-integration
  • auto-build-image
  • Merge requests
  • !80

support multiple BUILDPACK_VOLUMES - issue #38

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ben Prescott @bprescott_↙ ☺ requested to merge bprescott/zd244307/issue#38-multiple-volumes into master Nov 11, 2021
  • Overview 10
  • Commits 1
  • Pipelines 21
  • Changes 7

BUILDPACK_VOLUMES doesn't support multiple volumes, as currently written.

it's not super clear from upstream how its supposed to work as there's mentions of commas for multiple values, but testing in the pipelines on this MR suggests --volume has to be passed multiple times. See #38 (comment 731233862) for the same conclusion.

This change should allow BUILDPACK_VOLUMES to be passed with a single volume as before, or multiple volume definitions separated by a pipe |

BUILDPACK_VOLUMES: "/somewhere/1:/volumes/1:ro|/elsewhere/2:/volumes/2:ro|/mnt/foo:/volumes/3:ro|/mnt/bar:/volumes/4:ro"

closes #38 (closed)

Edited Dec 02, 2021 by Ben Prescott @bprescott_↙ ☺
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bprescott/zd244307/issue#38-multiple-volumes