Sign inSign up

volf52/tini

By volf52

Updated almost 4 years ago
Archived

Image
0

164

volf52/tini repository overview

Minimal Image for tini

https://github.com/krallin/tini

Usage

Or in a docker image (multistage build)

# ... other build steps

FROM volf52/tini:1.1 as tini-src

# Use the binary in other stages
FROM base as prod

COPY --from=tini-src /bin/tini /bin/tini

ENTRYPOINT ["/bin/tini", "--", "/app"]

Tag summary

Content type

Image

Digest

sha256:fadb5de83

Size

276.6 kB

Last updated

almost 4 years ago

docker pull volf52/tini