aboutsummaryrefslogtreecommitdiff
path: root/src/anaconda
Commit message (Collapse)AuthorAgeFilesLines
* add missing user groups to fix permission issues for non root user (#45)Samruddhi Khandale2022-06-131-4/+11
| | | | | | | * add missing user groups * fix username * move chmod: anaconda
* Pass options via environment variables (#39)Josh Spicer2022-06-032-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Revert "fix username when automatic: hugo and anaconda (#31)" (#35)Samruddhi Khandale2022-05-311-5/+3
| | | This reverts commit e496022c568e9f6f42b41cda37f8d2e929eb3564.
* fix username when automatic: hugo and anaconda (#31)Samruddhi Khandale2022-05-271-3/+5
| | | fix username when automatic
* updates to conda,gradle,hugo (#24)Josh Spicer2022-05-261-1/+1
|
* fix anaconda pathingJosh Spicer2022-05-262-4/+11
|
* restructure and update cli (#11)Josh Spicer2022-05-122-0/+115
* restructure and update cli * typo