Ketouem / ag-alpine

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

License:MIT License


Languages

Language:Makefile 100.0%