Rebased image on nyu-devops-base
Rebased this image on the nyu-devops-base
image which installs everything that is needed except Chrome and Selenium. This will make builds and pulls faster for students using this image and will update Python as the course makes updates.
What's Changed
- Updated the based image to use nyu-devops-base by @rofrano in #1
- Forced root for use in build pipelines because new base image uses
vscode
and final user by @rofrano in #2 - Updated
Makefile
run target to add the user (--user vscode
) and host (-h nyu
) as default parameters
New Contributors
Full Changelog: v1.1.0...v1.2.0