mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-29 02:33:48 +00:00
Revert 1502 - Switching docker user to lighthouse (#1578)
## Issue Addressed The lighthouse user has recently changed to `lighthouse` from root. This requires uses to change ownership of their current docker mounted volumes and the upgrade path is non-trivial. This reverts #1502 and we will include it in a major release in the future. ## Proposed Changes N/A ## Additional Info N/A
This commit is contained in:
@@ -12,7 +12,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
RUN groupadd -r lighthouse && useradd --no-log-init -r -g lighthouse lighthouse
|
||||
USER lighthouse
|
||||
COPY --from=builder /usr/local/cargo/bin/lighthouse /usr/local/bin/lighthouse
|
||||
COPY --from=builder /usr/local/cargo/bin/lcli /usr/local/bin/lcli
|
||||
|
||||
Reference in New Issue
Block a user