cloudfoundry / bosh-io-releases

List of releases tracked by bosh.io
Apache License 2.0
3 stars 55 forks source link

feat: Add the Loki Bosh release to Bosh.io #115

Closed ZPascal closed 4 months ago

ZPascal commented 4 months ago

Checklist for submission:

jpalermo commented 4 months ago

The final releases cannot be built currently because the blobstore is a local path under /tmp (on your computer I'm guessing?) https://github.com/cloudfoundry-community/loki-boshrelease/blob/main/config/final.yml

Storing the final blobs in the repo is a good option if they are either small or if GIT LFS is enabled for that folder.

Otherwise they'd need to be put into a public S3 or GCS bucket.

ZPascal commented 4 months ago

@jpalermo Sorry, I overlooked in the meantime that the repository has no publicly accessible blob storage and uses the local one (the build is handled automatically within GitHub actions and releases a tar archive at the end). I will put it on my agenda. As far as I know, the community has some publicly available GCS/S3 buckets. Do you have any information, on who is responsive for the buckets?

jpalermo commented 4 months ago

No idea, but you might be able to ask in the #general channel of the CF Slack.

Something we've done for smaller releases with fewer (and smaller) blobs is to use just a local path in the repo and enable git lfs for the repo. Not sure if git lfs is available on the community repo or not though.

cunnie commented 3 months ago

@ZPascal Please let us know when you've fixed this so we can resume the publishing job.

cunnie commented 3 months ago

I'm temporarily reverting your pull-request because without buckets for blobs the release won't build. We love your contribution, so please ping us when you have a bucket for the blobs or are using git LFS. Have a great day!