Namespace
jnovack
Image / Tag
autossh:2
Content Digest
sha256:ed527165fbc02ea934a1ab2c7fcc141e72f35616ab6527c8372b94aee1998102
Details
Created

2025-05-17 02:37:05 UTC

Size

5.2 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Justin J. Novack <jnovack@gmail.com>
  • org.opencontainers.image.created
    2025-05-17T02:36:52.044Z
  • org.opencontainers.image.description
    Heavily customizable AutoSSH Docker container
  • org.opencontainers.image.documentation
    https://github.com/jnovack/autossh/README.md
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.ref.name
    jnovack/autossh
  • org.opencontainers.image.revision
    62f64191f83f303410d846790e5eb6344e30e5f1
  • org.opencontainers.image.source
    https://github.com/jnovack/autossh
  • org.opencontainers.image.title
    autossh
  • org.opencontainers.image.url
    https://github.com/jnovack/autossh
  • org.opencontainers.image.version
    2

Environment
APPLICATION

autossh

AUTOSSH_FIRST_POLL

30

AUTOSSH_GATETIME

30

AUTOSSH_LOGFILE

/dev/stdout

AUTOSSH_LOGLEVEL

0

AUTOSSH_PIDFILE

/tmp/autossh.pid

AUTOSSH_POLL

30

BUILD_RFC3339

2025-05-17T02:36:50+00:00

DESCRIPTION

"Heavily customizable AutoSSH Docker container"

PACKAGE

jnovack/autossh

PATH

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

REVISION

62f64191f83f303410d846790e5eb6344e30e5f1

VERSION

v2.1.0


Layers

[#000] sha256:f18232174bc91741fdf3da96d85011092101a032a93a388b79e99e69c2d5c870 - 66.76% (3.47 MB)

[#001] sha256:55e5fbf40dce6ac0faa6ed7a047809f0d2e159ca48b56a987656e8da23cab5d5 - 33.21% (1.73 MB)

[#002] sha256:fae54ed152fa0382e033533fc724859acfb1c6af1ab187d9425f974dfdbfc096 - 0.02% (1.06 KB)

[#003] sha256:83c9add57571e6fd1145d5f9e6f4e9d00e2ad22d3962c4bf428f009d7096d72c - 0.01% (547 Bytes)


History
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit

2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-05-17 02:37:05 UTC (buildkit.dockerfile.v0)

ARG APPLICATION=autossh

2025-05-17 02:37:05 UTC (buildkit.dockerfile.v0)

ARG BUILD_RFC3339=2025-05-17T02:36:50+00:00

2025-05-17 02:37:05 UTC (buildkit.dockerfile.v0)

ARG REVISION=62f64191f83f303410d846790e5eb6344e30e5f1

2025-05-17 02:37:05 UTC (buildkit.dockerfile.v0)

ARG DESCRIPTION="Heavily customizable AutoSSH Docker container"

2025-05-17 02:37:05 UTC (buildkit.dockerfile.v0)

ARG PACKAGE=jnovack/autossh

2025-05-17 02:37:05 UTC (buildkit.dockerfile.v0)

ARG VERSION=v2.1.0

2025-05-17 02:37:05 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.ref.name=jnovack/autossh org.opencontainers.image.created=2025-05-17T02:36:50+00:00 org.opencontainers.image.authors=Justin J. Novack <jnovack@gmail.com> org.opencontainers.image.documentation=https://github.com/jnovack/autossh/README.md org.opencontainers.image.description="Heavily customizable AutoSSH Docker container" org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/jnovack/autossh org.opencontainers.image.revision=62f64191f83f303410d846790e5eb6344e30e5f1 org.opencontainers.image.version=v2.1.0 org.opencontainers.image.url=https://hub.docker.com/r/jnovack/autossh/

2025-05-17 02:37:05 UTC (buildkit.dockerfile.v0)

RUN |6 APPLICATION=autossh BUILD_RFC3339=2025-05-17T02:36:50+00:00 REVISION=62f64191f83f303410d846790e5eb6344e30e5f1 DESCRIPTION="Heavily customizable AutoSSH Docker container" PACKAGE=jnovack/autossh VERSION=v2.1.0 /bin/sh -c apk --no-cache add autossh dumb-init && chmod g+w /etc/passwd # buildkit

2025-05-17 02:37:05 UTC (buildkit.dockerfile.v0)

ENV AUTOSSH_PIDFILE=/tmp/autossh.pid AUTOSSH_POLL=30 AUTOSSH_GATETIME=30 AUTOSSH_FIRST_POLL=30 AUTOSSH_LOGLEVEL=0 AUTOSSH_LOGFILE=/dev/stdout

2025-05-17 02:37:05 UTC (buildkit.dockerfile.v0)

ENV APPLICATION=autossh BUILD_RFC3339=2025-05-17T02:36:50+00:00 REVISION=62f64191f83f303410d846790e5eb6344e30e5f1 DESCRIPTION="Heavily customizable AutoSSH Docker container" PACKAGE=jnovack/autossh VERSION=v2.1.0

2025-05-17 02:37:05 UTC (buildkit.dockerfile.v0)

ADD rootfs/entrypoint.sh /entrypoint.sh # buildkit

2025-05-17 02:37:05 UTC (buildkit.dockerfile.v0)

ADD rootfs/version.sh /version.sh # buildkit

2025-05-17 02:37:05 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

Details
Created

2025-05-17 02:37:07 UTC

Size

5.52 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Justin J. Novack <jnovack@gmail.com>
  • org.opencontainers.image.created
    2025-05-17T02:36:52.044Z
  • org.opencontainers.image.description
    Heavily customizable AutoSSH Docker container
  • org.opencontainers.image.documentation
    https://github.com/jnovack/autossh/README.md
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.ref.name
    jnovack/autossh
  • org.opencontainers.image.revision
    62f64191f83f303410d846790e5eb6344e30e5f1
  • org.opencontainers.image.source
    https://github.com/jnovack/autossh
  • org.opencontainers.image.title
    autossh
  • org.opencontainers.image.url
    https://github.com/jnovack/autossh
  • org.opencontainers.image.version
    2

Environment
APPLICATION

autossh

AUTOSSH_FIRST_POLL

30

AUTOSSH_GATETIME

30

AUTOSSH_LOGFILE

/dev/stdout

AUTOSSH_LOGLEVEL

0

AUTOSSH_PIDFILE

/tmp/autossh.pid

AUTOSSH_POLL

30

BUILD_RFC3339

2025-05-17T02:36:50+00:00

DESCRIPTION

"Heavily customizable AutoSSH Docker container"

PACKAGE

jnovack/autossh

PATH

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

REVISION

62f64191f83f303410d846790e5eb6344e30e5f1

VERSION

v2.1.0


Layers

[#000] sha256:6e771e15690e2fabf2332d3a3b744495411d6e0b00b2aea64419b58b0066cf81 - 68.93% (3.81 MB)

[#001] sha256:cc7eb5ef2572789dcff723c8c5b0e157763f3bb0b340d767dadef13bef692d34 - 31.04% (1.71 MB)

[#002] sha256:fae54ed152fa0382e033533fc724859acfb1c6af1ab187d9425f974dfdbfc096 - 0.02% (1.06 KB)

[#003] sha256:83c9add57571e6fd1145d5f9e6f4e9d00e2ad22d3962c4bf428f009d7096d72c - 0.01% (547 Bytes)


History
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.21.3-aarch64.tar.gz / # buildkit

2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-05-17 02:37:07 UTC (buildkit.dockerfile.v0)

ARG APPLICATION=autossh

2025-05-17 02:37:07 UTC (buildkit.dockerfile.v0)

ARG BUILD_RFC3339=2025-05-17T02:36:50+00:00

2025-05-17 02:37:07 UTC (buildkit.dockerfile.v0)

ARG REVISION=62f64191f83f303410d846790e5eb6344e30e5f1

2025-05-17 02:37:07 UTC (buildkit.dockerfile.v0)

ARG DESCRIPTION="Heavily customizable AutoSSH Docker container"

2025-05-17 02:37:07 UTC (buildkit.dockerfile.v0)

ARG PACKAGE=jnovack/autossh

2025-05-17 02:37:07 UTC (buildkit.dockerfile.v0)

ARG VERSION=v2.1.0

2025-05-17 02:37:07 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.ref.name=jnovack/autossh org.opencontainers.image.created=2025-05-17T02:36:50+00:00 org.opencontainers.image.authors=Justin J. Novack <jnovack@gmail.com> org.opencontainers.image.documentation=https://github.com/jnovack/autossh/README.md org.opencontainers.image.description="Heavily customizable AutoSSH Docker container" org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/jnovack/autossh org.opencontainers.image.revision=62f64191f83f303410d846790e5eb6344e30e5f1 org.opencontainers.image.version=v2.1.0 org.opencontainers.image.url=https://hub.docker.com/r/jnovack/autossh/

2025-05-17 02:37:07 UTC (buildkit.dockerfile.v0)

RUN |6 APPLICATION=autossh BUILD_RFC3339=2025-05-17T02:36:50+00:00 REVISION=62f64191f83f303410d846790e5eb6344e30e5f1 DESCRIPTION="Heavily customizable AutoSSH Docker container" PACKAGE=jnovack/autossh VERSION=v2.1.0 /bin/sh -c apk --no-cache add autossh dumb-init && chmod g+w /etc/passwd # buildkit

2025-05-17 02:37:07 UTC (buildkit.dockerfile.v0)

ENV AUTOSSH_PIDFILE=/tmp/autossh.pid AUTOSSH_POLL=30 AUTOSSH_GATETIME=30 AUTOSSH_FIRST_POLL=30 AUTOSSH_LOGLEVEL=0 AUTOSSH_LOGFILE=/dev/stdout

2025-05-17 02:37:07 UTC (buildkit.dockerfile.v0)

ENV APPLICATION=autossh BUILD_RFC3339=2025-05-17T02:36:50+00:00 REVISION=62f64191f83f303410d846790e5eb6344e30e5f1 DESCRIPTION="Heavily customizable AutoSSH Docker container" PACKAGE=jnovack/autossh VERSION=v2.1.0

2025-05-17 02:37:07 UTC (buildkit.dockerfile.v0)

ADD rootfs/entrypoint.sh /entrypoint.sh # buildkit

2025-05-17 02:37:07 UTC (buildkit.dockerfile.v0)

ADD rootfs/version.sh /version.sh # buildkit

2025-05-17 02:37:07 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

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