-
Notifications
You must be signed in to change notification settings - Fork 20
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 compile-bosh-releases-command #424
Conversation
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. |
afdcfde
to
e186463
Compare
return &http.Client{ | ||
Transport: &http.Transport{ | ||
TLSClientConfig: &tls.Config{ | ||
InsecureSkipVerify: true, |
Check failure
Code scanning / CodeQL
Disabled TLS certificate check
HostKeyCallback: func(_ string, _ net.Addr, key ssh.PublicKey) error { | ||
publicKeyChannel <- key | ||
return nil | ||
}, |
Check failure
Code scanning / CodeQL
Use of insecure HostKeyCallback implementation
cbfc79e
to
173a6d6
Compare
173a6d6
to
37e2235
Compare
not tested, I don't know how to get access to a s3 bucket to test this
don't change Kilnfile.lock when the release is not uploaded the author should use sync releases and then upload the release a release source
This is not longer how we want to do this. We may wrap an image with cloudfoundry/bosh-agent#315 in the future but for now this PR should be closed. |
This change adds a
kiln compile-bosh-release-tarballs
command.Note the only way to set the BOSH variables is via the environment. These variables match the ones set by smith and BBL.
TODO
cache-compiled-releases
and should be named--upload-target-id