sftp (alpine-3.21.1)

Published 2025-01-07 16:54:33 +01:00 by drone-bot

Installation

docker pull git.wtf-eg.de/ag-admin/sftp:alpine-3.21.1
sha256:645cf531ce2e627f9d4e967c84522511ac7721c4ae326331ec3c6b1379c2b84b

Image Layers

ADD alpine-minirootfs-3.21.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
MAINTAINER WTF Kooperative eG [wtf-eg.de]
RUN /bin/sh -c echo "@community http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && apk add --no-cache bash shadow@community openssh-server-pam openssh-sftp-server && ln -s /usr/sbin/sshd.pam /usr/sbin/sshd && mkdir -p /var/run/sshd && rm -f /etc/ssh/ssh_host_*key* # buildkit
COPY files/sshd_config /etc/ssh/sshd_config # buildkit
COPY files/create-sftp-user /usr/local/bin/ # buildkit
COPY files/entrypoint / # buildkit
EXPOSE map[22/tcp:{}]
ENTRYPOINT ["/entrypoint"]

Labels

Key Value
org.opencontainers.image.created 2025-01-07T15:54:28Z
org.opencontainers.image.revision 161eabb3243072a2e3b5c24ec22d53a5efbc7f0a
org.opencontainers.image.source https://git.wtf-eg.de/ag-admin/sftp.git
org.opencontainers.image.url https://git.wtf-eg.de/ag-admin/sftp
Details
Container
2025-01-07 16:54:33 +01:00
0
OCI / Docker
linux/amd64
5.9 MiB
Versions (4) View all
alpine-3.21.2 2025-01-13
alpine-3.21.1 2025-01-07
alpine-3.19.3 2024-12-02
alpine-3.19.1 2024-03-05