Skip to content

Commit

Permalink
Update build/docker/client/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
  • Loading branch information
ademidoff and BupycHuk authored Oct 22, 2024
1 parent ee2b0d5 commit 2515dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN microdnf install shadow-utils jq tar -y
RUN groupadd -g 1002 pmm-agent && \
useradd -u 1002 -r -g pmm-agent -s /sbin/nologin \
-d /usr/local/percona/pmm \
-c "PMM 3.X Client User" pmm-agent
-c "PMM Client User" pmm-agent

FROM redhat/ubi9-micro

Expand Down

0 comments on commit 2515dc9

Please sign in to comment.