Skip to content

Conversation

@lcian
Copy link
Member

@lcian lcian commented Jan 15, 2026

Adds a sleep subcommand to our cli entrypoint.

As an alternative, we could change our Dockerfile to use a base image with either coreutils sleep or busybox. With coreutils we would have to copy its dependencies over as well, while busybox is a single binary with all commands, so it would go against the idea of using a distroless image.
Therefore, I think this is the best solution.

@lcian lcian marked this pull request as ready for review January 15, 2026 09:34
@lcian lcian requested a review from a team as a code owner January 15, 2026 09:34
@lcian lcian changed the title feat: Add a sleep command feat: Add a sleep subcommand Jan 15, 2026
@lcian lcian merged commit 5d1612d into main Jan 15, 2026
19 checks passed
@lcian lcian deleted the lcian/sleep branch January 15, 2026 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants