microsoft / vscode-dev-containers

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
https://aka.ms/vscode-remote
MIT License
4.71k stars 1.4k forks source link

add bzip2 to common-debian.sh #1586

Closed lucasfcnunes closed 2 years ago

lucasfcnunes commented 2 years ago

The following command throws bzip2 missing:

wget -O - https://anaconda.org/conda-forge/micromamba/0.25.1/download/linux-64/micromamba-0.25.1-0.tar.bz2 | tar -xvj -f - "bin/micromamba" --strip-components=1

-- There are other files extensions that maybe valuable to add too:

...
  -j, --bzip2                filter the archive through bzip2
  -J, --xz                   filter the archive through xz
      --lzip                 filter the archive through lzip
      --lzma                 filter the archive through xz
      --lzop                 filter the archive through lzop
      --no-auto-compress     do not use archive suffix to determine the
                             compression program
      --zstd                 filter the archive through zstd
  -z, --gzip, --gunzip, --ungzip   filter the archive through gzip
...

*xz, gzip, lzma, ... are already present.

bamurtaugh commented 2 years ago

Thanks for opening @lucasfcnunes!

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), and we anticipate to have a similar repo and process for templates/definitions.

lucasfcnunes commented 2 years ago

Closing this one as it's being dealt with in https://github.com/devcontainers/features/issues/143 and https://github.com/devcontainers/features/pull/142