Namespace
atmoz
Image / Tag
sftp:debian
Content Digest
sha256:30ff4eae2be0a62958279cdb9e37ea50ae71886c381cb7d330207f9493e72e63
Details
Created

2026-06-11 13:26:21 UTC

Size

55.6 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-06-11 13:26:12+00:00
  • org.opencontainers.image.revision
    46a8b3db48a99257249a79fcbdf1cd9f666e161b
  • org.opencontainers.image.source
    https://github.com/atmoz/sftp

Environment
PATH

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


Layers

[#000] sha256:322ac351c8f6ed365d03a29490822c1f4082c9bc914f560eb701605553bf91ea - 85.0% (47.3 MB)

[#001] sha256:9d28eaba7c538964c022fc6317d9042fa37e0b802dbe7590856a8076740b6193 - 14.99% (8.34 MB)

[#002] sha256:04c191685a25b2d86f417df6adee7173f113d6517229fdde81aece5524d33409 - 0.0% (453 Bytes)

[#003] sha256:a94f1af3df7887428ced2d2b21ae46d722d4b4d5352698e0a372f2b04e38d619 - 0.0% (1.43 KB)

[#004] sha256:49032411da2a48d3e3e3a1351456e3561e3e052d409e2e21bc0d8e35ba838d56 - 0.0% (1.2 KB)


History
2026-06-10 00:00:00 UTC (debuerreotype 0.17)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600'

2026-06-11 13:26:21 UTC (buildkit.dockerfile.v0)

MAINTAINER Adrian Dvergsdal [atmoz.net]

2026-06-11 13:26:21 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get upgrade -y && DEBIAN_FRONTEND="noninteractive" apt-get -y install --no-install-recommends openssh-server && rm -rf /var/lib/apt/lists/* && mkdir -p /var/run/sshd && rm -f /etc/ssh/ssh_host_*key* # buildkit

2026-06-11 13:26:21 UTC (buildkit.dockerfile.v0)

COPY files/sshd_config /etc/ssh/sshd_config # buildkit

2026-06-11 13:26:21 UTC (buildkit.dockerfile.v0)

COPY files/create-sftp-user /usr/local/bin/ # buildkit

2026-06-11 13:26:21 UTC (buildkit.dockerfile.v0)

COPY files/entrypoint / # buildkit

2026-06-11 13:26:21 UTC (buildkit.dockerfile.v0)

EXPOSE map[22/tcp:{}]

2026-06-11 13:26:21 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint"]

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