Skip to content

Instantly share code, notes, and snippets.

@manics
Last active February 8, 2026 19:21
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.
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