opentracing-contrib/nginx-opentracing

Docker container tags to match nginx version.

wildone opened this issue · 2 comments

Is it possible to have tags for the docker container to also have Nginx versions so it's easier to keep track of what version is running?

miry commented

@wildone Good idea. If you can play with

docker build -t opentracing/nginx-opentracing .
and have a proposal of tags.

You are setting tags manually? If so need to get that process to set the tag to match the version of docker image nginx:latest at the time the pipeline is executed.

CI picks the tag from git VERSION_TAG=git describe --abbrev=0 --tags