vscode-dev-containers icon indicating copy to clipboard operation
vscode-dev-containers copied to clipboard

Add `util-linux` to `common-alpine.sh`

Open felipecrs opened this issue 3 years ago • 2 comments

This package comes preinstalled in Debian, and provides some very common commands on Linux. Namely, I miss the script command.

The list of commands can be seemed here:

https://www.mankier.com/package/util-linux

felipecrs avatar Jun 16 '22 22:06 felipecrs

I built this and the linux/amd64 image size goes from 110 MB to 117 MB. That 7 MB buys us a long list of useful commands. However, a lot of those commands, like fstab, mkfs, cfdisk, and eject, aren't relevant to codespaces 🤔 It's a tough call.

ryboe avatar Jul 19 '22 05:07 ryboe

Thanks for opening!

As a heads up, our team has been actively focused on an updated plan for community contributions and this repo moving forward, which we've now outlined in this issue: https://github.com/microsoft/vscode-dev-containers/issues/1589. This includes moving to a couple new repos for images (https://github.com/devcontainers/images) and Features (https://github.com/devcontainers/features).

We anticipate to have a similar repo and distribution process for templates/definitions. We'll keep everyone updated (likely via another issue in this repo or comment on https://github.com/microsoft/vscode-dev-containers/issues/1589) when our new templates repo is available and the process is defined.

Please let me know if you have any questions, thank you!

bamurtaugh avatar Sep 02 '22 21:09 bamurtaugh