Skip to content

Commit

Permalink
revert: run container as builtin nobody user by default
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin@buhl.casa>
  • Loading branch information
onedr0p committed Apr 13, 2024
1 parent 117fe84 commit 506ca00
Showing 14 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion apps/bazarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -62,7 +62,6 @@ RUN \
COPY ./apps/bazarr/entrypoint.sh /entrypoint.sh
COPY --from=ghcr.io/linuxserver/unrar:7.0.7 /usr/bin/unrar-alpine /usr/bin/unrar

USER nobody
ENTRYPOINT ["/usr/bin/catatonit", "--"]
CMD ["/entrypoint.sh"]

1 change: 0 additions & 1 deletion apps/home-assistant/Dockerfile
Original file line number Diff line number Diff line change
@@ -100,7 +100,6 @@ RUN \

COPY ./apps/home-assistant/entrypoint.sh /entrypoint.sh

USER nobody
ENTRYPOINT ["/usr/bin/catatonit", "--"]
CMD ["/entrypoint.sh"]

1 change: 0 additions & 1 deletion apps/jbops/Dockerfile
Original file line number Diff line number Diff line change
@@ -59,7 +59,6 @@ RUN apk add --no-cache \

COPY ./apps/jbops/entrypoint.sh /entrypoint.sh

USER nobody
ENTRYPOINT ["/usr/bin/catatonit", "--"]
CMD ["/entrypoint.sh"]

1 change: 0 additions & 1 deletion apps/lidarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -68,7 +68,6 @@ COPY ./apps/lidarr/config.xml.tmpl /app/config.xml.tmpl
COPY ./apps/lidarr/entrypoint.sh /entrypoint.sh
COPY --from=envsubst /go/bin/envsubst /usr/local/bin/envsubst

USER nobody
ENTRYPOINT ["/usr/bin/catatonit", "--"]
CMD ["/entrypoint.sh"]

1 change: 0 additions & 1 deletion apps/par2cmdline-turbo/Dockerfile
Original file line number Diff line number Diff line change
@@ -25,5 +25,4 @@ FROM docker.io/library/alpine:3.19
COPY --from=par2 /usr/local/bin/par2 /usr/local/bin/par2
RUN /usr/local/bin/par2 --help

USER nobody
CMD ["/usr/local/bin/par2"]
1 change: 0 additions & 1 deletion apps/plex/Dockerfile
Original file line number Diff line number Diff line change
@@ -62,6 +62,5 @@ RUN \

COPY ./apps/plex/entrypoint.sh /entrypoint.sh

USER nobody
ENTRYPOINT [ "/usr/bin/catatonit", "--" ]
CMD ["/entrypoint.sh"]
1 change: 0 additions & 1 deletion apps/postgres-init/Dockerfile
Original file line number Diff line number Diff line change
@@ -17,7 +17,6 @@ RUN \

COPY ./apps/postgres-init/entrypoint.sh /entrypoint.sh

USER nobody
ENTRYPOINT ["/usr/bin/catatonit", "--"]
CMD ["/entrypoint.sh"]

1 change: 0 additions & 1 deletion apps/prowlarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -66,7 +66,6 @@ COPY ./apps/prowlarr/config.xml.tmpl /app/config.xml.tmpl
COPY ./apps/prowlarr/entrypoint.sh /entrypoint.sh
COPY --from=envsubst /go/bin/envsubst /usr/local/bin/envsubst

USER nobody
ENTRYPOINT ["/usr/bin/catatonit", "--"]
CMD ["/entrypoint.sh"]

1 change: 0 additions & 1 deletion apps/qbittorrent/Dockerfile
Original file line number Diff line number Diff line change
@@ -52,7 +52,6 @@ RUN \
COPY ./apps/qbittorrent/scripts/config.py /scripts/config.py
COPY ./apps/qbittorrent/entrypoint.sh /entrypoint.sh

USER nobody
ENTRYPOINT ["/usr/bin/catatonit", "--"]
CMD ["/entrypoint.sh"]

1 change: 0 additions & 1 deletion apps/radarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -66,7 +66,6 @@ COPY ./apps/radarr/config.xml.tmpl /app/config.xml.tmpl
COPY ./apps/radarr/entrypoint.sh /entrypoint.sh
COPY --from=envsubst /go/bin/envsubst /usr/local/bin/envsubst

USER nobody
ENTRYPOINT ["/usr/bin/catatonit", "--"]
CMD ["/entrypoint.sh"]

1 change: 0 additions & 1 deletion apps/readarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -65,7 +65,6 @@ COPY ./apps/readarr/config.xml.tmpl /app/config.xml.tmpl
COPY ./apps/readarr/entrypoint.sh /entrypoint.sh
COPY --from=envsubst /go/bin/envsubst /usr/local/bin/envsubst

USER nobody
ENTRYPOINT ["/usr/bin/catatonit", "--"]
CMD ["/entrypoint.sh"]

1 change: 0 additions & 1 deletion apps/sabnzbd/Dockerfile
Original file line number Diff line number Diff line change
@@ -64,7 +64,6 @@ RUN ln -s /usr/local/bin/par2 /usr/local/bin/par2create \
&& ln -s /usr/local/bin/par2 /usr/local/bin/par2verify
COPY --from=ghcr.io/linuxserver/unrar:7.0.7 /usr/bin/unrar-alpine /usr/bin/unrar

USER nobody
ENTRYPOINT ["/usr/bin/catatonit", "--"]
CMD ["/entrypoint.sh"]

1 change: 0 additions & 1 deletion apps/sonarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -66,7 +66,6 @@ COPY ./apps/sonarr/config.xml.tmpl /app/config.xml.tmpl
COPY ./apps/sonarr/entrypoint.sh /entrypoint.sh
COPY --from=envsubst /go/bin/envsubst /usr/local/bin/envsubst

USER nobody
ENTRYPOINT ["/usr/bin/catatonit", "--"]
CMD ["/entrypoint.sh"]

1 change: 0 additions & 1 deletion apps/tautulli/Dockerfile
Original file line number Diff line number Diff line change
@@ -61,7 +61,6 @@ RUN \

COPY ./apps/tautulli/entrypoint.sh /entrypoint.sh

USER nobody
ENTRYPOINT ["/usr/bin/catatonit", "--"]
CMD ["/entrypoint.sh"]

0 comments on commit 506ca00

Please sign in to comment.