mirror of
https://github.com/Icinga/docker-icinga2.git
synced 2025-11-28 12:41:10 +01:00
commit
8bebc354eb
@ -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/ /
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user