vsftpd (sha256:1402f8b412f935826a5fdba773de636fcf8e68b3644528cdf19922c53fe1462f)
Published 2024-11-10 01:16:11 +01:00 by Bluemedia
Installation
docker pull git.bluemedia.dev/bluemedia/vsftpd@sha256:1402f8b412f935826a5fdba773de636fcf8e68b3644528cdf19922c53fe1462f
sha256:1402f8b412f935826a5fdba773de636fcf8e68b3644528cdf19922c53fe1462f
Image Layers
ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in / |
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 | 2024-11-10T00:15:53Z |
org.opencontainers.image.revision | 8d5d8575d1dcfc4f86492b4ee593ce2f162f87ad |
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 |