vsftpd (sha256:f03d3ae710b98d29c2d3350617ea80f9085fd76d0cba4867372ebc65957005bf)
Published 2026-07-12 00:18:59 +00:00 by Bluemedia
Installation
docker pull git.bluemedia.dev/bluemedia/vsftpd@sha256:f03d3ae710b98d29c2d3350617ea80f9085fd76d0cba4867372ebc65957005bfsha256:f03d3ae710b98d29c2d3350617ea80f9085fd76d0cba4867372ebc65957005bfImage layers
| ADD alpine-minirootfs-3.24.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 [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 | 2026-07-12T00:18:49Z |
| org.opencontainers.image.revision | dddd803251e8eb4881d2fb23d21808488b3f1376 |
| org.opencontainers.image.source | https://git.bluemedia.dev/containers/images.git |
| org.opencontainers.image.url | https://git.bluemedia.dev/containers/images |