F5Networks / marathon-bigip-ctlr

Repository for F5 BIG-IP Controller for Marathon.
Apache License 2.0
3 stars 11 forks source link

Add docker latest tag #218

Closed recursivelycurious closed 7 years ago

recursivelycurious commented 7 years ago

Problem: Images pushed to dockerhub did not include a "latest" tag, which meant the default pull invocation lacking a specific tag would fail.

Solution: Updated build to tag as latest and simplified push language.

recursivelycurious commented 7 years ago

@f5yacobucci see the pushed images here: https://hub.docker.com/r/michaeldayreads/marathon-bigip-ctlr/tags/

Doing this to each of the repos, but did it here first since this is the fastest build.