gchq / CyberChef

The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
https://gchq.github.io/CyberChef
Apache License 2.0
28.6k stars 3.22k forks source link

Feature request: Provide Dockerfile for easier development and production deployment #1280

Closed nileshtrivedi closed 5 months ago

nileshtrivedi commented 2 years ago

It'd be really convenient to deploy CyberChef - either for development or in containerized environments like ECS/CapRover/GCP - using a Dockerfile.

Previous relevant issues and PRs are:

loganmarchione commented 2 years ago

Would also really like Docker support. Even if images aren't published to DockerHub or GHCR, an official Dockerfile would be nice (I could build the container myself with Compose).

It seems silly (and kind of a potential security issue) that I'm running code from GCHQ, but having to rely on random third-party images (or make my own).

Searching on DockerHub, there are a ton of images, but nothing official.

https://hub.docker.com/search?q=cyberchef

a3957273 commented 5 months ago

We now support dev containers and automatically build images to GCHR.