Eric Malm
Eric Malm
@drnic FYI, the CF docs at https://docs.cloudfoundry.org/devguide/deploy-apps/ssh-apps.html#ssh-env refer to a `/tmp/lifecycle/shell` helper binary that can replace the `/tmp/lifecycle/launcher "app" "$SHELL" ""` command. I recall that after we encountered the port-mapping...
Hey, @drnic, that second paragraph is likely bad news for previous ways we thought we could solve the environment duplication problem: they had involved running either the `diego-sshd` server or...
No, the issue is with the potential danger in invoking the buildpack-provided `profile.d/*.sh` scripts more than once, which is independent of the OS. There was a separate issue on Windows...
It's in the buildpackapplifecycle, at https://github.com/cloudfoundry/buildpackapplifecycle/blob/master/shell/shell.go. But it doesn't sound like you want a version that skips running the `profile.d/*.sh` scripts, because in the case of your Ruby app those...
Also /cc @sclevine in case anything about Buildpacks v3 makes this environment-variable context easier to arrange.
Hi, @ntrappe-msft, are there any updates on this issue? This difference in behavior for this distinguished `containeruser` account and other user accounts on the system is continuing to block development...
Hi, @drnic, As @jbayer pointed out, the app droplet blobs are deleted asynchronously via Delayed::Job, but they're not triggered by the CC's clock mode. When an app is deleted, the...