Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Container Features

Forked from ghcr.io/w3cj/devcontainer-features. This fork adds first-class support for running Copilot behind the firewall.

Features

Feature Description
firewall Configure a firewall to restrict outbound network access. Includes allow lists for common APIs, services and package managers.

Usage

Add features to your devcontainer.json:

{
    "features": {
        "ghcr.io/GEBIT/devcontainer-firewall/firewall:latest": {
            "copilotIps": true,
            "claudeCode": true
        }
    }
}

Development

Prerequisites

Testing

Test all features:

make test

Test a specific feature:

make test-feature feature=firewall

Publishing

Features are published via the Release GitHub Action workflow (manual trigger).

References / Inspiration

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages