vsftpd (sha256:b34c9a08c9d75099c520d220c84f4e5181191822b1d79d987676e7cd70cb7b9c)

Published 2025-10-23 20:30:32 +00:00 by Bluemedia

Installation

docker pull git.bluemedia.dev/bluemedia/vsftpd@sha256:b34c9a08c9d75099c520d220c84f4e5181191822b1d79d987676e7cd70cb7b9c
sha256:b34c9a08c9d75099c520d220c84f4e5181191822b1d79d987676e7cd70cb7b9c

Image layers

ADD alpine-minirootfs-3.22.2-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 2025-10-23T20:30:12Z
org.opencontainers.image.revision f041472514cf52b1cf851a097536a5b56aeec150
org.opencontainers.image.source https://git.bluemedia.dev/containers/images.git
org.opencontainers.image.url https://git.bluemedia.dev/containers/images
Details
Container
2025-10-23 20:30:32 +00:00
3
OCI / Docker
linux/amd64
4 MiB
Versions (1) View all
latest 2025-10-23