aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Automated documentation update (#417)github-actions[bot]2023-01-241-2/+5
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Add more detail to note about architecture (#416)Pamela Fox2023-01-241-2/+5
| | | | | | | | | | | | | * Add more detail to note about architecture * Update src/docker-in-docker/NOTES.md Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update src/docker-in-docker/NOTES.md Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Php: Auto configure if a three part version is not provided (#406)Samruddhi Khandale2023-01-205-17/+78
| | | | | | | | | * Php: Auto configure if a three part version is not provided * fix test * update checks * Bump version
* Automated documentation update (#410)github-actions[bot]2023-01-191-0/+2
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Java: add Apache Ant (#409)Tobias Gesellchen2023-01-196-8/+55
| | | | | | | | | | | | | | | * Java: add Apache Ant * Update src/java/devcontainer-feature.json Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * revert the changes in README.md * Add tests for Java/Ant * Fix Java feature version Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Automated documentation update (#405)github-actions[bot]2023-01-171-1/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Fix typos in comments / *.md (#396)Samruddhi Khandale2023-01-1716-21/+21
|
* checkout action update (#404)Stephan2023-01-177-10/+10
| | | - updated the action checkout from v2 to 3 as required by action warning
* CommonUtils - ensure home directory exists. (#398)Stephen A. Imhoff2023-01-132-1/+5
| | | | | | | | | * CommonUtils - ensure home directory exists. * Only create non-root home directory Root directory will always exist. * Bump version
* Git: Use sysconfdir=/etc for git built from source (#395)Samruddhi Khandale2023-01-113-2/+10
| | | | | * Git: Adds a new 'addGitConfigSymlink' option * Use sysconfdir
* Common-utils: Fix build failures for alpine 3.14 & 3.15 (#393)Samruddhi Khandale2023-01-115-1/+47
| | | | | * Common-utils: Fix build failures for alpine 3.14 & 3.15 * version bump
* Automated documentation update (#394)github-actions[bot]2023-01-1127-27/+0
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* [common-utils] Fix permission of scripts in containers (#388)eitsupi2023-01-116-4/+55
| | | | | | | | | | | | | | | | | | | | | | | | | * fix permission in containers * add test * bump version * more tests * update tests * Update test/common-utils/devcontainer-info/Dockerfile Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update test/common-utils/scenarios.json Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update scenarios.json * Update devcontainer-info.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Conda: Update 'certifi' due to CVE-2022-23491 (#383)Samruddhi Khandale2023-01-103-1/+38
|
* Options: Switch from 'enum' to 'proposals' (#382)Samruddhi Khandale2023-01-104-9/+9
|
* Install gawk RPM (#380)Mark Phippard2023-01-062-1/+2
| | | | | | | | * Install gawk RPM This script requires awk and it may not be available on a minimal distro like Mariner * Bump version number
* desktop-lite: fixed qemu container (#370)Marko Bausch2023-01-052-6/+6
| | | | | * desktop-lite: fixed qemu container * bump version for desktop-lite
* PHP: Fix build failures for 'ubuntu:bionic' (#378)Samruddhi Khandale2023-01-052-12/+20
| | | | | * PHP: Fix build failures for 'ubuntu:bionic' * update VERSION
* [PHP] Enable Mbstring (#371)Julien Boudry2023-01-053-2/+3
| | | | Mbstring is such a popular PHP extension that it is used everywhere and most libraries don't work without it. It can be compiled directly with PHP. The official Docker images of PHP include it.
* Automated documentation update (#377)github-actions[bot]2023-01-0427-3/+32
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Rename "docker-from-docker" to "docker-outside-of-docker" (#373)Samruddhi Khandale2023-01-049-8/+11
| | | | | * Rename to "docker-outside-of-docker" * rename test folder
* Add validate workflow (#369)Josh Spicer2023-01-041-0/+16
| | | | | | | | | | | | | * add validate workflow * make typo to test 3c61c88 * remove unneeded if * fix typo * better names * Update validate-metadata-files.yml
* Common-utils : Version bump (#367)Samruddhi Khandale2022-12-271-1/+1
| | | Common-utils - Version bump
* fix testSamruddhi Khandale2022-12-273-1/+8
|
* Automated documentation update (#368)github-actions[bot]2022-12-2727-0/+183
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* OS support in Feature NOTES.md (#366)Josh Spicer2022-12-2727-2/+183
| | | | | * https://github.com/devcontainers/features/issues/360 * omit from common utils
* Automated documentation update (#365)github-actions[bot]2022-12-271-1/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* remove unused buildArg in java FeatureJosh Spicer2022-12-271-1/+0
|
* typo in 'dotnet' Feature schemaJosh Spicer2022-12-271-2/+2
|
* typoJosh Spicer2022-12-271-2/+2
|
* feat(common-utils): Support the new path of `meta.env` file and the new ↵eitsupi2022-12-272-2/+10
| | | | | | | | | field for saving source revisions (#359) * support the new path of meta.env * support the new field for the image revision * minor formatting
* Update GPG_KEY_SERVERS: Remove `:80` from Ubuntu Keyserver (#354)Samruddhi Khandale2022-12-2118-167/+38
| | | | | * Update GPG_KEY_SERVERS: Remove `:80` from Ubuntu Keyserver * Fix ruby tests
* Terraform: Update GPG_KEY_SERVERS (#353)Samruddhi Khandale2022-12-213-21/+3
| | | | | * Terraform: Update GPG_KEY_SERVERS * add check
* common-utils 2.0.2 (#350)Josh Spicer2022-12-191-1/+1
| | | Will release staged change: https://github.com/devcontainers/features/commit/fede4055495a9d44efbb65848eb7799771d23f9b
* Automated documentation update (#351)github-actions[bot]2022-12-190-0/+0
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Automated documentation update (#349)github-actions[bot]2022-12-191-7/+37
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Add support for mariner (#344)Mark Phippard2022-12-193-1/+22
|
* docs: add bind mount docs for docker from docker (#343)zephyros-dev2022-12-191-8/+37
| | | Co-authored-by: ptn <ptn@cct-technology.com>
* Fix /etc/bash.bashrc generated by common-utils (#342)eitsupi2022-12-192-2/+2
| | | | | * Fix /etc/bash.bashrc generated by common-utils * bump version
* Git - Bug Fix: Feature fails with "ppa:false" for "buster" & "bullseye" (#340)Samruddhi Khandale2022-12-175-3/+53
|
* Git - Bug Fix: Feature fails with "ppa:false" for bionic & jammy (#339)Samruddhi Khandale2022-12-175-2/+60
|
* Automated documentation update (#338)github-actions[bot]2022-12-161-11/+19
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Multi-distro support for common script, refactor, fixes (#326)Chuck Lantz2022-12-1627-469/+979
|
* Git: Build from source with USE_LIBPCRE (#331)Samruddhi Khandale2022-12-143-2/+8
|
* Automated documentation update (#332)github-actions[bot]2022-12-131-0/+2
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Add TFSec and Terraform Docs to Terraform features (#327)Pierre-Emmanuel Mercier2022-12-135-2/+104
| | | | | | | * Add TFSec and Terraform Docs * PR Review * code review
* Automated documentation update (#328)github-actions[bot]2022-12-101-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Change default shell if installing ZSH (#325)Jacob Woffenden2022-12-104-1/+35
| | | | | | | | | | | | | | | | | | | * Added new option to configure zsh as default shell Added test scenario Bumped feature version * Update test/common-utils/scenarios.json Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update src/common-utils/devcontainer-feature.json Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update test/common-utils/configure_zsh_as_default_shell.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* revert accidental pushjoshspicer/add-vim-common-utilsJosh Spicer2022-12-021-1/+0
|
* add 'vim' as a common util to installJosh Spicer2022-12-021-0/+1
|