Open hsolberg opened 1 month ago
Have these tests been fixed?
Have these tests been fixed?
Seem to work now after rebasing. Looks like this commit addressed the issue -> https://github.com/gchq/CyberChef/commit/d3adfc7c3e5719279524356bce5261bd8350c0f8
You might want to change the docker commandline in the readme so it shows forwarding to the new default ports of 8080
instead of the previous 80
:
docker run -it -p 8080:8080 cyberchef
and
docker run -it -p 8080:8080 ghcr.io/gchq/cyberchef:latest
As per: https://hub.docker.com/r/nginxinc/nginx-unprivileged
Solves https://github.com/gchq/CyberChef/issues/1880
Not sure which image-repo you prefer to use, it's using Docker Hub in the pull-request (should be fine since its from a "Verified Publisher" and thus does not count towards the rate limit).
Alternative sources can be found here Amazon ECR - https://gallery.ecr.aws/nginx/nginx-unprivileged Docker Hub - https://hub.docker.com/r/nginxinc/nginx-unprivileged GitHub Container Registry - https://github.com/nginxinc/docker-nginx-unprivileged/pkgs/container/nginx-unprivileged Quay - https://quay.io/repository/nginx/nginx-unprivileged