Skip to content

anchore/anchore-keep-alive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anchore-keep-alive

A minimal Go program that stays running until it receives a termination signal (SIGTERM or SIGINT).

Usage

This is useful in container environments where you need a lightweight process to keep a container alive, e.g. while executing STIG profiles against a running container image.

Building

go build -o anchore-keep-alive .

Running

./anchore-keep-alive

The process will run indefinitely until it receives SIGTERM or SIGINT (Ctrl+C).

About

block indefinitely by waiting on SIGTERM/SIGINT

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages