refac: project

This commit is contained in:
2023-10-01 18:54:37 +02:00
parent 39d233b3d9
commit d6adb0e2e3
37 changed files with 1106 additions and 1146 deletions

20
Dockerfile Normal file
View File

@ -0,0 +1,20 @@
FROM docker.io/library/alpine:3.18.4
RUN apk add --no-cache \
aws-cli \
bash \
ca-certificates \
curl \
git \
git-lfs \
openssh \
perl \
sudo
ADD rootfs /
# RUN adduser -g Drone -s /bin/sh -D -u 1000 drone
# RUN echo 'drone ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/drone
# USER drone:drone
# RUN chmod -R 777 /home/drone
ENTRYPOINT ["/usr/local/bin/clone"]