Skip to content

Instantly share code, notes, and snippets.

@manics
Last active March 2, 2026 21:19
Show Gist options
  • Select an option

  • Save manics/99647ff46d533efd669c41286ca7d269 to your computer and use it in GitHub Desktop.

Select an option

Save manics/99647ff46d533efd669c41286ca7d269 to your computer and use it in GitHub Desktop.
BinderHub test gist for investigating how PIDs appear with docker buildx
FROM docker.io/library/buildpack-deps:24.04
RUN A=`openssl rand -hex 15`; \
echo $A; \
for n in `seq 60`; do \
date; \
sh -c "sleep 60; echo $A"; \
done; \
exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment