3
0

Add agent (and small dummy)

This commit is contained in:
2024-10-30 00:32:57 +01:00
parent e1c2e8fb2b
commit 807e7cefb6
7 changed files with 159 additions and 11 deletions

View File

@ -1,15 +0,0 @@
ARG IMAGE_FROM
FROM $IMAGE_FROM
# become root
USER root
# do somthing as root, e.g. install packages, set up things ...
# RUN ...
# copy the source of the agent in this repo
COPY --chown=user:user ./src/ /ums-agenten/project/src/
# fix permissions
RUN chown -R user:user /ums-agenten
# switch back to user
USER user