Giter Club home page Giter Club logo

devcontainer-features's Introduction

Dev Container Features

Features

Rye (rye)

A Hassle-Free Python Experience

Example Usage

"features": {
    "ghcr.io/e-gineering/devcontainer-features/rye:1": {}
}

Options

Options Id Description Type Default Value
bashCompletion Enable bash completion for Rye boolean true

Customizations

VS Code Extensions
  • ms-python.python
  • tamasfe.even-better-toml

Contributing

Bugfixes and features are welcome! If you have any questions feel free to open an issue as well.

Local testing

To do local testing, I've been going to a project that consumes this feature, and making a soft link to make .devcontainer/devcontainer-features in the consuming project link to my local devcontainer-features repo where I've made changes that I need to now test.

ln -s ~/dev/devcontainer-features .devcontainer/

Then in your consuming project's .devcontainer/devcontainer.json, you can then refer to it like:

{
    "name": "Python",
    "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bookworm",
    "features": {
        // "ghcr.io/e-gineering/devcontainer-features/rye:1": {}
        "./devcontainer-features/src/rye": {}
    }
}

Releasing

The version numbers are set by manually changing the version option in each devcontainer-feature.json file. Please feel free to bump the version number when making a change, and try to follow semver (major.minor.bugfix) to not unexpectedly break the feature for people using it.

On any push to the main branch, several Github Actions will auto-generate the readme files, build, and then publish the container images to Github Container Registry.

devcontainer-features's People

Contributors

dbirks avatar github-actions[bot] avatar renovate[bot] avatar

Watchers

 avatar

devcontainer-features's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

devcontainer
.devcontainer/devcontainer.json
  • mcr.microsoft.com/devcontainers/javascript-node 1-20-bookworm
  • ghcr.io/devcontainers/features/docker-in-docker 2
github-actions
.github/workflows/publish.yaml
  • actions/checkout v4
  • devcontainers/action v1
.github/workflows/validate.yml
  • actions/checkout v4
  • devcontainers/action v1

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.