vsftpd (sha256:72b91a13f61fb421c97c019b91ccecfe59f6c9332eae4cc1bd9ae08170cdb77a)
Published 2025-08-11 00:03:16 +02:00 by Bluemedia
Installation
docker pull git.bluemedia.dev/bluemedia/vsftpd@sha256:72b91a13f61fb421c97c019b91ccecfe59f6c9332eae4cc1bd9ae08170cdb77a
sha256:72b91a13f61fb421c97c019b91ccecfe59f6c9332eae4cc1bd9ae08170cdb77a
Image layers
ADD alpine-minirootfs-3.22.1-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-08-10T22:02:58Z |
org.opencontainers.image.revision | 716bb2cf927aff50c175b747b877d13cc0301f7c |
org.opencontainers.image.source | https://git.bluemedia.dev/containers/images.git |
org.opencontainers.image.url | https://git.bluemedia.dev/containers/images |