Skip to content

epoch8/devcontainer-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Container Features

Custom dev container Features, published to GitHub Container Registry.

homebrew-packages

Installs a list of Homebrew packages in one shot. A specific version can be pinned per package with @, e.g. wget@1.21.

{
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
    "features": {
        "ghcr.io/epoch8/devcontainer-features/homebrew-packages:1": {
            "packages": "jq wget python@3.11"
        }
    }
}
$ jq --version
jq-1.7.1

$ python3.11 --version
Python 3.11.15

See src/homebrew-packages/README.md for the full list of options.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages