Namespace
drakkan
Image / Tag
sftpgo:v2.3.3-alpine
Content Digest
sha256:cbc9f8acf1c97915056779aec8e5476c2f92cd0adbb5a19ce3fc2be9d3b272e8
Details
Created

2022-08-05 09:00:36 UTC

Size

25.5 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-08-05T08:54:36Z
  • org.opencontainers.image.description
    Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support
  • org.opencontainers.image.documentation
    https://github.com/drakkan/sftpgo/blob/665016ed1e283e401a03839b5847cc1f4d79bc11/docker/README.md
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    665016ed1e283e401a03839b5847cc1f4d79bc11
  • org.opencontainers.image.source
    https://github.com/drakkan/sftpgo
  • org.opencontainers.image.title
    SFTPGo
  • org.opencontainers.image.url
    https://github.com/drakkan/sftpgo
  • org.opencontainers.image.version
    v2.3.3-alpine

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SFTPGO_LOG_FILE_PATH


Layers

[#000] sha256:530afca65e2ea04227630ae746e0c85b2bd1a179379cbf2b6501b49c4cab2ccc - 10.49% (2.67 MB)

[#001] sha256:4b824705410b82ef239614f849f43e3c827aeb9b2dcdb518e3dc2983991f3219 - 2.63% (685 KB)

[#002] sha256:8ea2ef4123ef9e99ba1e4c84b281ccfbf0959290fc12b19e854cc76a0c2d5d01 - 29.91% (7.61 MB)

[#003] sha256:47f7b739e8b56d54395b4f785e9e72fa36b35f78967a9aadf73219f8656a5db2 - 0.0% (160 Bytes)

[#004] sha256:545ea22476b6737313a1c444e717321a9ddcc0e8d9f9017306a7abe871b6fe3d - 0.0% (262 Bytes)

[#005] sha256:235247f7a5f595b6c604a2961d31d86cac8db5f0a20845407d0b974cb507fd7b - 0.0% (1.17 KB)

[#006] sha256:d9c3f672f3f3edb6696e458c06e22efc92b61dbc583f696b46ad208f72d845ac - 0.01% (2.38 KB)

[#007] sha256:20fd162677825119e84433860c49efbbb240020ac2db7e6d65f2c8f40f4adf50 - 0.24% (62.2 KB)

[#008] sha256:e641f324795af589c72e5f0d3cc58662f884983a83ef7d7790a8edbe816811bf - 6.07% (1.54 MB)

[#009] sha256:169d629a66c7be9e3dde83e56ea32bb9f736844649c76610ba22e97d1389a139 - 1.86% (485 KB)

[#010] sha256:cf7670a9169d56b3d3b6d90c2780408d7bd899d4c7e36c24cf7be1e60de821ec - 48.77% (12.4 MB)

[#011] sha256:af9f59d0de4b056239e6814ddc91550261b429658001e868b7f6fc6ce64f2663 - 0.01% (2.38 KB)

[#012] sha256:5ab198eb10f01240df69c3add295cbc5f335060a9377a18c8fa7bd73455f7d31 - 0.01% (2.52 KB)

[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2022-07-18 21:00:15 UTC

/bin/sh -c #(nop) ADD file:a2648378045615c3785c752423b1afc8dc1c2b213393344f4d0ca17e7255c1cb in /

2022-07-18 21:00:15 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-08-05 08:54:53 UTC (buildkit.dockerfile.v0)

ARG INSTALL_OPTIONAL_PACKAGES=false

2022-08-05 08:54:53 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c apk add --update --no-cache ca-certificates tzdata mailcap # buildkit

2022-08-05 08:55:05 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c if [ "${INSTALL_OPTIONAL_PACKAGES}" = "true" ]; then apk add --update --no-cache jq git rsync; fi # buildkit

2022-08-05 08:55:06 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c test ! -e /etc/nsswitch.conf && echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit

2022-08-05 08:55:06 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c mkdir -p /etc/sftpgo /var/lib/sftpgo /usr/share/sftpgo /srv/sftpgo/data /srv/sftpgo/backups # buildkit

2022-08-05 08:55:06 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c addgroup -g 1000 -S sftpgo && adduser -u 1000 -h /var/lib/sftpgo -s /sbin/nologin -G sftpgo -S -D -H -g "SFTPGo user" sftpgo # buildkit

2022-08-05 09:00:35 UTC (buildkit.dockerfile.v0)

COPY /workspace/sftpgo.json /etc/sftpgo/sftpgo.json # buildkit

2022-08-05 09:00:35 UTC (buildkit.dockerfile.v0)

COPY /workspace/templates /usr/share/sftpgo/templates # buildkit

2022-08-05 09:00:35 UTC (buildkit.dockerfile.v0)

COPY /workspace/static /usr/share/sftpgo/static # buildkit

2022-08-05 09:00:35 UTC (buildkit.dockerfile.v0)

COPY /workspace/openapi /usr/share/sftpgo/openapi # buildkit

2022-08-05 09:00:35 UTC (buildkit.dockerfile.v0)

COPY /workspace/sftpgo /usr/local/bin/ # buildkit

2022-08-05 09:00:35 UTC (buildkit.dockerfile.v0)

ENV SFTPGO_LOG_FILE_PATH=

2022-08-05 09:00:35 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c sed -i 's|"users_base_dir": "",|"users_base_dir": "/srv/sftpgo/data",|' /etc/sftpgo/sftpgo.json && sed -i 's|"backups"|"/srv/sftpgo/backups"|' /etc/sftpgo/sftpgo.json # buildkit

2022-08-05 09:00:36 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c chown -R sftpgo:sftpgo /etc/sftpgo /srv/sftpgo && chown sftpgo:sftpgo /var/lib/sftpgo && chmod 700 /srv/sftpgo/backups # buildkit

2022-08-05 09:00:36 UTC (buildkit.dockerfile.v0)

WORKDIR /var/lib/sftpgo

2022-08-05 09:00:36 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2022-08-05 09:00:36 UTC (buildkit.dockerfile.v0)

CMD ["sftpgo" "serve"]

Details
Created

2022-08-05 09:37:04 UTC

Size

24.5 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-08-05T08:54:36Z
  • org.opencontainers.image.description
    Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support
  • org.opencontainers.image.documentation
    https://github.com/drakkan/sftpgo/blob/665016ed1e283e401a03839b5847cc1f4d79bc11/docker/README.md
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    665016ed1e283e401a03839b5847cc1f4d79bc11
  • org.opencontainers.image.source
    https://github.com/drakkan/sftpgo
  • org.opencontainers.image.title
    SFTPGo
  • org.opencontainers.image.url
    https://github.com/drakkan/sftpgo
  • org.opencontainers.image.version
    v2.3.3-alpine

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SFTPGO_LOG_FILE_PATH


Layers

[#000] sha256:f97344484467e4c4ebb85aae724170073799295a3442c50ab532e249bd27b412 - 10.51% (2.57 MB)

[#001] sha256:54e73788aaadc8e9348efc68ea20c157caf8f700f33932694d264c7ee1d5ad28 - 2.74% (686 KB)

[#002] sha256:972e1520b2a70dc479cda795405f96981ec19df834de544f32e1d34dcbd7a37b - 31.51% (7.71 MB)

[#003] sha256:8670066359927b881a9e1490abf283277aa28edcc4e9dc71e5cbf003b5bf1da9 - 0.0% (160 Bytes)

[#004] sha256:e9d240eec87fa89d0d3d82252919c11dcac86ffa9be30e312746857e35d6391f - 0.0% (264 Bytes)

[#005] sha256:73c64f613421e57696218ac949a0fd36e5669cfae82d16f8f1df230ba93776ab - 0.0% (1.18 KB)

[#006] sha256:ce674b8b043292a6aa043d99168d92a999f38acdbfc0d5d2579a378d25371fcd - 0.01% (2.38 KB)

[#007] sha256:654d6a4b2d66c41a6a4b9e2e35b6d5fa75c4145d1b8044d3b05a8689fec70358 - 0.25% (62.2 KB)

[#008] sha256:ba3ca3455d6fe4db0f1102596ddc38b10216458b544950c1359a0190e50f3277 - 6.31% (1.54 MB)

[#009] sha256:f5f7c0da851fd638e03def295fb653f7dc65817af012910f3d6a4d9344064284 - 1.93% (485 KB)

[#010] sha256:95b91d15354bd5dc3ecbed34b430224bc808724209aa7fda39c93ee6de2e81c3 - 46.72% (11.4 MB)

[#011] sha256:f8c9da251bd42498e534d6773d644e8431be0881be5300396128c89dd0f0af3a - 0.01% (2.38 KB)

[#012] sha256:1f4a0fdfc834c3c9ec95664384132642e1768464d4287628b63e680468b35409 - 0.01% (2.51 KB)

[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2022-07-18 21:57:05 UTC

/bin/sh -c #(nop) ADD file:9ccb70abba88b6de789b29f17770246f765ffbb072fe598580bfc29ce3213f1c in /

2022-07-18 21:57:05 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-08-05 08:55:05 UTC (buildkit.dockerfile.v0)

ARG INSTALL_OPTIONAL_PACKAGES=false

2022-08-05 08:55:05 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c apk add --update --no-cache ca-certificates tzdata mailcap # buildkit

2022-08-05 08:55:13 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c if [ "${INSTALL_OPTIONAL_PACKAGES}" = "true" ]; then apk add --update --no-cache jq git rsync; fi # buildkit

2022-08-05 08:55:13 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c test ! -e /etc/nsswitch.conf && echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit

2022-08-05 08:55:13 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c mkdir -p /etc/sftpgo /var/lib/sftpgo /usr/share/sftpgo /srv/sftpgo/data /srv/sftpgo/backups # buildkit

2022-08-05 08:55:14 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c addgroup -g 1000 -S sftpgo && adduser -u 1000 -h /var/lib/sftpgo -s /sbin/nologin -G sftpgo -S -D -H -g "SFTPGo user" sftpgo # buildkit

2022-08-05 09:37:04 UTC (buildkit.dockerfile.v0)

COPY /workspace/sftpgo.json /etc/sftpgo/sftpgo.json # buildkit

2022-08-05 09:37:04 UTC (buildkit.dockerfile.v0)

COPY /workspace/templates /usr/share/sftpgo/templates # buildkit

2022-08-05 09:37:04 UTC (buildkit.dockerfile.v0)

COPY /workspace/static /usr/share/sftpgo/static # buildkit

2022-08-05 09:37:04 UTC (buildkit.dockerfile.v0)

COPY /workspace/openapi /usr/share/sftpgo/openapi # buildkit

2022-08-05 09:37:04 UTC (buildkit.dockerfile.v0)

COPY /workspace/sftpgo /usr/local/bin/ # buildkit

2022-08-05 09:37:04 UTC (buildkit.dockerfile.v0)

ENV SFTPGO_LOG_FILE_PATH=

2022-08-05 09:37:04 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c sed -i 's|"users_base_dir": "",|"users_base_dir": "/srv/sftpgo/data",|' /etc/sftpgo/sftpgo.json && sed -i 's|"backups"|"/srv/sftpgo/backups"|' /etc/sftpgo/sftpgo.json # buildkit

2022-08-05 09:37:04 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c chown -R sftpgo:sftpgo /etc/sftpgo /srv/sftpgo && chown sftpgo:sftpgo /var/lib/sftpgo && chmod 700 /srv/sftpgo/backups # buildkit

2022-08-05 09:37:04 UTC (buildkit.dockerfile.v0)

WORKDIR /var/lib/sftpgo

2022-08-05 09:37:04 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2022-08-05 09:37:04 UTC (buildkit.dockerfile.v0)

CMD ["sftpgo" "serve"]

Details
Created

2022-08-05 09:44:25 UTC

Size

24.7 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-08-05T08:54:36Z
  • org.opencontainers.image.description
    Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support
  • org.opencontainers.image.documentation
    https://github.com/drakkan/sftpgo/blob/665016ed1e283e401a03839b5847cc1f4d79bc11/docker/README.md
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    665016ed1e283e401a03839b5847cc1f4d79bc11
  • org.opencontainers.image.source
    https://github.com/drakkan/sftpgo
  • org.opencontainers.image.title
    SFTPGo
  • org.opencontainers.image.url
    https://github.com/drakkan/sftpgo
  • org.opencontainers.image.version
    v2.3.3-alpine

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SFTPGO_LOG_FILE_PATH


Layers

[#000] sha256:602896d442490cd3fbb6599f0f862d3673b7cd58eca3ac842b8e09bf8d012443 - 10.76% (2.66 MB)

[#001] sha256:fafc2c547b24ff98b8beed509d831ae887201f36de02477b6758dd95df67c917 - 2.74% (693 KB)

[#002] sha256:7393fb18b87c974cf4ee37ff2931058fc958c5821e06092633bbfbac13fdce95 - 33.09% (8.19 MB)

[#003] sha256:8a8ec8c7f5f245c2ca1aef969309b08a3088ee1624410f63d414b67a4697cc1d - 0.0% (160 Bytes)

[#004] sha256:05fef6e6fb4fdfca934dd4f3c5481bf6a8f4432b0d004f46277871d31f2b15fb - 0.0% (261 Bytes)

[#005] sha256:44c060ad8cc79cacb663dbace445da837faa5c7291ec75bed21c5ebf401c03db - 0.0% (1.18 KB)

[#006] sha256:6c22b51804bc7d39b88c6f871c17b15c2b336360742aea5e154d742ceea2c440 - 0.01% (2.38 KB)

[#007] sha256:be5a4d54b9adaf6939b322253baceb95b27930106d71d9429e0e53cc22177e43 - 0.25% (62.2 KB)

[#008] sha256:66b928d069598340cb333d5ddf32f906d82a488c16bfb55b4fc42d0016b3138a - 6.24% (1.54 MB)

[#009] sha256:468f1ca66c03b68bd63abab4fa31d922d5bc43ee43831987312af0c2d2c3668a - 1.91% (485 KB)

[#010] sha256:adf50744fbb25027ca14517b8ae7c58f879d0290c590ba78c2e5bc0d943aee3a - 44.98% (11.1 MB)

[#011] sha256:b5947e574094e731474aa36f1935c6b9a6370f1fa905c8c4efe77c487f694a73 - 0.01% (2.38 KB)

[#012] sha256:db13726453a331c1154934dc07cad8378a746eb9a33a8c084959a2103c04e142 - 0.01% (2.52 KB)

[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2022-07-18 21:29:30 UTC

/bin/sh -c #(nop) ADD file:69e4080f15f54e2d8f8aa25fdcba9c01dde149d43592edd5023106675e54a769 in /

2022-07-18 21:29:31 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-08-05 08:55:05 UTC (buildkit.dockerfile.v0)

ARG INSTALL_OPTIONAL_PACKAGES=false

2022-08-05 08:55:05 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c apk add --update --no-cache ca-certificates tzdata mailcap # buildkit

2022-08-05 08:55:15 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c if [ "${INSTALL_OPTIONAL_PACKAGES}" = "true" ]; then apk add --update --no-cache jq git rsync; fi # buildkit

2022-08-05 08:55:15 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c test ! -e /etc/nsswitch.conf && echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit

2022-08-05 08:55:15 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c mkdir -p /etc/sftpgo /var/lib/sftpgo /usr/share/sftpgo /srv/sftpgo/data /srv/sftpgo/backups # buildkit

2022-08-05 08:55:16 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c addgroup -g 1000 -S sftpgo && adduser -u 1000 -h /var/lib/sftpgo -s /sbin/nologin -G sftpgo -S -D -H -g "SFTPGo user" sftpgo # buildkit

2022-08-05 09:44:25 UTC (buildkit.dockerfile.v0)

COPY /workspace/sftpgo.json /etc/sftpgo/sftpgo.json # buildkit

2022-08-05 09:44:25 UTC (buildkit.dockerfile.v0)

COPY /workspace/templates /usr/share/sftpgo/templates # buildkit

2022-08-05 09:44:25 UTC (buildkit.dockerfile.v0)

COPY /workspace/static /usr/share/sftpgo/static # buildkit

2022-08-05 09:44:25 UTC (buildkit.dockerfile.v0)

COPY /workspace/openapi /usr/share/sftpgo/openapi # buildkit

2022-08-05 09:44:25 UTC (buildkit.dockerfile.v0)

COPY /workspace/sftpgo /usr/local/bin/ # buildkit

2022-08-05 09:44:25 UTC (buildkit.dockerfile.v0)

ENV SFTPGO_LOG_FILE_PATH=

2022-08-05 09:44:25 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c sed -i 's|"users_base_dir": "",|"users_base_dir": "/srv/sftpgo/data",|' /etc/sftpgo/sftpgo.json && sed -i 's|"backups"|"/srv/sftpgo/backups"|' /etc/sftpgo/sftpgo.json # buildkit

2022-08-05 09:44:25 UTC (buildkit.dockerfile.v0)

RUN |1 INSTALL_OPTIONAL_PACKAGES=true /bin/sh -c chown -R sftpgo:sftpgo /etc/sftpgo /srv/sftpgo && chown sftpgo:sftpgo /var/lib/sftpgo && chmod 700 /srv/sftpgo/backups # buildkit

2022-08-05 09:44:25 UTC (buildkit.dockerfile.v0)

WORKDIR /var/lib/sftpgo

2022-08-05 09:44:25 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2022-08-05 09:44:25 UTC (buildkit.dockerfile.v0)

CMD ["sftpgo" "serve"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete