Chris
Chris
Manifest file: ``` applications: - name: test-deploy-private docker: image: PRIVATE_DOCKER_REGISTRY_NAME/test-app:latest username: *** command: null memory: 128M instances: 1 disk_quota: 5G health-check-type: process routes: - route: test-deploy-private.*** ``` Deployment plan: ```...
I found these issues and a workaround here: 1. Providing `docker_username: XXX` as part of the parameters doesn't work as it creates a `cf` command such as the one below,...
The deployment plan now has to be changed to this: ``` - name: deploy-build-in-cf-private plan: - get: git passed: [build-private] trigger: false - put: cf-build-in params: manifest: git/manifest-private.yml docker_password: ((docker-registry-password))...
As the error above shows, the underlying issue is that the `cf push` command expects you to also provide `--docker-image` as an argument when providing `--docker-username` and isn't smart enough...
Right - looks like PointClouds.jl already allows us to compute normals on request - so that'll be a good addition.