Code Monkey home page Code Monkey logo

devcontainer-features's Introduction

Development Container Features

This repository contains a collection of community supported Dev Container Features that allow you to quickly and easily add more tooling, runtime, or library "Features" into your Development Container for you or your collaborators to use.

Usage

To reference a Feature from this repository, add the desired Features to your devcontainer.json file and configure any additional options.

The example below installs the bosh and credhub cli Features as declared in the ./src directory of this repository.

See the relevant Feature's README for supported options.

{
    "name": "my-project-devcontainer",
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu", // Any generic, debian-based image.
    "features": {
        "ghcr.io/nulldriver/devcontainer-features/bosh-cli:1": {
            "version": "7.1"
        },
        "ghcr.io/nulldriver/devcontainer-features/credhub-cli:1": {
            "version": "2.9"
        }
    }
}

The :latest version annotation is added implicitly if omitted. To pin to a specific package version (example), append it to the end of the Feature. Features follow semantic versioning conventions, so you can pin to a major version :1, minor version :1.0, or patch version :1.0.0 by specifying the appropriate label.

"features": {
    "ghcr.io/nulldriver/devcontainer-features/bosh-cli:1.0.0": {
        "version": "7.1"
    }
}

Supported Features

Feature Description
bosh-cli Installs BOSH CLI, an open source tool for release engineering, deployment, lifecycle management, and monitoring of distributed systems.
cf-cli Installs Cloud Foundry CLI, the official command line client for Cloud Foundry.
credhub-cli Installs CredHub CLI, a credential manager for managing passwords, certificates, certificate authorities, ssh keys, rsa keys and arbitrary values (strings and JSON blobs).
fly-cli Installs the Concourse Fly CLI.
gem Installs RubyGems using the gem cli.
kf-cli Installs Kf CLI. Kf offers developers the Cloud Foundry experience while empowering operators to adopt declarative Kubernetes practice.
shellspec-cli Installs the ShellSpec BDD unit testing framework CLI.

Contributing

This repository will accept improvement and bug fix contributions related to the current set of maintained Features.

devcontainer-features's People

Contributors

patrickcrocker avatar github-actions[bot] avatar

Watchers

 avatar

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.