Changes between Version 2 and Version 4 of Ticket #33113
- Timestamp:
- 01/04/22 12:51:47 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33113
-
Property
Dependencies
changed from
#33103
to#30677, #33103
-
Property
Dependencies
changed from
-
Ticket #33113 – Description
v2 v4 11 11 - The scipy folks have some good documentation and configuration (https://scipy.github.io/devdocs/dev/contributor/quickstart_gitpod.html), perhaps we can lift something from there. 12 12 13 - The docker image is quite big and thus it takes long to open a new gitpod workspace. (from https://trac.sagemath.org/ticket/33103#comment:19): could use `docker/.gitpod.Dockerfile` again with COPY --from to make the final image smaller (e.g., currently /home/gitpod/sage has the old source tree) 13 - The docker image is quite big and thus it takes long to open a new gitpod workspace. (from https://trac.sagemath.org/ticket/33103#comment:19): could use `docker/.gitpod.Dockerfile` again with COPY --from to make the final image smaller (e.g., currently /home/gitpod/sage has the old source tree) Also installation of system packages should make use of the `install-packages` script https://github.com/gitpod-io/workspace-images/blob/master/base/install-packages which does a bit of cleanup after the installation. 14 14 15 15 - Make docker image smaller by using `mv` instead of `cp` when installing packages via DESTDIR staging (https://trac.sagemath.org/ticket/29585#comment:5) 16 16 17 - Add gitpod badge to trac tickets: 18 Image `https://img.shields.io/badge/-Gitpod-908a85?logo=gitpod` 19 Link `https://gitpod.io/#https://github.com/sagemath/sagetrac-mirror/tree/<branch>`