Skip to content

Ketouem/ag-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ag-alpine

Docker Automated build Docker Build Status

Alpine based container that provides a build of the silver searcher

Building

To build the image containing the latest stable version of ag simply invoke make build. The built version can be chosen through a variable AG_VERSION that is passed to Docker ARG instruction.

Example: AG_VERSION=1.0.3 make build

Testing the installation

Invoke make test to assert the presence of ag and the installed version.

Using ag

Mount the folder you want to search in as a volume beforehand:

docker run -t --rm -v <folder>:/tmp ketouem/ag-alpine <pattern> <options> <folder>

Versioning

The version of the image is directly backed against the latest stable version of ag.

About

Alpine based container that provides a build of the silver searcher (https://github.com/ggreer/the_silver_searcher)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published