Skip to content

Conversation

@PeterNashaat
Copy link
Member

  • Updating Umbrel to latest version.

@@ -0,0 +1,92 @@
FROM --platform=$BUILDPLATFORM debian:bookworm-slim AS base

Check failure

Code scanning / Trivy

Image user should not be 'root' High

Artifact: tfgrid3/umbrel/app/Dockerfile
Type: dockerfile
Vulnerability DS002
Severity: HIGH
Message: Specify at least 1 USER command in Dockerfile with non-root user as argument
Link: DS002
@hossnys
Copy link
Collaborator

hossnys commented Jan 12, 2025

please fix that recommendation of Trivy for --no-install-recommends and -y flags to avoid needing for manual interaction , then we can approve , and then ask for flist promotion .

@@ -0,0 +1,24 @@
FROM ubuntu:22.04

Check failure

Code scanning / Trivy

Image user should not be 'root' High

Artifact: tfgrid3/umbrel/flist/Dockerfile
Type: dockerfile
Vulnerability DS002
Severity: HIGH
Message: Specify at least 1 USER command in Dockerfile with non-root user as argument
Link: DS002
@mik-tf
Copy link
Contributor

mik-tf commented Feb 11, 2025

As I understand, this can be merged, since the Trivy error is because the Dockerfile is built for root, which is not a problem with the way we work.

I suggest we remove this root-check as it's never needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants