revert temporary docker and trivy changes (#8833)

This commit is contained in:
Chris Lu
2026-03-29 13:01:51 -07:00
committed by GitHub
parent a95b8396e4
commit 00fcd5b828
3 changed files with 3 additions and 51 deletions

View File

@@ -37,9 +37,5 @@ RUN mkdir -p /data/filerldb2 && \
VOLUME /data
WORKDIR /data
# Run as non-root by default (satisfies security scanners).
# Use `docker run --user root` if you need the entrypoint to fix
# /data volume ownership before dropping privileges.
USER seaweed
# Entrypoint will handle permission fixes and user switching
ENTRYPOINT ["/entrypoint.sh"]