Skip to content

Using "features" with Bring Your Own Image #7807

Answered by Chuxel
metaskills asked this question in Codespaces
Discussion options

You must be logged in to vote

For example, we wanted to use the "common" feature to make our CircleCI images feel more Codespaces'y. I ideally we could have done something like this.

Some good news here - we did add common as a feature and should ship soon. You'll be able to do something like the following:

    "common": "latest"

Or for options:

    "common": {
        "username": "automatic",
        "uid": "automatic",
        "gid": "automatic",
        "installZsh": true,
        "installOhMyZsh": true,
        "upgradePackages": true,
        "nonFreePackages": false
    }

Like other features, it focuses on Debian/Ubuntu based images.

Perhaps this is an opportunity for 3rd-party features?

Yeah we are curren…

Replies: 2 comments 13 replies

Comment options

You must be logged in to vote
4 replies
@metaskills
Comment options

@Chuxel
Comment options

@simkimsia
Comment options

@Chuxel
Comment options

Answer selected by metaskills
Comment options

You must be logged in to vote
9 replies
@metaskills
Comment options

@Chuxel
Comment options

@joshspicer
Comment options

@joshspicer
Comment options

@metaskills
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Codespaces Your development environment, in the cloud. Run VS Code and code on GitHub's cloud platform, Product Feedback
6 participants