Skip to content

Commit

Permalink
Add missing - in set -eux
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Sep 20, 2024
1 parent 444c58b commit 36e4d24
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 3.12/alpine/management/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 3.12/ubuntu/management/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 3.13/alpine/management/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 3.13/ubuntu/management/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 4.0/alpine/management/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 4.0/ubuntu/management/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile-management.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM {{
+ if env.variant == "alpine" then "-alpine" else "" end
}}

RUN set eux; \
RUN set -eux; \
rabbitmq-plugins enable --offline rabbitmq_management; \
# make sure the metrics collector is re-enabled (disabled in the base image for Prometheus-style metrics by default)
rm -f /etc/rabbitmq/conf.d/20-management_agent.disable_metrics_collector.conf; \
Expand Down

0 comments on commit 36e4d24

Please sign in to comment.