Replies: 1 comment
-
|
Your compose file is cut off at the end - looks like you're missing the rest of the First thing I'd check: make sure all the services you reference in Also, If you're hitting startup issues, run What error are you seeing? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
at first - thank you very much for this great project! Unfortunately I've some questions and problems with the setup.
I've the following docker-compose file:
It is based on https://github.com/artifact-keeper/artifact-keeper/blob/main/docker-compose.yml with a few changes:
artifactkeeper/backend:main-alpineinstead ofghcr.io/artifact-keeper/artifact-keeper-backend:latestIn general it works, but I've a few questions and problems in general:
artifact-keeper-backend:latestbased on RHEL9, it is not able to extract zip files. For example, when I've a Composer repository and upload a zip file using the web frontend, it fails because it's missing unzip in the container. So I wonder whether this is intended or not. That's the reason for usingmain-alpineinstead.OpenSCAP scan failed for php85-php-fpm-8.5.3-1.el8.remi.x86_64.rpm: Internal error: OpenSCAP scan failed (HTTP 400 Bad Request): {"error": "scan path not found or not allowed"}. Returning empty findings.. When I upload the file, I expected that this is located somewhere in/scan-workspace, but there's no file. Why?Beta Was this translation helpful? Give feedback.
All reactions