Skip to content
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

add --without-download to update-stemcell command if possible #492

Open
dlinsley opened this issue Jun 4, 2024 · 3 comments
Open

add --without-download to update-stemcell command if possible #492

dlinsley opened this issue Jun 4, 2024 · 3 comments

Comments

@dlinsley
Copy link
Contributor

dlinsley commented Jun 4, 2024

Is your feature request related to a problem? Please describe.

With kiln update-release we have an option: --without-download which will just check the existence and checksum of releases in the remote release source

kiln update-stemcell does not have this option currently and requires downloading all of the respective releases for the new stemcell to determine the checksum of each compiled release against the new stemcell.

Describe the solution you'd like

By having kiln update-stemcell --without-download we can check the release source for existence and checksum of the compiled release without downloading them when compiled releases for a new stemcell are available.

Describe alternatives you've considered

No response

Additional context

No response

@cf-gitbot
Copy link
Member

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

@dlinsley
Copy link
Contributor Author

dlinsley commented Jul 1, 2024

Alternative is to not add additional option, but update the release sources which support determining checksum of release files remotely to not download the file. In this case: artifactory. Not all release sources will have this capability.

@dlinsley
Copy link
Contributor Author

dlinsley commented Aug 5, 2024

a PR implementing this functionality: #493

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants