Skip to content

ps command for rabbitmqctl wait #162

Closed
@alterationx10

Description

@alterationx10

I believe the default ps that comes with alpine is a BusyBox command. rabbitmqctl wait seems to use ps, but doesn't properly wait with it. I get something like:

Waiting for rabbit@54e9f3ce2ca9
pid is 6
Error: process_not_running

Adding in RUN apk --no-cache add procps in my Dockerfile seems to fix the issue. Perhaps it would be good to add this into the main image atrabbitmq/3.6/alpine/Dockerfile?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions