Skip to content

Cannot run rabbitmq:3.8.16 image due to permissions errors #488

Closed
@WheresWardy

Description

@WheresWardy

Since the rabbitmq:latest and rabbitmq:management images were pushed as a result of the 3.8.16 update, we're seeing permissions errors when trying to run those images in our CI environment:

$ uname -a
Linux ip-192-168-220-89 4.4.0-1092-aws #103-Ubuntu SMP Tue Aug 27 10:21:48 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

$ docker run -it rabbitmq:3.8.16
grep: /etc/rabbitmq/rabbitmq.conf: Permission denied
sed: can't read /etc/rabbitmq/rabbitmq.conf: Permission denied

Running the previous image is successful:

# docker run -it rabbitmq:3.8.15
Configuring logger redirection
2021-05-28 15:23:59.760 [debug] <0.288.0> Lager installed handler error_logger_lager_h into error_logger
...

We don't do anything special with these images other than run them, but noticed the base image for rabbitmq has been bumped to ubuntu:20.04 in this update, not sure if that's causing the issue somehow? (We can run the image ubuntu:20.04 perfectly OK for what it's worth).

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