| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* Update GPG_KEY_SERVERS: Remove `:80` from Ubuntu Keyserver
* Fix ruby tests
|
|
|
|
|
|
|
| |
* Github cli - Adds retry logic for find git tags
* re-add set -e
* address comment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Install git before github-cli
If building a devcontainer on e.g. `debian:bullseye`, github-cli installation can fail due to git not being installed yet:
```
0 13.38 2022-11-18 13:37:19 (6.08 MB/s) - 'gh_2.20.2_linux_amd64.deb' saved [10
176698/10176698]
#0 13.38
#0 13.40 Selecting previously unselected package gh.
#0 13.41 (Reading database ... 13628 files and directories currently installed.)
#0 13.41 Preparing to unpack .../gh_2.20.2_linux_amd64.deb ...
#0 13.41 Unpacking gh (2.20.2) ...
#0 13.65 dpkg: dependency problems prevent configuration of gh:
#0 13.65 gh depends on git; however:
#0 13.65 Package git is not installed.
#0 13.65
#0 13.65 dpkg: error processing package gh (--install):
#0 13.65 dependency problems - leaving unconfigured
#0 13.66 Errors were encountered while processing:
#0 13.66 gh
#0 13.67 ERROR: Feature "GitHub CLI" (ghcr.io/devcontainers/features/github-cli)
failed to install! Look at the documentation at https://github.com/devcontainer
s/features/tree/main/src/github-cli for help troubleshooting this error.
```
* bump version
Co-authored-by: Josh Spicer <josh@joshspicer.com>
|
| |
|
|
|
|
|
| |
* remove apt lists
* bump versions
|
|
|
|
|
| |
* Use the newly updated GPG key for GitHub CLI
* bump feature version
|
|
|
|
|
|
|
|
|
| |
(https://github.com/cli/cli/issues/6175) (#133)
* download gh cli release (https://github.com/cli/cli/issues/6175)
* typo
* typo
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* syncing action
* modify release.yaml
* version update ; remove "install"
* add 'latest'
* add workflow condition
|
| |
|
|
* 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
|