Skip to content

Commit

Permalink
pmm-2.31.0 fix the docker build for client
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Tymchuk committed Sep 23, 2022
1 parent 14c5bbc commit 86df37b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/docker/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM redhat/ubi9-minimal as users

RUN microdnf install shadow-utils
RUN microdnf install shadow-utils -y

RUN groupadd -g 1002 pmm-agent && \
useradd -u 1002 -r -g pmm-agent -s /sbin/nologin \
-d /usr/local/percona/pmm2 \
-c "PMM 2.X Client User" pmm-agent
-d /usr/local/percona/pmm2 \
-c "PMM 2.X Client User" pmm-agent

FROM redhat/ubi9-micro

Expand Down

0 comments on commit 86df37b

Please sign in to comment.