-
Notifications
You must be signed in to change notification settings - Fork 36
docker run example for nats-release fails: cannot access '/usr/local/bin/create-release.sh': No such file or directory #517
Comments
Is this docker command interchangeable with locally running |
I think it is, but I wonder why you spend effort on what is essentially legacy cruft; this should probably be deleted from the documentation. This functionality was used by SCF v1 and v2, when most bosh releases were git submodules inside the SCF repo. This is no longer the case; I think the only release still build with this mechanism is Also, in case this is not clear, most of the fissile functionality is only used by SCF v2. The only command needed for SCF v3/Quarks is So if you are only interested in Quarks, then you don't really care about all the other stuff (like role manifests). I kind of wish we had implemented |
I was just trying to use fissile for the first time and was following along
the documentation.
|
Yes I’m only interested in the new Quarks world. Thanks for “fissile build
release-image”
I’ll go hunting for another getting started tutorial. Is there one you can
link me?
|
I'll start with https://github.com/SUSE/nats-container-deployment. Edit: Nope, that looks like a pre-Quarks project too. SUSE/nats-container-deployment#10 |
For future me/others who accidentally try these old instructions, I got the following demo to work:
As suggested https://github.com/cloudfoundry-incubator/cf-operator-ci/blob/master/pipelines/release-images/tasks/build.sh#L32-L34, I then re-tagged the image with an organization and pushed to docker hub |
This issue can be closed if current docs are all deprecated/not expected to work for new users. |
https://github.com/cloudfoundry-incubator/fissile/blob/develop/docs/configuration.md#building-the-nats-image contains a
docker run
command that fails. What is the correct command for the image?I found a
bosh.sh
and quickly tried/usr/local/bin/bosh.sh create-release
but it failed a different way:The text was updated successfully, but these errors were encountered: