Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch the rabbitmq group to 999 and add bash which is required for t… #203

Merged
merged 1 commit into from
Jan 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions images/rabbitmq/configs/latest.apko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,34 @@ contents:
packages:
- rabbitmq-server
- wolfi-baselayout
- bash

paths:
- path: /app
type: directory
permissions: 0o777
uid: 65532
gid: 65532
uid: 999
gid: 999
- path: /var/lib/rabbitmq/mnesia
type: directory
permissions: 0o777
uid: 65532
gid: 65532
uid: 999
gid: 999
- path: /var/log/rabbitmq
type: directory
permissions: 0o777
uid: 65532
gid: 65532
uid: 999
gid: 999
- path: /home/rabbitmq
type: directory
permissions: 0o777
uid: 65532
gid: 65532
uid: 999
gid: 999
- path: /var/log/rabbitmq/rabbit
type: directory
permissions: 0o777
uid: 65532
gid: 65532
uid: 999
gid: 999

work-dir: /var/lib/rabbitmq

Expand All @@ -50,11 +51,11 @@ environment:
accounts:
groups:
- groupname: rabbitmq
gid: 65532
gid: 999
users:
- username: rabbitmq
uid: 65532
run-as: 65532
uid: 999
run-as: 999

archs:
- x86_64
Expand Down