Sign inSign up

jnovack/idle

By jnovack

•Updated 6 months ago

Minimal idle container for orchestration scaling checks.

Image
0

1.1K

jnovack/idle repository overview

⁠idle

Tiny Docker image for orchestration and container-environment scaling checks.

This image intentionally does almost nothing so you can push scheduler/runtime scale with minimal per-container resource usage.

⁠Behavior

  • Uses busybox:latest
  • Idles via sleep infinity
  • Handles TERM/INT for clean shutdowns during scale-down events
  • No healthcheck (avoids extra overhead at high replica counts)

⁠Run

docker run --rm --name idle jnovack/idle:latest

⁠Stop

docker stop idle

⁠Notes

  • This is a synthetic scaling artifact, not an application runtime image.
  • If you need strict reproducibility across test windows, pin the base image tag in your test branch.

Tag summary

Content type

Image

Digest

sha256:4df419c93…

Size

2.1 MB

Last updated

6 months ago

docker pull jnovack/idle:1