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
cd158647
Commit
cd158647
authored
Dec 09, 2019
by
Peter Parente
Committed by
GitHub
Dec 09, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #971 from AllOtherUserNamesTaken/update-to-ubuntu-18.04-(bionic)-from-2019-10-29
Update ubuntu base image.
parents
7a0c7325
a83e18b3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
base-notebook/Dockerfile
base-notebook/Dockerfile
+3
-3
No files found.
base-notebook/Dockerfile
View file @
cd158647
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
# Ubuntu 18.04 (bionic) from 2019-
06-12
# https://github.com/tianon/docker-brew-ubuntu-core/commit/
3c462555392cb188830b7c91e29311b5fad90cfe
ARG
BASE_CONTAINER=ubuntu:bionic-2019
0612@sha256:9b1702dcfe32c873a770a32cfd306dd7fc1c4fd134adfb783db68defc8894b3c
# Ubuntu 18.04 (bionic) from 2019-
10-29
# https://github.com/tianon/docker-brew-ubuntu-core/commit/
d4313e13366d24a97bd178db4450f63e221803f1
ARG
BASE_CONTAINER=ubuntu:bionic-2019
1029@sha256:6e9f67fa63b0323e9a1e587fd71c561ba48a034504fb804fd26fd8800039835d
FROM
$BASE_CONTAINER
LABEL
maintainer="Jupyter Project <jupyter@googlegroups.com>"
...
...
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