vsftpd (sha256:f4954e0165b3b68ee98d69c8f64197404832890e143773a2489a978b9283e107)
Published 2025-01-12 01:14:04 +01:00 by Bluemedia
Installation
docker pull git.bluemedia.dev/bluemedia/vsftpd@sha256:f4954e0165b3b68ee98d69c8f64197404832890e143773a2489a978b9283e107
sha256:f4954e0165b3b68ee98d69c8f64197404832890e143773a2489a978b9283e107
Image Layers
ADD alpine-minirootfs-3.21.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 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-01-12T00:13:45Z |
org.opencontainers.image.revision | a960954612420457b288450d59a4ff4f13fa39f3 |
org.opencontainers.image.source | https://git.bluemedia.dev/Bluemedia-Private/docker-images.git |
org.opencontainers.image.url | https://git.bluemedia.dev/Bluemedia-Private/docker-images |