-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Pull archived source from remote location #30
Comments
As a user of build-service system Given I have a file stored in a blobstore that contains source code in at
When I run Notes
|
- Refactor the git package to move all structs to private - Update the git package testing to enable us to tests some private behavior - Changed the builder to start using cloudfoundry/cnb:bionic - Use cloudfoundry/build:base-cnb as the run-image because source-init image required git and the cloudfoundry/run:bionic Closes #30 Signed-off-by: Danny Joyce <djoyce@pivotal.io>
- Refactor the git package to move all structs to private - Update the git package testing to enable us to tests some private behavior - Changed the builder to start using cloudfoundry/cnb:bionic - Use cloudfoundry/build:base-cnb as the run-image because source-init image required git and the cloudfoundry/run:bionic Closes #30 Signed-off-by: Danny Joyce <djoyce@pivotal.io>
- Refactor the git package to move all structs to private - Update the git package testing to enable us to tests some private behavior - Changed the builder to start using cloudfoundry/cnb:bionic - Use cloudfoundry/build:base-cnb as the run-image because source-init image required git and the cloudfoundry/run:bionic Closes #30 Signed-off-by: Danny Joyce <djoyce@pivotal.io>
In the current SCS flow, the user uploads a executable fat-JAR to Azure Blob storage.
To combine it with the PBS flow we want PBS to generate an image from that JAR. This requires PBS to download the JAR from a given URL (blob endpoint with SAS token in the query parameter), and use the JAR as the user source to build the image.
The text was updated successfully, but these errors were encountered: