Skip to content

Releases: UCSB-PSTAT/devcontainer-template

v1.4.3

05 Jun 18:32
d29b3eb
Compare
Choose a tag to compare

What's Changed

  • Update Dockerfile.jinja by @syoh in #25 (bug fix for RStudio Rsession proxy)

New Contributors

  • @syoh made their first contribution in #25

Full Changelog: v1.4.2...v1.4.3

To upgrade

  1. Open your project folder in VS Code
  2. Rename .devcontainer to .devcontainer.old
  3. Open up a terminal in VS Code (Press ctrl + shift + P, type "terminal", and select "Create new terminal")
  4. Run the following copier command (Note the . period at the end! That should be included!):
copier copy gh:UCSB-PSTAT/devcontainer-template .
  1. Answer all the questions. This will generate your new files. If you had additional things in your old devcontainer files, you can copy/paste them from .devcontainer.old into the new files.
  2. Rebuild the container (ctrl + shift + P, search "rebuild", click on "Rebuild and Reopen in Container")

v1.4.2

29 May 07:14
ae89bfe
Compare
Choose a tag to compare

What's Changed

  • Fixes to file permissions and whitespace/newlines by @392781 in #24

Full Changelog: v1.4.1...v1.4.2

To upgrade

  1. Open your project folder in VS Code
  2. Rename .devcontainer to .devcontainer.old
  3. Open up a terminal in VS Code (Press ctrl + shift + P, type "terminal", and select "Create new terminal")
  4. Run the following copier command (Note the . period at the end! That should be included!):
copier copy gh:UCSB-PSTAT/devcontainer-template .
  1. Answer all the questions. This will generate your new files. If you had additional things in your old devcontainer files, you can copy/paste them from .devcontainer.old into the new files.
  2. Rebuild the container (ctrl + shift + P, search "rebuild", click on "Rebuild and Reopen in Container")

v1.4.1

04 Apr 02:19
Compare
Choose a tag to compare

What's Changed

  • Removed versioning for system packages by @392781 in #23

Full Changelog: v1.4.0...v1.4.1

To upgrade

  1. Open your project folder in VS Code
  2. Rename .devcontainer to .devcontainer.old
  3. Open up a terminal in VS Code (Press ctrl + shift + P, type "terminal", and select "Create new terminal")
  4. Run the following copier command (Note the . period at the end! That should be included!):
copier copy gh:UCSB-PSTAT/devcontainer-template .
  1. Answer all the questions. This will generate your new files. If you had additional things in your old devcontainer files, you can copy/paste them from .devcontainer.old into the new files.
  2. Rebuild the container (ctrl + shift + P, search "rebuild", click on "Rebuild and Reopen in Container")

v1.4.0

12 Mar 21:33
Compare
Choose a tag to compare

What's Changed

  • Added new version of httpgd by @392781 in #21
  • Removed versioning for apt packages to fix build errors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

25 Feb 06:40
Compare
Choose a tag to compare

What's Changed

  • Minor README corrections by @392781 in #19
  • updated docker.io -> quay.io for latest images by @392781 in #20

Full Changelog: v1.3.0...v1.3.1

v1.3.0

25 Feb 04:53
Compare
Choose a tag to compare

What's Changed

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

v1.2.0

17 Feb 07:19
cfa1dae
Compare
Choose a tag to compare

What's Changed

  • Cleaned up Dockerfile for reproducible system/language packages by @392781 in #16

Full Changelog: v1.1.3...v1.2.0

v1.1.3

16 Feb 20:29
3b717b4
Compare
Choose a tag to compare

Minor changes to document Podman vs. Docker differences in template

v1.1.2

16 Feb 03:12
1d48271
Compare
Choose a tag to compare

What's Changed

  • Escaped string indicators for .Rprofile by @392781 in #15

Full Changelog: v1.1.1...v1.1.2

v1.1.1

16 Feb 01:13
cbf37c7
Compare
Choose a tag to compare

Minor update that automatically sets CRAN mirror in ~/.Rprofile