Skip to content

Tags: farums/features

Tags

feature_common-utils_2.0.10

Toggle feature_common-utils_2.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create .config directory in common-utils (devcontainers#547)

* Add test case for mounted subdirectory.

* Correct some trailing whitespace.

* Correct variable name to better reflect status as user home path.

* Add config directory creation.

* Remove extra debug line.

* Bump feature version.

* Mount host user home directory as "subdirectory"

* Correct test naming, run test in explicit bash shell.

feature_docker-outside-of-docker_1.3.0

Toggle feature_docker-outside-of-docker_1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for skipping `docker-compose` v1 operations during Docker…

… feature install script (devcontainers#533)

* Add support for skipping docker-compose operations

* Move changes from auto-generated files to templates and bump version

* Add test

* Add test conditions

* Add test conditions for docker-outside-of-docker

* install.sh set -x for debugging

* set -x

* Move compose-switch check in docker-outside-of-docker test

* Put into correct test

* Test for correct path

feature_docker-in-docker_2.2.0

Toggle feature_docker-in-docker_2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for skipping `docker-compose` v1 operations during Docker…

… feature install script (devcontainers#533)

* Add support for skipping docker-compose operations

* Move changes from auto-generated files to templates and bump version

* Add test

* Add test conditions

* Add test conditions for docker-outside-of-docker

* install.sh set -x for debugging

* set -x

* Move compose-switch check in docker-outside-of-docker test

* Put into correct test

* Test for correct path

feature_common-utils_2.0.9

Toggle feature_common-utils_2.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update devcontainer-feature.json (devcontainers#539)

devcontainers#535 update the patch version to 2.0.9

feature_python_1.1.0

Toggle feature_python_1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds httpProxy option to Python Feature (devcontainers#532)

* Adds httpProxy option to Python Feature
This option allows GPG to use a HTTP proxy to fetch keys from remote keyservers

* Updating minor version

Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>

* Fixes minor formatting error

---------

Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>

feature_oryx_1.1.0

Toggle feature_oryx_1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Oryx - Switch to .NET 7 (devcontainers#522)

* Oryx - Switch to .NET 7

* fix test ; add test

* fix test - back compat

feature_conda_1.0.9

Toggle feature_conda_1.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[features/conda] Address CVE-2023-0286, CVE-2023-23931, and CVE-2022-…

…40897 vulnerabilities (devcontainers#518)

* [features/conda] Address CVE-2023-0286, CVE-2023-23931, and CVE-2022-40897 vulnerabilities

- Update `install.sh` to install updates for `cryptography` and `setuptools`  packages
- Add tests to verify `cryptography` and `setuptools`  packages version

* Bump feature version

feature_docker-outside-of-docker_1.2.1

Toggle feature_docker-outside-of-docker_1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removing forced gid 999 for docker (devcontainers#515)

* Removing forced gid 999 for docker

* version bump

---------

Co-authored-by: Ryan Campbell <rycampbe@microsoft.com>
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>

feature_docker-outside-of-docker_1.2.0

Toggle feature_docker-outside-of-docker_1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix several issues with docker-outside-of-docker (devcontainers#443)

* Fix several issues with docker-outside-of-docker

* Add initial tests and bump version

* Add two tests

* Fix docker buildx conflict

* Fix possible test issue

* Add tests for moby

* Add buildx test to init

* Fix inconsistency

* Many fixes and improvements

* Make dockeDashCompose v2 by default

feature_git-lfs_1.1.0

Toggle feature_git-lfs_1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add a postCreateCommand to `git-lfs` Feature (devcontainers#511)

* 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