We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tini-static
krallin/tini:bin
Similarly as docker/buildx-bin and denoland/deno:bin, so the installation of tini could be simplified by a lot:
docker/buildx-bin
denoland/deno:bin
ARG TINI_VERSION=0.19.0 COPY --from=krallin/tini:bin-${TINI_VERSION} /tini /tini
COPY --from=krallin/tini:bin /tini /tini
The text was updated successfully, but these errors were encountered:
tini
It would also affect multi-arch builds, making the installation on such scenarios be quite simpler.
Sorry, something went wrong.
No branches or pull requests
Similarly as
docker/buildx-bin
anddenoland/deno:bin
, so the installation of tini could be simplified by a lot:specific version
latest version
COPY --from=krallin/tini:bin /tini /tini
The text was updated successfully, but these errors were encountered: