Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Releases: IllumiDesk/docker-stacks

IllumiDesk docker-stacks 0.3.2

08 Nov 18:50
6b6a4a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

IllumiDesk docker-stacks 0.3.1

05 Nov 22:10
990f21d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

IllumiDesk docker-stacks 0.3.0

05 Nov 16:23
c06b6e4
Compare
Choose a tag to compare

What's Changed

Dependencies

Features

Fixes

New Contributors

Full Changelog: v1.2.0...v0.3.0

IllumiDesk docker-stacks 1.2.0

26 Jan 23:36
b5723fa
Compare
Choose a tag to compare

Adds nbgitpuller to base image.

IllumiDesk docker-stacks 1.1.0

26 Jan 02:58
e59bbd5
Compare
Choose a tag to compare

Version 1.1.0 is a maintenance release and includes:

  • Fixes an issue where the docker image failed to build due to an incorrect base configuration setting.
  • Updates build settings to override default image namespace and tag
  • Update documentation to clarify build and test commands

IllumiDesk docker-stacks 1.0.0

25 Oct 23:50
840e4ce
Compare
Choose a tag to compare

Breaking change: converts repo to template repo.

IllumiDesk docker-stacks 0.2.2

05 Sep 02:42
9d53f08
Compare
Choose a tag to compare

Adds the illumidesk/grader-notebook image.

IllumiDesk docker-stacks 0.2.1

03 Sep 03:01
890b660
Compare
Choose a tag to compare
  • Adds apt packages required for Julia's GMT package.
  • README updates that reflect the new image build sequence started with v0.2.0.
  • make improvements

IllumiDesk docker-stacks 0.2.0

24 Aug 21:21
552ec6a
Compare
Choose a tag to compare

This is a significant re-implementation of IllumiDesk's base images. They are backward compatible with the legacy role-based images ( illumidesk/learner-notebook, illumidesk/instructor-notebook, and illumidesk/grader-notebook). The following changes merged with this version are summarized below:

  • Base image built with the repo2docker convention
  • Extensions are enabled based on role using a script within the image's before-notebook hook
  • Adds C++ and Java kernels in addition to updated versions of R (3.6), Julia (1.5), and Python3 (3.7)
  • Support for Shared drives
  • Support for VS Code compatible code-server
  • Specialized R IDE

IllumiDesk docker-stacks 0.1.5

05 Aug 03:51
38e0a6c
Compare
Choose a tag to compare

Adds additional Julia packages to the base image.