Skip to content

Commit

Permalink
Don't specify absolute path to tini
Browse files Browse the repository at this point in the history
We get it from apt, so it should be somewhere else in $PATH

Ref berkeley-dsep-infra#2878
Ref berkeley-dsep-infra#2891
  • Loading branch information
yuvipanda committed Oct 19, 2021
1 parent 91391e2 commit e98e99d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployments/biology/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,4 @@ RUN bash /tmp/ib134-packages.bash
COPY ccb293-packages.bash /tmp/ccb293-packages.bash
RUN bash /tmp/ccb293-packages.bash

ENTRYPOINT ["/tini", "--"]
ENTRYPOINT ["tini", "--"]
2 changes: 1 addition & 1 deletion deployments/data8/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ RUN pyppeteer-install

EXPOSE 8888

ENTRYPOINT ["/tini", "--"]
ENTRYPOINT ["tini", "--"]
2 changes: 1 addition & 1 deletion deployments/datahub/images/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,4 @@ RUN jupyter nbextension enable --py --sys-prefix qgrid

EXPOSE 8888

ENTRYPOINT ["/tini", "--"]
ENTRYPOINT ["tini", "--"]
2 changes: 1 addition & 1 deletion deployments/julia/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ RUN JUPYTER_DATA_DIR=${CONDA_DIR}/share/jupyter julia -e 'using Pkg; Pkg.add("IJ
COPY install-julia-packages.jl /tmp/install-julia-packages.jl
RUN /tmp/install-julia-packages.jl

ENTRYPOINT ["/tini", "--"]
ENTRYPOINT ["tini", "--"]

0 comments on commit e98e99d

Please sign in to comment.