5 Commits

Author SHA1 Message Date
thischwa 752744c114 Upgrade to Java 21 and update Docker base images accordingly
Build and Push Docker Image / build-and-push (push) Successful in 1m13s
2026-07-03 19:21:51 +02:00
thischwa a91616bcd0 Install Maven alongside Tini in Dockerfile
Build and Push Docker Image / build-and-push (push) Successful in 59s
2026-07-03 17:57:29 +02:00
thischwa d64c9342d6 removed none-root user
Build and Push Docker Image / build-and-push (push) Successful in 1m0s
2026-07-02 08:56:56 +02:00
thischwa 4994e0c43b Set static UID (1000) for jvsuser in Dockerfile configuration
Build and Push Docker Image / build-and-push (push) Successful in 1m6s
2026-07-01 18:30:34 +02:00
thischwa 4dbca41a24 Add Docker support with CI workflow and runtime configuration
Build and Push Docker Image / build-and-push (push) Failing after 1m52s
- Added `Dockerfile` to build a Docker image for the JavadocViewerService.
- Implemented a Gitea-based CI workflow (`deploy-image.yml`) to build and push the Docker image.
- Updated `settings.local.json` to expand permissions for the service.
- Included `-DskipTests` to Maven arguments in `JavadocService.java`.
2026-06-29 18:04:09 +02:00