-
Notifications
You must be signed in to change notification settings - Fork 39
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
[Feature Request] image "true" #1893
Comments
We are clearing up our old issues and your ticket has been open for one year with no activity. Remove stale label or comment or this will be closed in 15 days. |
Still relevant today. Official |
This is very flattering. 😄 I'm really curious, what is the use case for a If we go back in time in the Eventually, We have a |
To be honest I can't remember the use case! It was obvious to me until I tried to remember what it was and I can't. I searched my codebase but couldn't find it, so I must have replaced it with some workaround since then. I think it was for data-only containers but there are workarounds. It was also useful for compose file overrides, but now there's the "profiles" feature. Another reason is for debugging, sometimes you just want to see whether something works (hacking together a compose file), and the smallest possible image is best. A container that exits immediately can be done with busybox, true (excude the pun), but it's easier with a "true" image instead. But using busybox is not so difficult as you pointed out - and of course we still have the trusty tianon/true image. It's interesting to note that dockerhub has 5M downloads for your image! Not bad for something you didn't think would be useful... it was/is! I wonder what they are using it for?!?! @Skeen anything to add? |
We are clearing up our old issues and your ticket has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 15 days. |
There is a handy and highly popular image named
tianon/true
. Used in testing, deployment, etc.There are already a number of official images, such as
hello-world
.Please add this sort of image as
true
, and a corresponding one asfalse
. It's easier to remember and use, without an organization name. And it's the sort of image that will never need to be updated.The text was updated successfully, but these errors were encountered: