Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
/ hyper-killer Public archive

Removes old containers/volumes/images from Hyper.sh

Notifications You must be signed in to change notification settings

celtra/hyper-killer

Repository files navigation

hyper-killer

Keeps a Hyper account that is used for only short-lived tasks (e.g. CI) clean by removing:

  • containers (running or not) after 2 hours
  • volumes, if unattached
  • images, after 1 day or if dangling

To install:

hyper cron create \
    --name hyper-killer \
    --minute=*/15 \
    --hour=* \
    --size s1 \
    -e HYPER_ACCESS_KEY=... \
    -e HYPER_SECRET_KEY=... \
    celtra/hyper-killer

About

Removes old containers/volumes/images from Hyper.sh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published