Open Birdrock opened 4 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/177785302
The labels on this github issue will be updated when the story is started.
This issue was marked as Stale
because it has been open for 21 days without any activity. If no activity takes place in the coming 7 days it will automatically be close. To prevent this from happening remove the Stale
label or comment below.
When pushing a Docker Image that does not have a
USER
instruction, or specifies root, withcf push app -o <app-image>
, the CLI hangs with the following:The behavior repeats until timeout.
cf logs --recent
shows the following:I would expect the CLI to provide a message that the container cannot be run, and return.
CC: @paulcwarren