Skip to content

Feat/add romm

Feat/add romm #1395

Triggered via pull request January 7, 2025 18:57
@mateosilgueromateosilguero
synchronize #2020
Status Failure
Total duration 17s
Artifacts

lint-apps.yml

on: pull_request_target
Lint apps
8s
Lint apps
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 3 warnings, and 8 notices
Invalid image name "mariadb:latest": romm/docker-compose.yml#L34
Images should be named like "<name>:<version-tag>@<sha256>"
releaseNotes: romm/umbrel-app.yml#L10
Expected string, received null
Lint apps
❌&nbsp;&nbsp;&nbsp;Linting failed with 2 errors and 2 warnings&nbsp;&nbsp;&nbsp;❌
Lint apps
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Invalid restart policy: romm/docker-compose.yml#L35
The restart policy of the container "romm-db" should be set to "on-failure".
"icon" and "gallery" needs to be empty for new app submissions: romm/umbrel-app.yml#L5
The "icon" and "gallery" fields must be empty for new app submissions as it is being created by the Umbrel team.
Mounted file/directory "/romm/data/resources" doesn't exist: romm/docker-compose.yml#L11
The volume "${APP_DATA_DIR}/data/resources:/romm/resources" tries to mount the file/directory "/romm/data/resources", but it is not present. This can lead to permission errors!
Mounted file/directory "/romm/data/redis" doesn't exist: romm/docker-compose.yml#L11
The volume "${APP_DATA_DIR}/data/redis:/redis-data" tries to mount the file/directory "/romm/data/redis", but it is not present. This can lead to permission errors!
Mounted file/directory "/romm/data/library" doesn't exist: romm/docker-compose.yml#L11
The volume "${APP_DATA_DIR}/data/library:/romm/library" tries to mount the file/directory "/romm/data/library", but it is not present. This can lead to permission errors!
Mounted file/directory "/romm/data/assets" doesn't exist: romm/docker-compose.yml#L11
The volume "${APP_DATA_DIR}/data/assets:/romm/assets" tries to mount the file/directory "/romm/data/assets", but it is not present. This can lead to permission errors!
Mounted file/directory "/romm/data/config" doesn't exist: romm/docker-compose.yml#L11
The volume "${APP_DATA_DIR}/data/config:/romm/config" tries to mount the file/directory "/romm/data/config", but it is not present. This can lead to permission errors!
Mounted file/directory "/romm/data/mysql" doesn't exist: romm/docker-compose.yml#L41
The volume "${APP_DATA_DIR}/data/mysql:/var/lib/mysql" tries to mount the file/directory "/romm/data/mysql", but it is not present. This can lead to permission errors!
Potentially using unsafe user in service "server": romm/docker-compose.yml#L1
The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.
Potentially using unsafe user in service "romm-db": romm/docker-compose.yml#L1
The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.