Skip to content

Commit

Permalink
Merge pull request #203 from dlorenc/finalrab
Browse files Browse the repository at this point in the history
Switch the rabbitmq group to 999 and add bash which is required for t…
  • Loading branch information
dlorenc committed Jan 9, 2023
2 parents a5ba81b + e039601 commit 14f3657
Showing 1 changed file with 14 additions and 13 deletions.
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

0 comments on commit 14f3657

Please sign in to comment.