features/src/git-lfs
Josh Spicer 258d5029a5
Republish all Features to add repo tags (#422)
republish all features to add repo tags
2023-01-25 10:24:25 -08:00
..
devcontainer-feature.json Republish all Features to add repo tags (#422) 2023-01-25 10:24:25 -08:00
install.sh Fix typos in comments / *.md (#396) 2023-01-17 09:34:53 -08:00
NOTES.md OS support in Feature NOTES.md (#366) 2022-12-27 12:27:57 -05:00
README.md Automated documentation update (#394) 2023-01-10 13:59:07 -08:00

Git Large File Support (LFS) (git-lfs)

Installs Git Large File Support (Git LFS) along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like git and curl.

Example Usage

"features": {
    "ghcr.io/devcontainers/features/git-lfs:1": {}
}

Options

Options Id Description Type Default Value
version Select version of Git LFS to install string latest

OS Support

This Feature should work on recent versions of Debian/Ubuntu-based distributions with the apt package manager installed.

bash is required to execute the install.sh script.


Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.