autouploader (2.0.1)

Published 2024-09-16 13:40:00 +02:00 by pk

Installation

docker pull gitea.codeblob.work/pk/autouploader:2.0.1
sha256:b446ca342a88e869b966d97248b6eb7bc80e224bc92c5716f7f43fbcc5dd8033

Image Layers

ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in /
CMD ["/bin/sh"]
RUN /bin/sh -c apk update --no-cache && apk add --no-cache ca-certificates tzdata # buildkit
ENV USER=gouser
ENV UID=10001
RUN /bin/sh -c adduser --disabled-password --gecos "" --shell "/sbin/nologin" --no-create-home --uid "${UID}" "${USER}" # buildkit
ADD autouploader /app/autouploader # buildkit
WORKDIR /app
USER gouser:gouser
ENTRYPOINT ["./autouploader"]
Details
Container
2024-09-16 13:40:00 +02:00
1
OCI / Docker
linux/amd64
9.0 MiB
Versions (10) View all
latest 2024-09-16
2.0.2 2024-09-16
2.0.1 2024-09-16
2.0.0 2024-09-16
1.1.0 2024-09-07