Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This upgrades Tini to 0.13.1 in order to fix a compatibility issue with
https://github.com/joyent/sdc-docker (see:
TritonDataCenter/sdc-docker#91). The fix itself was
provided by @geek of Joyent.
I've also made the Tini architecture more explicit (since Tini now also
supports ARM), so in case you decide to support additional architectures
in the future, the fix should be more obvious.
There isn't much functional difference between 0.9.0 (which you were
using) and 0.13.1, but here are a few notable changes you might care
about to some extent:
-l
flag to show its license. This was usefulfrom a compliance perspective for some users (so considering you're
shipping Tini that might indirectly be useful to you!).
--version
argument to show its version. This ishere mostly because it's a little more intuitive than what was there
before (you'd have to use
-h
to see the version).TINI_VERBOSITY
environment variable (should bean int), which can be convenient for debugging when Tini is used as an
ENTRYPOINT
(avoids the need to alter the entrypoint to configureit).
because the binary you're looking for doesn't exist, etc.).
Thanks for using Tini in this image!
fyi, @geek