You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
Based on the conclusion from the investigation which can be seen in #42 , all buildpack dependencies should have a pURL as part of their metadata on the dep-server.
Implementation
Update action to generate a pURL for all of the dependencies currently served by the dep-server
Update the workflows to include this metadata as part of the upload
Backfill all of the existing dependency entries with pURLs
bundler
composer
curl
dotnet-aspnetcore
dotnet-runtime
dotnet-sdk
go
httpd
icu
nginx
node
php
pip
pipenv
python
ruby
rust
tini
yarn
Acceptance
This story is complete when the following conditions are met.
A pURL is generated for all dependencies by an action each dependency when it is built during the build-upload workflow.
The existingtest-upload workflow upload the pURL to the dep-server successfully
All of the dependencies/versions of each currently served by the dep-server have pURLs in their metadata when we go to the dep-server url.
The text was updated successfully, but these errors were encountered:
Done in #89: Update action to generate a pURL for all of the dependencies currently served by the dep-server
Done in #89: Update the workflows to include this metadata as part of the upload
Background
Based on the conclusion from the investigation which can be seen in #42 , all buildpack dependencies should have a pURL as part of their metadata on the dep-server.
Implementation
Acceptance
This story is complete when the following conditions are met.
all dependencies by an actioneach dependency when it is built during thebuild-upload
workflow.existingtest-upload
workflow upload the pURL to the dep-server successfullyThe text was updated successfully, but these errors were encountered: