Skip to content

ShubhamOulkar/firewall-dev-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Container Features

A collection of Dev Container Features published to ghcr.io/shubhamoulkar/firewall-dev-kit.

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/shubhamoulkar/firewall-dev-kit/firewall:0": {
            "githubIps": 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

Development kit with firewall for nodejs, java, python and go

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors