Skip to content
New issue

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

Remove cmd/nop #1510

Merged
merged 1 commit into from
Nov 1, 2019
Merged

Remove cmd/nop #1510

merged 1 commit into from
Nov 1, 2019

Commits on Nov 1, 2019

  1. Remove cmd/nop

    The raison d'être for this image was to be able to replace a running
    container with another image that would simply exit successfully,
    regardless of the user-defined args/env/etc. (since we can't update
    args, only the image name)
    
    Instead of building and providing our own image, we can simply use an
    image that contains only `true` as an entrypoint. `tianon/true` is such
    an image, which is _125 bytes_ in size.
    
    The image that's used is configurable by operators, the only requirement
    is that the image exit successfully regardless of provided inputs.
    imjasonh committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    18bf9ee View commit details
    Browse the repository at this point in the history