Sign inSign up

trustierity/ubuntu-phoenix

By trustierity

•Updated 12 months ago
Archived

Image
0

180

trustierity/ubuntu-phoenix repository overview

The ubuntu-phoenix Docker image is a custom Ubuntu-based lab environment preconfigured with Apache and MariaDB services. It is designed as a self-contained training container for simulating CVE-2024-25415 which affected phoenix CE version v1.0.8.20.

This is the docker-compose file, that can easily start this image and run the required services:

version: "3.9"

services: phoenix: image: ubuntu-phoenix:latest container_name: ubuntu-phoenix ports: - "80:80" tty: true stdin_open: true command: > sh -c "service mysql start && service apache2 start && tail -f /dev/null"

Tag summary

Content type

Image

Digest

sha256:c538f39c4…

Size

205.8 MB

Last updated

12 months ago

docker pull trustierity/ubuntu-phoenix