trying docker hardened image
Deploy / security_scan (push) Failing after 7s
Deploy / code_scan (push) Successful in 19s
Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-05-20 19:48:56 +02:00
parent c773169ff6
commit 31e480d3de
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -21,7 +21,11 @@ Using Jakach Login is straightforward:
```bash ```bash
docker volume create jakach-login-db-storage docker volume create jakach-login-db-storage
``` ```
4. **Run the system using Docker Compose:** 4. **Authenticate to Docker Hardened Images:**
```bash
docker login dhi.io
```
5. **Run the system using Docker Compose:**
```bash ```bash
docker-compose up docker-compose up
``` ```
+2 -2
View File
@@ -1,10 +1,10 @@
services: services:
jakach-login-db: jakach-login-db:
image: mariadb:10.6.25 image: dhi.io/mariadb:12
container_name: jakach-login-db container_name: jakach-login-db
restart: unless-stopped restart: unless-stopped
environment: environment:
MYSQL_ROOT_PASSWORD: 1234 MARIADB_ROOT_PASSWORD: 1234
networks: networks:
jakach-login-network: jakach-login-network:
ipv4_address: 192.168.5.2 ipv4_address: 192.168.5.2