From 6395f46405842a5f8e0566fafb7a65a84a1586c6 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Wed, 15 Jul 2020 15:31:58 +0200 Subject: [PATCH] Pin icinga's uid --- deps.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.Dockerfile b/deps.Dockerfile index 1d78371..cc771a4 100644 --- a/deps.Dockerfile +++ b/deps.Dockerfile @@ -61,7 +61,7 @@ RUN ["/bin/bash", "-exo", "pipefail", "-c", "export DEBIAN_FRONTEND=noninteracti COPY --from=entrypoint /entrypoint/entrypoint /entrypoint -RUN ["adduser", "--system", "--group", "--home", "/var/lib/icinga2", "--disabled-login", "--force-badname", "--no-create-home", "icinga"] +RUN ["adduser", "--system", "--group", "--home", "/var/lib/icinga2", "--disabled-login", "--force-badname", "--no-create-home", "--uid", "5665", "icinga"] COPY --from=build /check_mssql_health/bin/ / COPY --from=build /check_nwc_health/bin/ /