Skip to content

A simple sccirpt for testing out shell execution

Notifications You must be signed in to change notification settings

appform-io/test-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Script For Drove Testing

This container contains a simple shell script that prints output for given number of iterations.

Environment

The following variable is honoured:

  • ITERATIONS - Number of iterations before exiting. Default is 100.

  • LOOP_SLEEP - Sleep time in seconds between each iterations. Default is 1 second.

Usage

Run the image as follows:

Docker

docker run -e ITERATIONS=5 -e LOOP_SLEEP=2 ghcr.io/appform-io/test-task

Podman

podman run -e ITERATIONS=5 -e LOOP_SLEEP=2 ghcr.io/appform-io/test-task

License

Apache 2

About

A simple sccirpt for testing out shell execution

Resources

Stars

Watchers

Forks

Packages