open-policy-agent / opa-docker-authz

A policy-enabled authorization plugin for Docker.
Apache License 2.0
81 stars 25 forks source link

allow to override version in Makefile #66

Closed flixr closed 1 year ago

flixr commented 1 year ago

so you e.g. embed the exact git version:

VERSION=$(git describe --tags | sed 's/v//') make build

Signed-off-by: Felix Ruess felix.ruess@roboception.de