Skip to content

Releases: pirafrank/workspace

1.2.0

01 Nov 10:11
Compare
Choose a tag to compare

New

  • Java setup script now supports Java 8 and AdoptOpenJDK as vendor. It also does’t install Oracle OpenJDK 11 and 15 anymore because of Oracle license, OpenJDK is used instead. AdoptOpenJDK download URLs are fetched from the v3 API to support any new release in the future, just tell the script the major version you want to install.
  • new Golang workspace
  • Alternate setup script that wraps the main one to create the user that will run it
  • Main setup also installs latest Go and OpenJDK 11
  • run workspace_version to see version and build date info
  • Python setup script now can retrieve last patch update
  • fixes and improvements to Docker Hub build scripts

Workspaces in this release are:

  • Java 11 (LTS, OpenJDK)
  • Java 15 (AdoptOpenJDK)
  • Node 12 (LTS)
  • Python 3.8
  • Ruby 2.6
  • Rust 1.47
  • Golang 1.15.3

Docker images are available on Docker Hub.

1.1.2

25 Oct 22:44
Compare
Choose a tag to compare

New

  • fix missing Java binaries in java11 workspace

Check also release notes from 1.1.0 update.

Docker images are available on Docker Hub.

1.1.1

24 Oct 17:52
Compare
Choose a tag to compare

New

  • fix build of ruby 2.6 workspace docker image.

Check also release notes from 1.1.0 update.

Docker images are available on Docker Hub.

1.1.0

24 Oct 17:49
Compare
Choose a tag to compare

New

  • Workspaces have reached stable: each of them is built on pirafrank/workspace:latest image, which is now considered the baseline and only contains dotfiles config and terminal setup
  • userspace setup: work is the user, no more root
  • userspace Python: v3.8 now runs frompyenv, which allows greater flexibility in installing and keeping multiple Python versions
  • updated dotfiles config
  • multiple fixes in prompt setup

Workspaces of this release are:

  • Java 11 (LTS)
  • Node 12 (LTS)
  • Python 3.8
  • Ruby 2.6
  • Rust 1.47

Docker images are available on Docker Hub.

1.0.15

24 Oct 18:08
Compare
Choose a tag to compare

First stable version of pirafrank/workspace, including:

  • terminal setup with dotfiles
  • Python 3.8.2
  • node 12 and nvm

Docker image is available on Docker Hub.