docker-library / rabbitmq

Docker Official Image packaging for RabbitMQ
http://www.rabbitmq.com/
MIT License
785 stars 417 forks source link

Missing "-" for indicating set options in Dockerfile #728

Closed grmhskidata closed 2 months ago

grmhskidata commented 2 months ago

In the Dockerfile for rabbitmq:4-management-alpine https://github.com/docker-library/rabbitmq/blob/444c58b5b51433019a9422737ee98b05adcf7e06/4.0/alpine/management/Dockerfile#L9 the shell builtin command "set" is called with argument "eux" instead of the dash (or plus sign) indicating options to the "set" command. For example, the Dockerfile for rabbitmq:4-alpine calls "set -eux" instead.

tianon commented 2 months ago

Oh amazing, great catch!