aboutsummaryrefslogtreecommitdiff
path: root/src/git-lfs/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Try connecting to Ubuntu keyserver on port 80 if default HKP port fails (#722)feature_ruby_1.1.2feature_python_1.3.1feature_powershell_1.1.1feature_kubectl-helm-minikube_1.1.5feature_github-cli_1.0.11feature_git_1.1.6feature_git-lfs_1.1.1Richard Höchenberger2023-10-181-0/+1
| | | | | | | | | | | | * Try Ubuntu keyserver on port 80 if default HKP port fails Closes #719 Closes #717 * Bump feature versions --------- Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* add a postCreateCommand to `git-lfs` Feature (#511)feature_git-lfs_1.1.0Josh Spicer2023-04-041-0/+32
| | | | | | | | | | | | | | | * add a postCreateCommand to git-lfs Feature * debug passing locally but not in CI * update scenario * add GIT_LFS_SKIP_SMUDGE=1 to prevent fetching lfs arifacts in github actions * arguments should be booleans * move example repo to devcontainers org * place script literally anywhere other than /tmp
* Fix typos in comments / *.md (#396)Samruddhi Khandale2023-01-171-1/+1
|
* Update GPG_KEY_SERVERS: Remove `:80` from Ubuntu Keyserver (#354)Samruddhi Khandale2022-12-211-19/+1
| | | | | * Update GPG_KEY_SERVERS: Remove `:80` from Ubuntu Keyserver * Fix ruby tests
* Ensure remove apt-update cache at the beginning and end of the scripts (#210)eitsupi2022-10-111-5/+12
| | | | | * remove apt lists * bump versions
* favor correctness by removing `apt update ...` short-circuiting (#98)Josh Spicer2022-08-231-10/+5
| | | | | | | | | * favor correctness by removing apt update shortciruiting * Update install.sh * apt_get_upadate in node * update test
* parity with https://github.com/microsoft/vscode-dev-containers/pull/1561Josh Spicer2022-08-011-2/+2
|
* Port changes and set executable bitJosh Spicer2022-07-291-0/+0
| | | | | -Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554 Sets all scripts as executable by default.
* port changes from vscode-dev-containers for jammy compat (#44)Josh Spicer2022-06-131-1/+15
| | | | | * package compat * port git-lfs fix (https://github.com/microsoft/vscode-dev-containers/pull/1500)
* Pass options via environment variables (#39)Josh Spicer2022-06-031-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * up to docker-in-docker converted * first pass at the rest of the features (and bash linting and updated CLI * move shell linter to own file * rename feature.json -> devcontainer-feature.json * continue on error * continue on error in right spot * formatting * fix AZ_VERSION * update python * restore variable name * update linter actions, fix dind/dfd/desktop scripts, add test-scenaerios * add tree because I like tree * glob for shell linter * fix test-scenarios * shell linter * more shell helper
* restructure and update cli (#11)Josh Spicer2022-05-121-0/+194
* restructure and update cli * typo