github.com/castai/kvisor@v1.7.1-0.20240516114728-b3572a2607b5/Dockerfile.agent (about)

     1  FROM cgr.dev/chainguard/static:latest
     2  
     3  # the agent needs to run as root, there is no way around this
     4  USER 0
     5  
     6  ARG TARGETARCH
     7  COPY bin/kvisor-agent-$TARGETARCH /usr/local/bin/kvisor-agent
     8  
     9  ENTRYPOINT ["/usr/local/bin/kvisor-agent"]