I have some automated builds using docker build and a Dockerfile.
With docker build -t <tag> I can set a tag for a complete build, but it would be nice if it was possible to add multiple tags, so that one could add tags to commits after a RUN command.
Maybe a TAG command for the Dockerfile syntax?
I have some automated builds using
docker buildand aDockerfile.With
docker build -t <tag>I can set a tag for a complete build, but it would be nice if it was possible to add multiple tags, so that one could add tags to commits after aRUNcommand.Maybe aTAGcommand for the Dockerfile syntax?