Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 1.95 KB

v0.3.0 (2024-04-15)

Feature

  • docker: Add entrypoint script for setting up user permissions (36c899c)

v0.2.1 (2024-04-05)

Fix

  • docker: Update Dockerfiles for Ubuntu .04 and 22.04 to install 'software-properties-common' package. (24ad536)

v0.2.0 (2024-04-05)

Feature

  • docker: Update default image variant to ubuntu-22.04 (00951bc)

v0.1.0 (2024-04-05)

Feature

  • containers: Change default run command to zsh (8de4292)
  • deploy: Update Dockerfile reference for Ubuntu 20.04 and 22.04 images (29a9f5d)
  • docker: Update docker image version to 0.1.0 (947d8d5)
  • docker: Add Dockerfile for Ubuntu 20.04 setup (61d2c20)
  • docker: Add Dockerfile for Ubuntu 22.04 containing instructions for setting up a development environment; including installing necessary packages, setting Python environment variables, creating non-root user with sudo privileges, setting up locale and workspace, and installing dotfiles. (0c66d6a)
  • devcontainer: Add Dockerfile and devcontainer.json for Python 3 setup (47610f8)