Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Jupyter Docker Stacks
Commits
882915fe
Commit
882915fe
authored
Jun 05, 2018
by
Min RK
Committed by
GitHub
Jun 05, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #652 from gurvindersingh/master
upgrade tini to latest version 0.18.0
parents
0f73f748
3c0220cf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
base-notebook/Dockerfile
base-notebook/Dockerfile
+3
-3
base-notebook/Dockerfile.ppc64le
base-notebook/Dockerfile.ppc64le
+5
-5
No files found.
base-notebook/Dockerfile
View file @
882915fe
...
...
@@ -27,8 +27,8 @@ RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
locale-gen
# Install Tini
RUN
wget
--quiet
https://github.com/krallin/tini/releases/download/v0.1
0
.0/tini
&&
\
echo
"1
361527f39190a7338a0b434bd8c88ff7233ce7b9a4876f3315c22fce7eca1b0
*tini"
|
sha256sum
-c
-
&&
\
RUN
wget
--quiet
https://github.com/krallin/tini/releases/download/v0.1
8
.0/tini
&&
\
echo
"1
2d20136605531b09a2c2dac02ccee85e1b874eb322ef6baf7561cd93f93c855
*tini"
|
sha256sum
-c
-
&&
\
mv
tini /usr/local/bin/tini
&&
\
chmod
+x /usr/local/bin/tini
...
...
@@ -96,7 +96,7 @@ EXPOSE 8888
WORKDIR
$HOME
# Configure container startup
ENTRYPOINT
["tini", "--"]
ENTRYPOINT
["tini", "-
g", "-
-"]
CMD
["start-notebook.sh"]
# Add local files as late as possible to avoid cache busting
...
...
base-notebook/Dockerfile.ppc64le
View file @
882915fe
...
...
@@ -30,10 +30,10 @@ RUN echo "LC_TYPE=en_US.UTF-8" >> /etc/default/locale
RUN locale-gen en_US en_US.UTF-8
#build and install Tini for ppc64le
RUN wget https://github.com/krallin/tini/archive/v0.1
0
.0.tar.gz && \
tar zxvf v0.1
0
.0.tar.gz && \
rm -rf v0.1
0
.0.tar.gz
WORKDIR tini-0.1
0
.0/
RUN wget https://github.com/krallin/tini/archive/v0.1
8
.0.tar.gz && \
tar zxvf v0.1
8
.0.tar.gz && \
rm -rf v0.1
8
.0.tar.gz
WORKDIR tini-0.1
8
.0/
RUN cmake . && make install
RUN mv ./tini /usr/local/bin/tini && \
chmod +x /usr/local/bin/tini
...
...
@@ -87,7 +87,7 @@ WORKDIR /home/$NB_USER/work
RUN echo "ALL ALL = (ALL) NOPASSWD: ALL" >> /etc/sudoers
# Configure container startup
ENTRYPOINT ["tini", "--"]
ENTRYPOINT ["tini", "-
g", "-
-"]
CMD ["start-notebook.sh"]
# Add local files as late as possible to avoid cache busting
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment