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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
minio s3 full
Describe the solution you'd like
A clear and concise description of what you want to happen.
Automation should only update in minio the required versions
current limitations:
1 - Current implementation eaglerly loads all the successive release.
2- Its does not manage the non bosh.io releases (deploy.sh), except github hosted release (different exposition format exist, git, github, tgz, ...)
3- It does not manage the runtime-config bosh releases
4- it induces excessive internet resource scanning (bosh.io)
5 - no integrity check (sha1)
6- lack of automated cleaning of locally replicated bosh releases following release bumps.
Additional requirements:
7- be able to review downloaded releases and inspect them
proposal 1:
reduce scope of COA: minio is the reference. runner level tools load minio ?
provide in paas-templates optionnal pipeline concourse to load the minio s3 with the required source (activable per runner. eg corporate repository, direct internet access ...)
As we changed bosh releases management (we repackage bosh release before usage, see #330 and #339), we implement a pull mechanism close to proposal 1: #355
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
minio s3 full
Describe the solution you'd like
A clear and concise description of what you want to happen.
Automation should only update in minio the required versions
current limitations:
1 - Current implementation eaglerly loads all the successive release.
2- Its does not manage the non bosh.io releases (deploy.sh), except github hosted release (different exposition format exist, git, github, tgz, ...)
3- It does not manage the runtime-config bosh releases
4- it induces excessive internet resource scanning (bosh.io)
5 - no integrity check (sha1)
6- lack of automated cleaning of locally replicated bosh releases following release bumps.
Additional requirements:
7- be able to review downloaded releases and inspect them
proposal 1:
proposal 2:
http://caching-proxy.internal.paas/FQDN/path?query-params such as
https://caching-proxy.internal.paas/bosh.io/d/github.com/cloudfoundry/loggregator-agent-release?v=3.9`)Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: