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

2025-03-28 12:08:32 UTC

Size

56.1 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-03-28 12:08:23+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:10af00adc39beb81a045806ad9605cea669cf8deb097de90d0aa1bdc21ea1342 - 84.25% (47.3 MB)

[#001] sha256:9026ddfc6ba1bc1878f29622969c322f9621374d8a642473e405f2c7414761bd - 15.74% (8.83 MB)

[#002] sha256:123b32a5ce80a59a5cde8f458275dd6c078d612081288e786bcd1001a7acd087 - 0.0% (448 Bytes)

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

[#004] sha256:208b62052943abec4005e9ba74aa1fb156ff4e47180d42a751cf2658bfb12645 - 0.0% (1.2 KB)


History
2025-03-17 00:00:00 UTC (debuerreotype 0.15)

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

2025-03-28 12:08:32 UTC (buildkit.dockerfile.v0)

MAINTAINER Adrian Dvergsdal [atmoz.net]

2025-03-28 12:08:32 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

2025-03-28 12:08:32 UTC (buildkit.dockerfile.v0)

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

2025-03-28 12:08:32 UTC (buildkit.dockerfile.v0)

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

2025-03-28 12:08:32 UTC (buildkit.dockerfile.v0)

COPY files/entrypoint / # buildkit

2025-03-28 12:08:32 UTC (buildkit.dockerfile.v0)

EXPOSE map[22/tcp:{}]

2025-03-28 12:08:32 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