vsftpd (sha256:56c24c7b761f1e8409b2227e19590a7fde4f6a965e4ccdd77db6b2d44703d118)

Published 2025-05-11 02:23:54 +02:00 by Bluemedia

Installation

docker pull git.bluemedia.dev/bluemedia/vsftpd@sha256:56c24c7b761f1e8409b2227e19590a7fde4f6a965e4ccdd77db6b2d44703d118
sha256:56c24c7b761f1e8409b2227e19590a7fde4f6a965e4ccdd77db6b2d44703d118

Image layers

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk --no-cache add vsftpd # buildkit
COPY start_vsftpd.sh /bin/start_vsftpd.sh # buildkit
RUN /bin/sh -c chmod +x /bin/start_vsftpd.sh # buildkit
COPY vsftpd.conf /etc/vsftpd/vsftpd.conf # buildkit
EXPOSE map[21/tcp:{} 21000/tcp:{} 21001/tcp:{} 21002/tcp:{} 21003/tcp:{} 21004/tcp:{} 21005/tcp:{} 21006/tcp:{} 21007/tcp:{} 21008/tcp:{} 21009/tcp:{} 21010/tcp:{}]
VOLUME [/ftp/ftp]
ENTRYPOINT ["/bin/start_vsftpd.sh"]

Labels

Key Value
org.opencontainers.image.created 2025-05-11T00:23:36Z
org.opencontainers.image.revision 66136c5263e5819dfa991958f100f9ead903852c
org.opencontainers.image.source https://git.bluemedia.dev/containers/images.git
org.opencontainers.image.url https://git.bluemedia.dev/containers/images
Details
Container
2025-05-11 02:23:54 +02:00
1
OCI / Docker
linux/amd64
3.8 MiB
Versions (1) View all
latest 2025-05-11