https://github.com/mathieu-benoit/dhi-launch
https://github.com/mathieu-benoit/dhi-launch
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathieu-benoit/dhi-launch
- Owner: mathieu-benoit
- License: apache-2.0
- Created: 2026-06-22T12:39:14.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-22T18:30:22.000Z (about 1 month ago)
- Last Synced: 2026-06-22T19:11:43.642Z (about 1 month ago)
- Language: HTML
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hardened Images Launch Labspace
👋 Welcome to the Hardened Images Launch lab!
> A repository containing a Restaurant reservation (`dinner`) application consisting of a basic Python app talking to a PostgreSQL database to demonstrate the use of Hardened Images.
During this lab, you will learn to do the following:
- Pull & Run Hardened Images
- Do Multi-stage build with Hardened Images
- Scan Hardened Images
- Use Compose with Hardened Images
## Run this Labspace
You can run this Labspace in its latest version from anywhere (if you have Docker/Podman and Docker/Podman Compose installed):
```bash
docker compose -f oci://ghcr.io/mathieu-benoit/labspace-dhi-launch:latest up
```
## Contribute to this Labspace
After you cloned this GitHub repository, you can run this Labspace locally by running these commands:
On Mac/Linux:
```bash
CONTENT_PATH=$PWD docker compose up --watch
```
On Windows with PowerShell:
```bash
$Env:CONTENT_PATH = (Get-Location).Path; docker compose up --watch
```